Text Generation
Transformers
PyTorch
llama
text-generation-inference
Inference Endpoints
librarian-bot commited on
Commit
ad8095e
1 Parent(s): 0d6c33d

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 `mhardalov/exams` (which has been migrated moved from `exams`). 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,15 +1,15 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - CaterinaLac/sharegpt-deduplicated
5
- - exams
6
- - Open-Orca/OpenOrca
7
  language:
8
  - en
9
  - zh
10
  - ko
11
  - ja
12
  - fr
 
 
 
 
 
13
  ---
14
 
15
  This model is a Llama2-7B model finetuned on the union of ShareGPT, the exams dataset and a subset of the Orca dataset.
 
1
  ---
 
 
 
 
 
2
  language:
3
  - en
4
  - zh
5
  - ko
6
  - ja
7
  - fr
8
+ license: apache-2.0
9
+ datasets:
10
+ - CaterinaLac/sharegpt-deduplicated
11
+ - mhardalov/exams
12
+ - Open-Orca/OpenOrca
13
  ---
14
 
15
  This model is a Llama2-7B model finetuned on the union of ShareGPT, the exams dataset and a subset of the Orca dataset.