librarian-bot commited on
Commit
0bf0d02
·
verified ·
1 Parent(s): 1c185cb

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 `vblagoje/cc_news` (which has been migrated moved from `cc_news`). 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 +5 -5
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
 
 
2
  license: mit
 
 
3
  datasets:
4
  - tweet_eval
5
  - bookcorpus
6
  - wikipedia
7
- - cc_news
8
- language:
9
- - en
10
  metrics:
11
  - accuracy
12
  pipeline_tag: text-classification
13
- tags:
14
- - medical
15
  ---
16
  # Model Card for Model ID
17
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
+ tags:
6
+ - medical
7
  datasets:
8
  - tweet_eval
9
  - bookcorpus
10
  - wikipedia
11
+ - vblagoje/cc_news
 
 
12
  metrics:
13
  - accuracy
14
  pipeline_tag: text-classification
 
 
15
  ---
16
  # Model Card for Model ID
17