librarian-bot commited on
Commit
0c324c0
1 Parent(s): cfd608e

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 `tau/commonsense_qa` (which has been migrated moved from `commonsense_qa`). 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 +6 -6
README.md CHANGED
@@ -1,9 +1,4 @@
1
  ---
2
- datasets:
3
- - clips/mfaq
4
- - daily_dialog
5
- - commonsense_qa
6
- - conv_ai_2
7
  language:
8
  - multilingual
9
  - af
@@ -99,14 +94,19 @@ language:
99
  - xh
100
  - yi
101
  - zh
 
102
  tags:
103
  - text-classification
104
  - sequence-classification
105
  - xlm-roberta-base
106
  - faq
107
  - questions
 
 
 
 
 
108
  thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
109
- license: mit
110
  pipeline_tag: text-classification
111
  ---
112
  ## Frequently Asked Questions classifier
 
1
  ---
 
 
 
 
 
2
  language:
3
  - multilingual
4
  - af
 
94
  - xh
95
  - yi
96
  - zh
97
+ license: mit
98
  tags:
99
  - text-classification
100
  - sequence-classification
101
  - xlm-roberta-base
102
  - faq
103
  - questions
104
+ datasets:
105
+ - clips/mfaq
106
+ - daily_dialog
107
+ - tau/commonsense_qa
108
+ - conv_ai_2
109
  thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
 
110
  pipeline_tag: text-classification
111
  ---
112
  ## Frequently Asked Questions classifier