TimoImhof commited on
Commit
e45708e
1 Parent(s): 21c4731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - en
8
  ---
9
 
10
- This is the "roberta-base" model with a question answering head, trained on the "squad" dataset.
11
  It serves as baseline model to compare with.
12
 
13
  It was evaluated on the squad validation dataset and the achieved score was : `{'exact_match': 85.87511825922422, 'f1': 92.12966408818717}`
7
  - en
8
  ---
9
 
10
+ This is the "roberta-base" model with a question answering head, trained on the "squad" dataset witht the Trainer API.
11
  It serves as baseline model to compare with.
12
 
13
  It was evaluated on the squad validation dataset and the achieved score was : `{'exact_match': 85.87511825922422, 'f1': 92.12966408818717}`