Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,8 @@ thumbnail: "https://github.com/RussianNLP/RusEnQA"
|
|
18 |
|
19 |
QA for Russian and English based on the [rugpt3xl](https://huggingface.co/sberbank-ai/rugpt3xl) model
|
20 |
|
21 |
-
|
|
|
22 |
```
|
23 |
"<s>paragraph: "+eng_context+"\nlang: rus\nquestion: "+rus_question+' answer: '+ rus_answer+"</s>"
|
24 |
```
|
|
|
18 |
|
19 |
QA for Russian and English based on the [rugpt3xl](https://huggingface.co/sberbank-ai/rugpt3xl) model
|
20 |
|
21 |
+
### Fine-tuning format:
|
22 |
+
|
23 |
```
|
24 |
"<s>paragraph: "+eng_context+"\nlang: rus\nquestion: "+rus_question+' answer: '+ rus_answer+"</s>"
|
25 |
```
|