Teja-Gollapudi commited on
Commit
d3c9654
1 Parent(s): dcb3d5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -9,13 +9,14 @@ metrics:
9
  - f1
10
 
11
  model-index:
12
- - name: VMware/bert-tiny-mrqa
13
  results:
14
  - task:
15
- type: Extractive Question-Answering
16
  dataset:
17
- type: mrqa
18
- name: MRQA
 
19
  metrics:
20
  - type: exact_match
21
  value: 22.78
 
9
  - f1
10
 
11
  model-index:
12
+ - name: VMware/TinyRoBERTa-MRQA
13
  results:
14
  - task:
15
+ type: Question-Answering
16
  dataset:
17
+ type: mrqa # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
18
+ name: mrqa # Required. A pretty name for the dataset. Example: Common Voice (French)
19
+
20
  metrics:
21
  - type: exact_match
22
  value: 22.78