raalst commited on
Commit
c024915
·
1 Parent(s): a7f2759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -12,13 +12,6 @@ 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
 
15
- def cleanup(mylist):
16
- for item in mylist:
17
- if '"' in item["context"]:
18
- item["context"] = item["context"].replace('"','\\"')
19
- if "'" in item["context"]:
20
- item["context"] = item["context"].replace("'","\\'")
21
-
22
  The pretrained model was pdelobelle/robbert-v2-dutch-base, a dutch RoBERTa model
23
 
24
  results obtained in training are :
 
12
 
13
  when using raalst/squad_v2_dutch, be sure to clean up quotes and double quotes in the contexts
14
 
 
 
 
 
 
 
 
15
  The pretrained model was pdelobelle/robbert-v2-dutch-base, a dutch RoBERTa model
16
 
17
  results obtained in training are :