Text Generation
Transformers
Safetensors
mistral
conversational
text-generation-inference
4-bit precision
awq
librarian-bot commited on
Commit
d8e1a36
1 Parent(s): ee0836c

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-7b-v0.1
3
  datasets:
4
- - ai2_arc
5
  - unalignment/spicy-3.1
6
  - codeparrot/apps
7
  - facebook/belebele
@@ -21,10 +21,10 @@ datasets:
21
  - squad_v2
22
  - migtissera/Synthia-v1.3
23
  - datasets/winogrande
 
 
24
  inference: false
25
- license: apache-2.0
26
  model_creator: Jon Durbin
27
- model_name: Bagel 7B v0.1
28
  model_type: mistral
29
  prompt_template: 'Below is an instruction that describes a task. Write a response
30
  that appropriately completes the request.
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
+ - allenai/ai2_arc
5
  - unalignment/spicy-3.1
6
  - codeparrot/apps
7
  - facebook/belebele
 
21
  - squad_v2
22
  - migtissera/Synthia-v1.3
23
  - datasets/winogrande
24
+ model_name: Bagel 7B v0.1
25
+ base_model: jondurbin/bagel-7b-v0.1
26
  inference: false
 
27
  model_creator: Jon Durbin
 
28
  model_type: mistral
29
  prompt_template: 'Below is an instruction that describes a task. Write a response
30
  that appropriately completes the request.