annieske commited on
Commit
2200cce
1 Parent(s): c7db6cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,4 +26,4 @@ Answer F1 = 0.81
26
 
27
  ### Usage
28
 
29
- Instructions on how to use the results will be added later.
 
26
 
27
  ### Usage
28
 
29
+ Use [this script](https://github.com/TurkuNLP/register-qa/blob/main/token-classification/scripts/ner/ner_preds.py) to get the predictions and this [extraction script](https://github.com/TurkuNLP/register-qa/blob/main/token-classification/scripts/extract_qa.py) to extract them fully to a (hopefully) usable format, which can be read back to question and answer lists using the script from [here](https://github.com/TurkuNLP/register-qa/blob/main/token-classification/scripts/read_json_back.py).