afschowdhury commited on
Commit
abd77a4
1 Parent(s): ff0f1b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,4 +1,43 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  widget:
3
  - text: What's my name?
4
  context: My name is Clara and I live in Berkeley.
 
1
  ---
2
+ model-index:
3
+ - name: afschowdhury/qa-xlmr-bn
4
+ results:
5
+ - task:
6
+ type: question-answering
7
+ name: Question Answering
8
+ dataset:
9
+ name: squad_bn
10
+ type: squad_bn
11
+ config: squad_v2
12
+ split: validation
13
+ metrics:
14
+ - type: exact_match
15
+ value: 94.52875399361022
16
+ name: Exact Match
17
+ - type: f1
18
+ value: 96.56710191654284
19
+ name: F1
20
+ - type: total
21
+ value: 2504
22
+ name: total
23
+ - type: HasAns_exact
24
+ value: 89.29712460063898
25
+ name: HasAns_exact
26
+ - type: HasAns_f1
27
+ value: 93.37382044650411
28
+ name: HasAns_f1
29
+ - type: HasAns_total
30
+ value: 1252
31
+ name: HasAns_total
32
+ - type: NoAns_exact
33
+ value: 99.76038338658147
34
+ name: NoAns_exact
35
+ - type: NoAns_f1
36
+ value: 99.76038338658147
37
+ name: NoAns_f1
38
+ - type: NoAns_total
39
+ value: 1252
40
+ name: NoAns_total
41
  widget:
42
  - text: What's my name?
43
  context: My name is Clara and I live in Berkeley.