librarian-bot commited on
Commit
37face9
1 Parent(s): 6cda4e1

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 `fancyzhx/dbpedia_14` (which has been migrated moved from `dbpedia_14`). 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 +8 -8
README.md CHANGED
@@ -1,23 +1,23 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
3
  datasets:
4
  - multi_nli
5
  - xnli
6
- - dbpedia_14
7
  - SetFit/bbc-news
8
  - squad_v2
9
  - race
10
- language:
11
- - en
12
  metrics:
13
  - accuracy
14
  - f1
15
- library_name: transformers
16
  pipeline_tag: zero-shot-classification
17
- tags:
18
- - classification
19
- - information-extraction
20
- - zero-shot
21
  ---
22
 
23
  **comprehend_it-base**
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - classification
8
+ - information-extraction
9
+ - zero-shot
10
  datasets:
11
  - multi_nli
12
  - xnli
13
+ - fancyzhx/dbpedia_14
14
  - SetFit/bbc-news
15
  - squad_v2
16
  - race
 
 
17
  metrics:
18
  - accuracy
19
  - f1
 
20
  pipeline_tag: zero-shot-classification
 
 
 
 
21
  ---
22
 
23
  **comprehend_it-base**