Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- pg19
|
5 |
-
inference: false
|
6 |
-
library_name: transformers
|
7 |
-
license: llama2
|
8 |
metrics:
|
9 |
- perplexity
|
10 |
-
model_creator: NousResearch
|
11 |
model_name: Yarn Llama 2 7B 64K
|
|
|
|
|
|
|
12 |
model_type: llama
|
13 |
prompt_template: '{prompt}
|
14 |
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
+
library_name: transformers
|
4 |
datasets:
|
5 |
- pg19
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- perplexity
|
|
|
8 |
model_name: Yarn Llama 2 7B 64K
|
9 |
+
base_model: NousResearch/Yarn-Llama-2-7b-64k
|
10 |
+
inference: false
|
11 |
+
model_creator: NousResearch
|
12 |
model_type: llama
|
13 |
prompt_template: '{prompt}
|
14 |
|