toniwuest commited on
Commit
6378671
1 Parent(s): 733ddda

add meta data

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