librarian-bot commited on
Commit
fa1e8a3
1 Parent(s): 80c64c7

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 `ucinlp/drop` (which has been migrated moved from `drop`). 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,16 +1,16 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - squad_v2
5
- - drop
6
- - mou3az/IT_QA-QG
7
  language:
8
  - en
 
9
  library_name: transformers
10
  tags:
11
  - IT purpose
12
  - General purpose
13
  - Text2text Generation
 
 
 
 
14
  metrics:
15
  - bertscore
16
  - accuracy
 
1
  ---
 
 
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  library_name: transformers
6
  tags:
7
  - IT purpose
8
  - General purpose
9
  - Text2text Generation
10
+ datasets:
11
+ - squad_v2
12
+ - ucinlp/drop
13
+ - mou3az/IT_QA-QG
14
  metrics:
15
  - bertscore
16
  - accuracy