notbdq commited on
Commit
eb03f3f
1 Parent(s): 8de08af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -19,12 +19,11 @@ datasets:
19
  - This model is a fine tuned mistral-7b-instruct-v0.2 with merve/turkish_instructions dataset.
20
 
21
  - Instruct format:
22
- ```python
23
- "Aşağıda bir görevi tanımlayan bir talimat ve daha fazla bağlam sağlayan bir girdi bulunmaktadır. Talebi uygun şekilde tamamlayan bir yanıt yazın.\n\n### Talimat:\n{}\n\n### Girdi:\n{}\n\n### Yanıt:\n{}"
24
- ```
25
 
26
  - example inference code:
27
- -
28
  ```python
29
  from transformers import AutoModelForCausalLM, AutoTokenizer
30
 
 
19
  - This model is a fine tuned mistral-7b-instruct-v0.2 with merve/turkish_instructions dataset.
20
 
21
  - Instruct format:
22
+ ```python
23
+ "Aşağıda bir görevi tanımlayan bir talimat ve daha fazla bağlam sağlayan bir girdi bulunmaktadır. Talebi uygun şekilde tamamlayan bir yanıt yazın.\n\n### Talimat:\n{}\n\n### Girdi:\n{}\n\n### Yanıt:\n{}"
24
+ ```
25
 
26
  - example inference code:
 
27
  ```python
28
  from transformers import AutoModelForCausalLM, AutoTokenizer
29