Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 462 Bytes

Streamlit app for the Benchmark

How to run it

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
nltk.download('punkt')
source .env
streamlit run app.py

ToDo

  • remove table of uploads
  • average token lenghts
  • model selection
  • add to the blue score
  • add recall, precision and f1
  • paragraph similarity -> sentence transformers / sentencepiece library -> https: //sbert.net/ --> cosine