sayhan commited on
Commit
1666c56
1 Parent(s): b2bd971

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: malhajar/Mistral-7B-Instruct-v0.2-turkish
3
+ language:
4
+ - tr
5
+ - en
6
+ pipeline_tag: text-generation
7
+ license: apache-2.0
8
+ model_type: mistral
9
+ library_name: transformers
10
+ inference: false
11
+ ---
12
+ ## Mistral 7B Instruct v0.2 Turkish
13
+ - **Model creator:** [malhajar](https://huggingface.co/malhajar)
14
+ - **Original model:** [Mistral-7B-Instruct-v0.2-turkish](https://huggingface.co/malhajar/Mistral-7B-Instruct-v0.2-turkish)
15
+
16
+ <!-- description start -->
17
+ ## Description
18
+ This repo contains GGUF format model files for [malhajar's Mistral 7B Instruct v0.2 Turkish](https://huggingface.co/malhajar/Mistral-7B-Instruct-v0.2-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/Mistral-7B-Instruct-v0.2)
24
+
25
+ ## Prompt Template
26
+ ```
27
+ ### Instruction:
28
+ <prompt> (without the <>)
29
+ ### Response:
30
+ ```
31
+ <!-- description end -->