Update README.md
Browse files
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 |
|