sjrhuschlee commited on
Commit
b489e65
1 Parent(s): 75c968b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md CHANGED
@@ -25,6 +25,111 @@ model-index:
25
  name: F1
26
  verified: true
27
  verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOTFkMzEzMWNiZDRhMGZlODhkYzcwZTZiMDFjZDg2YjllZmUzYWM5NTgwNGQ2NGYyMDk2ZGQwN2JmMTE5NTc3YiIsInZlcnNpb24iOjF9.ChgaYpuRHd5WeDFjtiAHUyczxtoOD_M5WR8834jtbf7wXhdGOnZKdZ1KclmhoI5NuAGc1NptX-G0zQ5FTHEcBA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # tinyroberta-squad2
25
  name: F1
26
  verified: true
27
  verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOTFkMzEzMWNiZDRhMGZlODhkYzcwZTZiMDFjZDg2YjllZmUzYWM5NTgwNGQ2NGYyMDk2ZGQwN2JmMTE5NTc3YiIsInZlcnNpb24iOjF9.ChgaYpuRHd5WeDFjtiAHUyczxtoOD_M5WR8834jtbf7wXhdGOnZKdZ1KclmhoI5NuAGc1NptX-G0zQ5FTHEcBA
28
+ - task:
29
+ type: question-answering
30
+ name: Question Answering
31
+ dataset:
32
+ name: squad
33
+ type: squad
34
+ config: plain_text
35
+ split: validation
36
+ metrics:
37
+ - type: exact_match
38
+ value: 83.860
39
+ name: Exact Match
40
+ - type: f1
41
+ value: 90.752
42
+ name: F1
43
+ - task:
44
+ type: question-answering
45
+ name: Question Answering
46
+ dataset:
47
+ name: adversarial_qa
48
+ type: adversarial_qa
49
+ config: adversarialQA
50
+ split: validation
51
+ metrics:
52
+ - type: exact_match
53
+ value: 25.967
54
+ name: Exact Match
55
+ - type: f1
56
+ value: 37.006
57
+ name: F1
58
+ - task:
59
+ type: question-answering
60
+ name: Question Answering
61
+ dataset:
62
+ name: squad_adversarial
63
+ type: squad_adversarial
64
+ config: AddOneSent
65
+ split: validation
66
+ metrics:
67
+ - type: exact_match
68
+ value: 76.329
69
+ name: Exact Match
70
+ - type: f1
71
+ value: 83.292
72
+ name: F1
73
+ - task:
74
+ type: question-answering
75
+ name: Question Answering
76
+ dataset:
77
+ name: squadshifts amazon
78
+ type: squadshifts
79
+ config: amazon
80
+ split: test
81
+ metrics:
82
+ - type: exact_match
83
+ value: 63.915
84
+ name: Exact Match
85
+ - type: f1
86
+ value: 78.395
87
+ name: F1
88
+ - task:
89
+ type: question-answering
90
+ name: Question Answering
91
+ dataset:
92
+ name: squadshifts new_wiki
93
+ type: squadshifts
94
+ config: new_wiki
95
+ split: test
96
+ metrics:
97
+ - type: exact_match
98
+ value: 80.297
99
+ name: Exact Match
100
+ - type: f1
101
+ value: 89.808
102
+ name: F1
103
+ - task:
104
+ type: question-answering
105
+ name: Question Answering
106
+ dataset:
107
+ name: squadshifts nyt
108
+ type: squadshifts
109
+ config: nyt
110
+ split: test
111
+ metrics:
112
+ - type: exact_match
113
+ value: 80.149
114
+ name: Exact Match
115
+ - type: f1
116
+ value: 88.321
117
+ name: F1
118
+ - task:
119
+ type: question-answering
120
+ name: Question Answering
121
+ dataset:
122
+ name: squadshifts reddit
123
+ type: squadshifts
124
+ config: reddit
125
+ split: test
126
+ metrics:
127
+ - type: exact_match
128
+ value: 66.959
129
+ name: Exact Match
130
+ - type: f1
131
+ value: 79.300
132
+ name: F1
133
  ---
134
 
135
  # tinyroberta-squad2