Transformers
English
llama
text-generation-inference
TheBloke commited on
Commit
0a8d5e9
1 Parent(s): 49383a7

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- datasets:
3
- - togethercomputer/llama-instruct
4
- inference: false
5
  language:
6
  - en
7
- library_name: transformers
8
  license: llama2
 
 
 
 
 
9
  model_creator: Together
10
  model_link: https://huggingface.co/togethercomputer/Llama-2-7B-32K-Instruct
11
- model_name: Llama2 7B 32K Instruct
12
  model_type: llama
13
  quantized_by: TheBloke
 
14
  ---
15
 
16
  <!-- header start -->
 
1
  ---
 
 
 
2
  language:
3
  - en
 
4
  license: llama2
5
+ library_name: transformers
6
+ datasets:
7
+ - togethercomputer/llama-instruct
8
+ model_name: Llama2 7B 32K Instruct
9
+ inference: false
10
  model_creator: Together
11
  model_link: https://huggingface.co/togethercomputer/Llama-2-7B-32K-Instruct
 
12
  model_type: llama
13
  quantized_by: TheBloke
14
+ base_model: togethercomputer/Llama-2-7B-32K-Instruct
15
  ---
16
 
17
  <!-- header start -->