sayhan commited on
Commit
cd759a2
1 Parent(s): 0e7881f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: malhajar/Mixtral-8x7B-v0.1-turkish
3
+ language:
4
+ - tr
5
+ - en
6
+ pipeline_tag: text-generation
7
+ license: apache-2.0
8
+ model_type: mixtral
9
+ library_name: transformers
10
+ inference: false
11
+ ---
12
+ ## Mixtral 8x7B v0.1 Turkish
13
+ - **Model creator:** [malhajar](https://huggingface.co/malhajar)
14
+ - **Original model:** [Mixtral-8x7B-v0.1-turkish](https://huggingface.co/malhajar/Mixtral-8x7B-v0.1-turkish)
15
+
16
+ <!-- description start -->
17
+ ## Description
18
+ This repo contains GGUF format model files for [malhajar's Mixtral 8x7B v0.1 Turkish](https://huggingface.co/malhajar/Mixtral-8x7B-v0.1-turkish)
19
+
20
+ ## Original model
21
+ - **Developed by:** [`Mohamad Alhajar`](https://www.linkedin.com/in/muhammet-alhajar/)
22
+ - **Language(s) (NLP):** Turkish
23
+ - **Finetuned from model:** [`mistralai/Mistral-7B-Instruct-v0.2`](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
24
+ ### Original model description
25
+ malhajar/Mixtral-8x7B-v0.1-turkish is a finetuned version of Mixtral-8x7B-v0.1 using SFT Training.
26
+ This model can answer information in turkish language as it is finetuned on a turkish dataset specifically [`alpaca-gpt4-tr`]( https://huggingface.co/datasets/malhajar/alpaca-gpt4-tr)
27
+
28
+ ## Prompt Template
29
+ ```
30
+ ### Instruction:
31
+ <prompt> (without the <>)
32
+ ### Response:
33
+ ```
34
+ <!-- description end -->