NewBreaker
commited on
Commit
•
9d75e90
1
Parent(s):
53a3fe5
auto git
Browse files
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- Question Answering
|
|
|
5 |
widget:
|
6 |
- text: "What's my name?"
|
7 |
context: "My name is Clara and I live in Berkeley."
|
@@ -10,6 +13,37 @@ widget:
|
|
10 |
context: "My name is Sarah and I live in London"
|
11 |
example_title: "Location"
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
|
|
|
1 |
---
|
2 |
+
|
3 |
+
|
4 |
language: en
|
5 |
tags:
|
6 |
- Question Answering
|
7 |
+
|
8 |
widget:
|
9 |
- text: "What's my name?"
|
10 |
context: "My name is Clara and I live in Berkeley."
|
|
|
13 |
context: "My name is Sarah and I live in London"
|
14 |
example_title: "Location"
|
15 |
|
16 |
+
license: cc-by-4.0
|
17 |
+
datasets:
|
18 |
+
- squad_v2
|
19 |
+
model-index:
|
20 |
+
- name: deepset/roberta-base-squad2
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: question-answering
|
24 |
+
name: Question Answering
|
25 |
+
dataset:
|
26 |
+
name: squad_v2
|
27 |
+
type: squad_v2
|
28 |
+
config: squad_v2
|
29 |
+
split: validation
|
30 |
+
metrics:
|
31 |
+
- type: exact_match
|
32 |
+
value: 79.9309
|
33 |
+
name: Exact Match
|
34 |
+
verified: true
|
35 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMDhhNjg5YzNiZGQ1YTIyYTAwZGUwOWEzZTRiYzdjM2QzYjA3ZTUxNDM1NjE1MTUyMjE1MGY1YzEzMjRjYzVjYiIsInZlcnNpb24iOjF9.EH5JJo8EEFwU7osPz3s7qanw_tigeCFhCXjSfyN0Y1nWVnSfulSxIk_DbAEI5iE80V4EKLyp5-mYFodWvL2KDA
|
36 |
+
- type: f1
|
37 |
+
value: 82.9501
|
38 |
+
name: F1
|
39 |
+
verified: true
|
40 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMjk5ZDYwOGQyNjNkMWI0OTE4YzRmOTlkY2JjNjQ0YTZkNTMzMzNkYTA0MDFmNmI3NjA3NjNlMjhiMDQ2ZjJjNSIsInZlcnNpb24iOjF9.DDm0LNTkdLbGsue58bg1aH_s67KfbcmkvL-6ZiI2s8IoxhHJMSf29H_uV2YLyevwx900t-MwTVOW3qfFnMMEAQ
|
41 |
+
- type: total
|
42 |
+
value: 11869
|
43 |
+
name: total
|
44 |
+
verified: true
|
45 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFkMmI2ODM0NmY5NGNkNmUxYWViOWYxZDNkY2EzYWFmOWI4N2VhYzY5MGEzMTVhOTU4Zjc4YWViOGNjOWJjMCIsInZlcnNpb24iOjF9.fexrU1icJK5_MiifBtZWkeUvpmFISqBLDXSQJ8E6UnrRof-7cU0s4tX_dIsauHWtUpIHMPZCf5dlMWQKXZuAAA
|
46 |
+
|
47 |
---
|
48 |
|
49 |
|