Kkordik commited on
Commit
5057a4a
1 Parent(s): eb0c5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -34,7 +34,7 @@ It achieves the following results on the evaluation set:
34
 
35
  ## Model description
36
 
37
- This model is test model for my research project. The idea of the model is to understand which novel character said the requested quote.
38
  It achieves a bit better results on the ´test´ split of the NovelQSI dataset than base longformer-base-4096-finetuned-squadv2 model on the same dataset split.
39
 
40
  **Base model results:**
@@ -78,11 +78,13 @@ It achieves a bit better results on the ´test´ split of the NovelQSI dataset t
78
  }
79
  ```
80
 
 
 
81
  ## Training and evaluation data
82
 
83
  You can find training code in the github repo of my research:
84
 
85
- https://github.com/Kkordik/NovelQSI/tree/main
86
 
87
  It was trained and evaluated in notebooks, so it is easy to reproduce.
88
 
 
34
 
35
  ## Model description
36
 
37
+ This model is a test model for my research project. The idea of the model is to understand which novel character said the requested quote.
38
  It achieves a bit better results on the ´test´ split of the NovelQSI dataset than base longformer-base-4096-finetuned-squadv2 model on the same dataset split.
39
 
40
  **Base model results:**
 
78
  }
79
  ```
80
 
81
+ The results have shown, that the technique has its future.
82
+
83
  ## Training and evaluation data
84
 
85
  You can find training code in the github repo of my research:
86
 
87
+ https://github.com/Kkordik/NovelQSI
88
 
89
  It was trained and evaluated in notebooks, so it is easy to reproduce.
90