Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
Russian
Size:
10K - 100K
Tags:
rag
License:
Commit
·
d714a63
1
Parent(s):
b74eebc
Update README.md
Browse files
README.md
CHANGED
@@ -17,3 +17,5 @@ Dataset consists of 45278 examples in russian language of format:
|
|
17 |
'a': 'correct answer text',
|
18 |
'context': 'text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords'
|
19 |
}
|
|
|
|
|
|
17 |
'a': 'correct answer text',
|
18 |
'context': 'text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords'
|
19 |
}
|
20 |
+
|
21 |
+
Length of one example of context + question + answer is less than 7000 symbols. It should be less than 2048 tokens of gpt tokenizer.
|