librarian-bot commited on
Commit
c86f9f4
1 Parent(s): 7735f02

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 `nyu-mll/glue` (which has been migrated moved from `glue`). 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 +18 -18
README.md CHANGED
@@ -5,7 +5,7 @@ license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - glue
9
  metrics:
10
  - accuracy
11
  - f1
@@ -13,19 +13,19 @@ model-index:
13
  - name: glue-mrpc
14
  results:
15
  - task:
16
- name: Text Classification
17
  type: text-classification
 
18
  dataset:
19
  name: GLUE MRPC
20
  type: glue
21
  args: mrpc
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.8553921568627451
26
- - name: F1
27
- type: f1
28
  value: 0.897391304347826
 
29
  - task:
30
  type: natural-language-inference
31
  name: Natural Language Inference
@@ -35,29 +35,29 @@ model-index:
35
  config: mrpc
36
  split: validation
37
  metrics:
38
- - name: Accuracy
39
- type: accuracy
40
  value: 0.8553921568627451
 
41
  verified: true
42
- - name: Precision
43
- type: precision
44
  value: 0.8716216216216216
 
45
  verified: true
46
- - name: Recall
47
- type: recall
48
  value: 0.9247311827956989
 
49
  verified: true
50
- - name: AUC
51
- type: auc
52
  value: 0.90464282737351
 
53
  verified: true
54
- - name: F1
55
- type: f1
56
  value: 0.897391304347826
 
57
  verified: true
58
- - name: loss
59
- type: loss
60
  value: 0.6564616560935974
 
61
  verified: true
62
  ---
63
 
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - nyu-mll/glue
9
  metrics:
10
  - accuracy
11
  - f1
 
13
  - name: glue-mrpc
14
  results:
15
  - task:
 
16
  type: text-classification
17
+ name: Text Classification
18
  dataset:
19
  name: GLUE MRPC
20
  type: glue
21
  args: mrpc
22
  metrics:
23
+ - type: accuracy
 
24
  value: 0.8553921568627451
25
+ name: Accuracy
26
+ - type: f1
27
  value: 0.897391304347826
28
+ name: F1
29
  - task:
30
  type: natural-language-inference
31
  name: Natural Language Inference
 
35
  config: mrpc
36
  split: validation
37
  metrics:
38
+ - type: accuracy
 
39
  value: 0.8553921568627451
40
+ name: Accuracy
41
  verified: true
42
+ - type: precision
 
43
  value: 0.8716216216216216
44
+ name: Precision
45
  verified: true
46
+ - type: recall
 
47
  value: 0.9247311827956989
48
+ name: Recall
49
  verified: true
50
+ - type: auc
 
51
  value: 0.90464282737351
52
+ name: AUC
53
  verified: true
54
+ - type: f1
 
55
  value: 0.897391304347826
56
+ name: F1
57
  verified: true
58
+ - type: loss
 
59
  value: 0.6564616560935974
60
+ name: loss
61
  verified: true
62
  ---
63