Stefano Fiorucci commited on
Commit
dd194a7
β€’
2 Parent(s): f0a53e0 ca3d4df

Merge branch 'main' of https://github.com/anakin87/who-killed-laura-palmer

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,8 +22,8 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
22
 
23
  - [Project architecture 🧱](#project-architecture-)
24
  - [What can I learn from this project? πŸ“š](#what-can-i-learn-from-this-project-)
25
- - [Installation πŸ’»](#installation-)
26
  - [Repository structure πŸ“](#repository-structure-)
 
27
  - [Possible improvements ✨](#possible-improvements-)
28
  ---
29
 
@@ -71,7 +71,7 @@ To run the web app, simply type: `streamlit run app.py`
71
  - Streamlit web app
72
  ### Reader
73
  - The reader model (`deepset/roberta-base-squad2`) is a good compromise between speed and accuracy, running on CPU. There are certainly better (and more computationally expensive) models, as you can read in the [Haystack documentation](https://haystack.deepset.ai/pipeline_nodes/reader).
74
- - You can also think about preparing a Twin Peaks QA dataset and fine-tune the reader model to get better accuracy, as explained in this [Haystack tutorial](https://haystack.deepset.ai/tutorials/fine-tuning-a-model).
75
 
76
 
77
 
 
22
 
23
  - [Project architecture 🧱](#project-architecture-)
24
  - [What can I learn from this project? πŸ“š](#what-can-i-learn-from-this-project-)
 
25
  - [Repository structure πŸ“](#repository-structure-)
26
+ - [Installation πŸ’»](#installation-)
27
  - [Possible improvements ✨](#possible-improvements-)
28
  ---
29
 
 
71
  - Streamlit web app
72
  ### Reader
73
  - The reader model (`deepset/roberta-base-squad2`) is a good compromise between speed and accuracy, running on CPU. There are certainly better (and more computationally expensive) models, as you can read in the [Haystack documentation](https://haystack.deepset.ai/pipeline_nodes/reader).
74
+ - You can also think about preparing a Twin Peaks QA dataset and fine-tuning the reader model to get better accuracy, as explained in this [Haystack tutorial](https://haystack.deepset.ai/tutorials/fine-tuning-a-model).
75
 
76
 
77