Text Generation
Transformers
Safetensors
llama
text-generation-inference
4-bit precision
awq
librarian-bot commited on
Commit
dfe1623
1 Parent(s): 7a0254a

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 `allenai/ai2_arc` (which has been migrated moved from `ai2_arc`). 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 +4 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- base_model: jondurbin/bagel-34b-v0.2
3
  datasets:
4
- - ai2_arc
5
  - unalignment/spicy-3.1
6
  - codeparrot/apps
7
  - facebook/belebele
@@ -30,12 +30,12 @@ datasets:
30
  - LDJnr/Capybara
31
  - JULIELab/EmoBank
32
  - kingbri/PIPPA-shareGPT
 
 
33
  inference: false
34
- license: other
35
  license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
36
  license_name: yi-license
37
  model_creator: Jon Durbin
38
- model_name: Bagel 34B v0.2
39
  model_type: yi
40
  prompt_template: 'Below is an instruction that describes a task. Write a response
41
  that appropriately completes the request.
 
1
  ---
2
+ license: other
3
  datasets:
4
+ - allenai/ai2_arc
5
  - unalignment/spicy-3.1
6
  - codeparrot/apps
7
  - facebook/belebele
 
30
  - LDJnr/Capybara
31
  - JULIELab/EmoBank
32
  - kingbri/PIPPA-shareGPT
33
+ model_name: Bagel 34B v0.2
34
+ base_model: jondurbin/bagel-34b-v0.2
35
  inference: false
 
36
  license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
37
  license_name: yi-license
38
  model_creator: Jon Durbin
 
39
  model_type: yi
40
  prompt_template: 'Below is an instruction that describes a task. Write a response
41
  that appropriately completes the request.