Update base_model formatting
Browse files
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 |
-
|
|
|
|
|
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 |
|