Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
- llama-2
|
11 |
- german
|
12 |
- deutsch
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Llama 2 13b Chat German
|
@@ -26,7 +29,12 @@ I am working on improving the model´s capabilities and will update the model if
|
|
26 |
A quantized GGML version for use with llama.cpp, kobold.cpp and other GUIs for CPU inference can be found [here](https://huggingface.co/jphme/Llama-2-13b-chat-german-GGML).
|
27 |
|
28 |
Please note the license of the base model, which is contained in the repo under LICENSE.TXT and see the original model card below for more information.
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
30 |
## Prompt Template
|
31 |
|
32 |
Llama2 Chat uses a new prompt format:
|
@@ -176,4 +184,4 @@ Please report any software “bug,” or other problems with the models through
|
|
176 |
|---|---|---|---|---|
|
177 |
|7B| [Link](https://huggingface.co/llamaste/Llama-2-7b) | [Link](https://huggingface.co/llamaste/Llama-2-7b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat-hf)|
|
178 |
|13B| [Link](https://huggingface.co/llamaste/Llama-2-13b) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-13b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf)|
|
179 |
-
|70B| [Link](https://huggingface.co/llamaste/Llama-2-70b) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-70b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf)|
|
|
|
10 |
- llama-2
|
11 |
- german
|
12 |
- deutsch
|
13 |
+
datasets:
|
14 |
+
- Christoph911/German-legal-SQuAD
|
15 |
+
- philschmid/test_german_squad
|
16 |
---
|
17 |
|
18 |
# Llama 2 13b Chat German
|
|
|
29 |
A quantized GGML version for use with llama.cpp, kobold.cpp and other GUIs for CPU inference can be found [here](https://huggingface.co/jphme/Llama-2-13b-chat-german-GGML).
|
30 |
|
31 |
Please note the license of the base model, which is contained in the repo under LICENSE.TXT and see the original model card below for more information.
|
32 |
+
|
33 |
+
## Data
|
34 |
+
|
35 |
+
* Prorietary German Conversation Dataset
|
36 |
+
* German SQuAD and German legal SQuAD data (see datasets), augmented with "wrong" contexts, to improve factual RAG
|
37 |
+
|
38 |
## Prompt Template
|
39 |
|
40 |
Llama2 Chat uses a new prompt format:
|
|
|
184 |
|---|---|---|---|---|
|
185 |
|7B| [Link](https://huggingface.co/llamaste/Llama-2-7b) | [Link](https://huggingface.co/llamaste/Llama-2-7b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat-hf)|
|
186 |
|13B| [Link](https://huggingface.co/llamaste/Llama-2-13b) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-13b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf)|
|
187 |
+
|70B| [Link](https://huggingface.co/llamaste/Llama-2-70b) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-70b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf)|
|