Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/flozi00/Llama-2-13B-german-assistant-v2
|
3 |
-
datasets:
|
4 |
-
- flozi00/conversations
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
- de
|
9 |
license: llama2
|
10 |
-
|
|
|
11 |
model_name: Llama 2 13B German Assistant v2
|
|
|
|
|
|
|
12 |
model_type: llama
|
13 |
prompt_template: '<|prompter|>{prompt}<|endoftext|><|assistant|>
|
14 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- de
|
5 |
license: llama2
|
6 |
+
datasets:
|
7 |
+
- flozi00/conversations
|
8 |
model_name: Llama 2 13B German Assistant v2
|
9 |
+
base_model: flozi00/Llama-2-13B-german-assistant-v2
|
10 |
+
inference: false
|
11 |
+
model_creator: Florian Zimmermeister
|
12 |
model_type: llama
|
13 |
prompt_template: '<|prompter|>{prompt}<|endoftext|><|assistant|>
|
14 |
|