librarian-bot commited on
Commit
237e161
1 Parent(s): e5f9805

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 `UCLNLP/adversarial_qa` (which has been migrated moved from `adversarial_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 +8 -8
README.md CHANGED
@@ -1,14 +1,8 @@
1
  ---
2
- library_name: adapter-transformers
3
- license: mit
4
- datasets:
5
- - squad
6
- - tiiuae/falcon-refinedweb
7
- - adversarial_qa
8
- - avnishkr/trimpixel
9
  language:
10
  - en
11
- pipeline_tag: question-answering
 
12
  tags:
13
  - QLoRA
14
  - Adapters
@@ -22,6 +16,12 @@ tags:
22
  - Attention
23
  - code
24
  - Falcon-7b
 
 
 
 
 
 
25
  ---
26
 
27
 
 
1
  ---
 
 
 
 
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
+ library_name: adapter-transformers
6
  tags:
7
  - QLoRA
8
  - Adapters
 
16
  - Attention
17
  - code
18
  - Falcon-7b
19
+ datasets:
20
+ - squad
21
+ - tiiuae/falcon-refinedweb
22
+ - UCLNLP/adversarial_qa
23
+ - avnishkr/trimpixel
24
+ pipeline_tag: question-answering
25
  ---
26
 
27