nickmuchi commited on
Commit
63a0440
β€’
1 Parent(s): a0ade06

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 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