Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ library_name: transformers
|
|
7 |
---
|
8 |
Fine tuned model of mistral-7b-instruct-v0-2. the dataset used for fine tuning is small and custom dataset for question answering in turkish language made by me. the main duty was to make model more adapted to turkish language.
|
9 |
prompt format :
|
|
|
10 |
[INST]<<SYS>>
|
11 |
{System}
|
12 |
<</SYS>>[/INST]
|
@@ -14,6 +15,7 @@ prompt format :
|
|
14 |
{User}
|
15 |
[/INST]
|
16 |
{Assistant}
|
|
|
17 |
|
18 |
example in turkish language ;
|
19 |
```python
|
|
|
7 |
---
|
8 |
Fine tuned model of mistral-7b-instruct-v0-2. the dataset used for fine tuning is small and custom dataset for question answering in turkish language made by me. the main duty was to make model more adapted to turkish language.
|
9 |
prompt format :
|
10 |
+
```python
|
11 |
[INST]<<SYS>>
|
12 |
{System}
|
13 |
<</SYS>>[/INST]
|
|
|
15 |
{User}
|
16 |
[/INST]
|
17 |
{Assistant}
|
18 |
+
```
|
19 |
|
20 |
example in turkish language ;
|
21 |
```python
|