Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -0
01_π _Home.py
CHANGED
@@ -32,6 +32,7 @@ st.markdown(
|
|
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 |
|
36 |
**π Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
|
37 |
|
|
|
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**
|
38 |
|