raalst commited on
Commit
b87f40f
1 Parent(s): c024915

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ The used dataset raalst/squad_v2_dutch was kindly provided by Henryk Borzymowski
9
  It is a translated version of SQuAD V2. I converted it from json to jsonl format.
10
  it contains train and validation splits, no test split.
11
  I declared 20% of Train to be used as Testset in my finetuning run.
 
12
 
13
  when using raalst/squad_v2_dutch, be sure to clean up quotes and double quotes in the contexts
14
 
 
9
  It is a translated version of SQuAD V2. I converted it from json to jsonl format.
10
  it contains train and validation splits, no test split.
11
  I declared 20% of Train to be used as Testset in my finetuning run.
12
+ That testset is what the evaluation is based on.
13
 
14
  when using raalst/squad_v2_dutch, be sure to clean up quotes and double quotes in the contexts
15