nickmuchi commited on
Commit
80b1e90
β€’
1 Parent(s): e6e32cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ st.markdown(
28
  This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
29
  - Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
30
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
31
- - Summarization of the call with [FaceBook-Bart](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
32
  - Semantic search engine with [Sentence-Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and reranking results with a Cross-Encoder.
33
 
34
  **πŸ‘‡ Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
 
28
  This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
29
  - Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
30
  - Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
31
+ - Summarization of the call with [FaceBook-Bart-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
32
  - Semantic search engine with [Sentence-Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and reranking results with a Cross-Encoder.
33
 
34
  **πŸ‘‡ Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**