nickmuchi commited on
Commit
96369f4
β€’
1 Parent(s): 74f896e

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +1 -1
01_🏠_Home.py CHANGED
@@ -31,7 +31,7 @@ st.markdown(
31
  - Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
32
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
33
  - Summarization of the call with [FaceBook-Bart-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
34
- - Semantic search engine with [Sentence-Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and reranking results with a Cross-Encoder.
35
  - Knowledge Graph generation using [Babelscape/rebel-large](https://huggingface.co/Babelscape/rebel-large) model.
36
 
37
  **πŸ‘‡ Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
 
31
  - Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
32
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
33
  - Summarization of the call with [FaceBook-Bart-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
34
+ - Question Answering engine powered by Langchain and [Sentence Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
35
  - Knowledge Graph generation using [Babelscape/rebel-large](https://huggingface.co/Babelscape/rebel-large) model.
36
 
37
  **πŸ‘‡ Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**