librarian-bot commited on
Commit
fc73c3e
verified
1 Parent(s): c9d9ed1

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 +13 -13
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-gc1
12
  results:
@@ -19,13 +19,13 @@ model-index:
19
  config: adversarialQA
20
  split: validation
21
  metrics:
22
- - name: Exact Match
23
- type: exact_match
24
  value: 42.9
 
25
  verified: true
26
- - name: F1
27
- type: f1
28
  value: 53.8954
 
29
  verified: true
30
  - task:
31
  type: question-answering
@@ -36,13 +36,13 @@ model-index:
36
  config: squad_v2
37
  split: validation
38
  metrics:
39
- - name: Exact Match
40
- type: exact_match
41
  value: 79.5382
 
42
  verified: true
43
- - name: F1
44
- type: f1
45
  value: 82.7221
 
46
  verified: true
47
  - task:
48
  type: question-answering
@@ -53,13 +53,13 @@ model-index:
53
  config: default
54
  split: validation
55
  metrics:
56
- - name: Exact Match
57
- type: exact_match
58
  value: 78.403
 
59
  verified: true
60
- - name: F1
61
- type: f1
62
  value: 82.1408
 
63
  verified: true
64
  ---
65
 
 
6
  - squad_v2
7
  - quoref
8
  - adversarial_qa
9
+ - ibm/duorc
10
  model-index:
11
  - name: rob-base-gc1
12
  results:
 
19
  config: adversarialQA
20
  split: validation
21
  metrics:
22
+ - type: exact_match
 
23
  value: 42.9
24
+ name: Exact Match
25
  verified: true
26
+ - type: f1
 
27
  value: 53.8954
28
+ name: F1
29
  verified: true
30
  - task:
31
  type: question-answering
 
36
  config: squad_v2
37
  split: validation
38
  metrics:
39
+ - type: exact_match
 
40
  value: 79.5382
41
+ name: Exact Match
42
  verified: true
43
+ - type: f1
 
44
  value: 82.7221
45
+ name: F1
46
  verified: true
47
  - task:
48
  type: question-answering
 
53
  config: default
54
  split: validation
55
  metrics:
56
+ - type: exact_match
 
57
  value: 78.403
58
+ name: Exact Match
59
  verified: true
60
+ - type: f1
 
61
  value: 82.1408
62
+ name: F1
63
  verified: true
64
  ---
65