Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guy1992l authored Nov 24, 2024
1 parent f93d51a commit 7db34f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By the end of this demo you will see the potential power of LLMs for feature ext
This demo uses:
* [**OpenAI's Whisper**](https://openai.com/research/whisper) — To transcribe the audio calls into text.
* [**Flair**](https://flairnlp.github.io/) and [**Microsoft's Presidio**](https://microsoft.github.io/presidio/) - To recognize PII so it can be filtered out.
* [**HuggingFace**](https://huggingface.co/) — The main machine-learning framework to get the model and tokenizer for the features extraction. The demo uses [tiiuae/falcon-40b-instruct](https://huggingface.co/tiiuae/falcon-40b-instruct) as the LLM to answer questions.
* [**HuggingFace**](https://huggingface.co/) — The main machine-learning framework to get the model and tokenizer for the features extraction.
* and [**MLRun**](https://www.mlrun.org/) — as the orchestrator to operationalize the workflow.

The demo contains a single [notebook](./notebook.ipynb) that encompasses the entire demo.
Expand Down

0 comments on commit 7db34f2

Please sign in to comment.