Text Generation
Transformers
Safetensors
llama
text-generation-inference
4-bit precision
gptq
TheBloke commited on
Commit
2dfe286
1 Parent(s): 33b8f0a

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- base_model: https://huggingface.co/totally-not-an-llm/PuddleJumper-13b-V2
3
  datasets:
4
  - totally-not-an-llm/EverythingLM-data-V3
5
  - Open-Orca/OpenOrca
6
  - garage-bAInd/Open-Platypus
 
 
7
  inference: false
8
- license: other
9
  model_creator: Kai Howard
10
- model_name: PuddleJumper 13B V2
11
  model_type: llama
12
  prompt_template: 'USER: {prompt}
13
 
 
1
  ---
2
+ license: other
3
  datasets:
4
  - totally-not-an-llm/EverythingLM-data-V3
5
  - Open-Orca/OpenOrca
6
  - garage-bAInd/Open-Platypus
7
+ model_name: PuddleJumper 13B V2
8
+ base_model: totally-not-an-llm/PuddleJumper-13b-V2
9
  inference: false
 
10
  model_creator: Kai Howard
 
11
  model_type: llama
12
  prompt_template: 'USER: {prompt}
13