DavidGF commited on
Commit
36e4a13
1 Parent(s): 0c5b4ec

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md CHANGED
@@ -1,3 +1,91 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - it
8
+ - es
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
+ tags:
12
+ - mistral
13
+ - finetune
14
+ - sft
15
+ - dpo
16
+ - chatml
17
+ - augmentation
18
+ - german
19
+ - mixtral
20
+ datasets:
21
+ - Open-Orca/SlimOrca
22
+ - argilla/distilabel-math-preference-dpo
23
  ---
24
+
25
+ ![SauerkrautLM](https://vago-solutions.de/wp-content/uploads/2023/11/hero.png "SauerkrautLM-Mixtral-8x7B")
26
+ ## VAGO solutions SauerkrautLM-Mixtral-8x7B
27
+ Introducing **SauerkrautLM-Mixtral-8x7B** – our German version of the powerful Mixtral-8x7B!
28
+ Finetuned and aligned with **SFT** and **DPO**
29
+
30
+ # Table of Contents
31
+ 1. [Overview of all SauerkrautLM-Mixtral models](#all-sauerkrautlm-mixtral-models)
32
+ 2. [Model Details](#model-details)
33
+ - [Prompt template](#prompt-template)
34
+ - [Training Dataset](#training-dataset)
35
+ 3. [Evaluation](#evaluation)
36
+ 5. [Disclaimer](#disclaimer)
37
+ 6. [Contact](#contact)
38
+ 7. [Collaborations](#collaborations)
39
+ 8. [Acknowledgement](#acknowledgement)
40
+
41
+
42
+ ## All SauerkrautLM-Mixtral Models
43
+
44
+ | Model | HF | GPTQ | GGUF | AWQ |
45
+ |-------|-------|-------|-------|-------|
46
+ | SauerkrautLM-Mixtral-8x7B | [Link](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B) | coming soon | coming soon | coming soon |
47
+ | SauerkrautLM-Mixtral-8x7B-Instruct | [Link](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B-Instruct) | coming soon | coming soon | coming soon |
48
+
49
+ ## Model Details
50
+ **SauerkrautLM-Mixtral-8x7B**
51
+ - **Model Type:** SauerkrautLM-Mixtral-8x7B is a Mixture of Experts (MoE) Model based on [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
52
+ - **Language(s):** English, German, French, Italian, Spanish
53
+ - **License:** APACHE 2.0
54
+ - **Contact:** [Website](https://vago-solutions.de/#Kontakt) [David Golchinfar](mailto:golchinfar@vago-solutions.de)
55
+
56
+ ### Training Dataset:
57
+
58
+ SauerkrautLM-7b-HerO was trained with mix of German data augmentation and translated data.
59
+ **SFT** with the dataset[OpenOrca/Slim-Orca](https://huggingface.co/datasets/Open-Orca/SlimOrca) and aligned through **DPO** with our **new German SauerkrautLM-DPO dataset** based on parts of the SFT SauerkrautLM dataset
60
+ as chosen answers and [Sauerkraut-7b-HerO](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO) as rejected answers. Added with additional augmented Parts of the Ultrafeedback Dataset [HuggingFaceH4/ultrafeedback_binarized](https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized) and [argilla/distilabel-math-preference-dpo](https://huggingface.co/datasets/argilla/distilabel-math-preference-dpo)
61
+ We found, that only a simple translation of training data can lead to unnatural German phrasings.
62
+ Data augmentation techniques were used to grant grammatical, syntactical correctness and a more natural German wording in our training data.
63
+
64
+
65
+
66
+ ### Prompt Template:
67
+ ```
68
+ <|im_start|>system
69
+ Du bist ein großes Sprachmodell, das höflich und kompetent antwortet. Schreibe deine Gedanken Schritt für Schritt auf, um Probleme sinnvoll zu lösen.<|im_end|>
70
+ <|im_start|>user
71
+ Wie geht es dir?<|im_end|>
72
+ <|im_start|>assistant
73
+
74
+ ```
75
+ ## Evaluation
76
+
77
+
78
+
79
+ ## Disclaimer
80
+ We must inform users that despite our best efforts in data cleansing, the possibility of uncensored content slipping through cannot be entirely ruled out.
81
+ However, we cannot guarantee consistently appropriate behavior. Therefore, if you encounter any issues or come across inappropriate content, we kindly request that you inform us through the contact information provided.
82
+ Additionally, it is essential to understand that the licensing of these models does not constitute legal advice. We are not held responsible for the actions of third parties who utilize our models. These models may be employed for commercial purposes, and the Apache 2.0 remains applicable and is included with the model files.
83
+  
84
+ ## Contact
85
+ If you are interested in customized LLMs for business applications, please get in contact with us via our website or contact us at [Dr. Daryoush Vaziri](mailto:vaziri@vago-solutions.de). We are also grateful for your feedback and suggestions.
86
+  
87
+ ## Collaborations
88
+ We are also keenly seeking support and investment for our startup, VAGO solutions, where we continuously advance the development of robust language models designed to address a diverse range of purposes and requirements. If the prospect of collaboratively navigating future challenges excites you, we warmly invite you to reach out to us.
89
+
90
+ ## Acknowledgement
91
+ Many thanks to [OpenOrca](https://huggingface.co/Open-Orca), [argilla](https://huggingface.co/datasets/argilla) and [Huggingface](https://huggingface.co) for providing such valuable datasets to the Open-Source community.