librarian-bot commited on
Commit
a2aabb8
verified
1 Parent(s): 0c637d2

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `ibm/duorc` (which has been migrated moved from `duorc`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -6,7 +6,7 @@ datasets:
6
  - squad_v2
7
  - quoref
8
  - adversarial_qa
9
- - duorc
10
  model-index:
11
  - name: rob-base-superqa2
12
  results:
@@ -19,13 +19,13 @@ model-index:
19
  config: squad_v2
20
  split: validation
21
  metrics:
22
- - name: Exact Match
23
- type: exact_match
24
  value: 79.2365
 
25
  verified: true
26
- - name: F1
27
- type: f1
28
  value: 82.3326
 
29
  verified: true
30
  - task:
31
  type: question-answering
@@ -36,13 +36,13 @@ model-index:
36
  config: adversarialQA
37
  split: test
38
  metrics:
39
- - name: Exact Match
40
- type: exact_match
41
  value: 12.4
 
42
  verified: true
43
- - name: F1
44
- type: f1
45
  value: 12.4
 
46
  verified: true
47
  - task:
48
  type: question-answering
@@ -53,13 +53,13 @@ model-index:
53
  config: adversarialQA
54
  split: validation
55
  metrics:
56
- - name: Exact Match
57
- type: exact_match
58
  value: 42.3667
 
59
  verified: true
60
- - name: F1
61
- type: f1
62
  value: 53.3255
 
63
  verified: true
64
  - task:
65
  type: question-answering
@@ -70,13 +70,13 @@ model-index:
70
  config: plain_text
71
  split: validation
72
  metrics:
73
- - name: Exact Match
74
- type: exact_match
75
  value: 86.1925
 
76
  verified: true
77
- - name: F1
78
- type: f1
79
  value: 92.4306
 
80
  verified: true
81
  ---
82
 
 
6
  - squad_v2
7
  - quoref
8
  - adversarial_qa
9
+ - ibm/duorc
10
  model-index:
11
  - name: rob-base-superqa2
12
  results:
 
19
  config: squad_v2
20
  split: validation
21
  metrics:
22
+ - type: exact_match
 
23
  value: 79.2365
24
+ name: Exact Match
25
  verified: true
26
+ - type: f1
 
27
  value: 82.3326
28
+ name: F1
29
  verified: true
30
  - task:
31
  type: question-answering
 
36
  config: adversarialQA
37
  split: test
38
  metrics:
39
+ - type: exact_match
 
40
  value: 12.4
41
+ name: Exact Match
42
  verified: true
43
+ - type: f1
 
44
  value: 12.4
45
+ name: F1
46
  verified: true
47
  - task:
48
  type: question-answering
 
53
  config: adversarialQA
54
  split: validation
55
  metrics:
56
+ - type: exact_match
 
57
  value: 42.3667
58
+ name: Exact Match
59
  verified: true
60
+ - type: f1
 
61
  value: 53.3255
62
+ name: F1
63
  verified: true
64
  - task:
65
  type: question-answering
 
70
  config: plain_text
71
  split: validation
72
  metrics:
73
+ - type: exact_match
 
74
  value: 86.1925
75
+ name: Exact Match
76
  verified: true
77
+ - type: f1
 
78
  value: 92.4306
79
+ name: F1
80
  verified: true
81
  ---
82