aseidlf commited on
Commit
ac1d8b4
1 Parent(s): ede0c80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -8,10 +8,9 @@ datasets:
8
  - natural-question
9
  - natural-question-short
10
  metrics:
11
- - f1
12
- - em
13
  ---
14
 
15
  Model based on distilbert-base-uncased model trained on natural question short dataset.
16
  Trained for one episode with AdamW optimizer and learning rate of 5e-03 and no warmup steps.
17
- We achieved a f1 score of ... and an em score of ...
 
8
  - natural-question
9
  - natural-question-short
10
  metrics:
11
+ - squad
 
12
  ---
13
 
14
  Model based on distilbert-base-uncased model trained on natural question short dataset.
15
  Trained for one episode with AdamW optimizer and learning rate of 5e-03 and no warmup steps.
16
+ We achieved a f1 score of 32.67 and an em score of 10.35