TheBloke commited on
Commit
d129471
1 Parent(s): 9d42d3b

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
- base_model: https://huggingface.co/togethercomputer/Llama-2-7B-32K-Instruct
3
- datasets:
4
- - togethercomputer/llama-instruct
5
- inference: false
6
  language:
7
  - en
8
- library_name: transformers
9
  license: llama2
10
- model_creator: Together
 
 
11
  model_name: Llama2 7B 32K Instruct
 
 
 
12
  model_type: llama
13
  prompt_template: '[INST]
14
 
 
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
+ base_model: togethercomputer/Llama-2-7B-32K-Instruct
10
+ inference: false
11
+ model_creator: Together
12
  model_type: llama
13
  prompt_template: '[INST]
14