Text Generation
Transformers
PyTorch
English
llama
facebook
meta
llama-2
text-generation-inference
TheBloke commited on
Commit
e8dfe3f
1 Parent(s): f723de3

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,25 +1,26 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  datasets:
3
  - Open-Orca/OpenOrca
4
  - garage-bAInd/Open-Platypus
5
  - WizardLM/WizardLM_evol_instruct_V2_196k
 
6
  inference: false
7
- language:
8
- - en
9
- library_name: transformers
10
- license: llama2
11
  model_creator: Jiangwen Su
12
  model_link: https://huggingface.co/uukuguy/speechless-llama2-13b
13
- model_name: Speechless Llama2 13B
14
  model_type: llama
15
  pipeline_tag: text-generation
16
  quantized_by: TheBloke
17
- tags:
18
- - facebook
19
- - meta
20
- - pytorch
21
- - llama
22
- - llama-2
23
  ---
24
 
25
  <!-- header start -->
 
1
  ---
2
+ language:
3
+ - en
4
+ license: llama2
5
+ library_name: transformers
6
+ tags:
7
+ - facebook
8
+ - meta
9
+ - pytorch
10
+ - llama
11
+ - llama-2
12
  datasets:
13
  - Open-Orca/OpenOrca
14
  - garage-bAInd/Open-Platypus
15
  - WizardLM/WizardLM_evol_instruct_V2_196k
16
+ model_name: Speechless Llama2 13B
17
  inference: false
 
 
 
 
18
  model_creator: Jiangwen Su
19
  model_link: https://huggingface.co/uukuguy/speechless-llama2-13b
 
20
  model_type: llama
21
  pipeline_tag: text-generation
22
  quantized_by: TheBloke
23
+ base_model: uukuguy/speechless-llama2-13b
 
 
 
 
 
24
  ---
25
 
26
  <!-- header start -->