librarian-bot commited on
Commit
e9f7319
1 Parent(s): 47326f3

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
@@ -10,23 +10,23 @@ tags:
10
  - PostTrainingDynamic
11
  - onnx
12
  datasets:
13
- - glue
14
  metrics:
15
  - f1
16
  model-index:
17
  - name: camembert-base-mrpc-int8-dynamic
18
  results:
19
  - task:
20
- name: Text Classification
21
  type: text-classification
 
22
  dataset:
23
  name: GLUE MRPC
24
  type: glue
25
  args: mrpc
26
  metrics:
27
- - name: F1
28
- type: f1
29
  value: 0.8842832469775476
 
30
  ---
31
  # INT8 camembert-base-mrpc
32
 
 
10
  - PostTrainingDynamic
11
  - onnx
12
  datasets:
13
+ - nyu-mll/glue
14
  metrics:
15
  - f1
16
  model-index:
17
  - name: camembert-base-mrpc-int8-dynamic
18
  results:
19
  - task:
 
20
  type: text-classification
21
+ name: Text Classification
22
  dataset:
23
  name: GLUE MRPC
24
  type: glue
25
  args: mrpc
26
  metrics:
27
+ - type: f1
 
28
  value: 0.8842832469775476
29
+ name: F1
30
  ---
31
  # INT8 camembert-base-mrpc
32