librarian-bot commited on
Commit
395cc18
1 Parent(s): 291f8c8

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 +4 -4
README.md CHANGED
@@ -9,23 +9,23 @@ tags:
9
  - neural-compressor
10
  - PostTrainingStatic
11
  datasets:
12
- - glue
13
  metrics:
14
  - f1
15
  model-index:
16
  - name: roberta-base-mrpc-int8-static
17
  results:
18
  - task:
19
- name: Text Classification
20
  type: text-classification
 
21
  dataset:
22
  name: GLUE MRPC
23
  type: glue
24
  args: mrpc
25
  metrics:
26
- - name: F1
27
- type: f1
28
  value: 0.924693520140105
 
29
  ---
30
  # INT8 roberta-base-mrpc
31
 
 
9
  - neural-compressor
10
  - PostTrainingStatic
11
  datasets:
12
+ - nyu-mll/glue
13
  metrics:
14
  - f1
15
  model-index:
16
  - name: roberta-base-mrpc-int8-static
17
  results:
18
  - task:
 
19
  type: text-classification
20
+ name: Text Classification
21
  dataset:
22
  name: GLUE MRPC
23
  type: glue
24
  args: mrpc
25
  metrics:
26
+ - type: f1
 
27
  value: 0.924693520140105
28
+ name: F1
29
  ---
30
  # INT8 roberta-base-mrpc
31