Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
TheBloke commited on
Commit
b6af37f
1 Parent(s): 2b493ae

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- base_model: https://huggingface.co/allenai/tulu-7b
 
 
3
  datasets:
4
  - databricks/databricks-dolly-15k
5
  - OpenAssistant/oasst1
6
  - sahil2801/CodeAlpaca-20k
 
 
7
  inference: false
8
- language:
9
- - en
10
- license: other
11
  model_creator: Allen Institute for AI
12
- model_name: Tulu 7B
13
  model_type: llama
14
  prompt_template: '<|user|>
15
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: other
5
  datasets:
6
  - databricks/databricks-dolly-15k
7
  - OpenAssistant/oasst1
8
  - sahil2801/CodeAlpaca-20k
9
+ model_name: Tulu 7B
10
+ base_model: allenai/tulu-7b
11
  inference: false
 
 
 
12
  model_creator: Allen Institute for AI
 
13
  model_type: llama
14
  prompt_template: '<|user|>
15