MLNavigator commited on
Commit
b74eebc
1 Parent(s): 09ac02e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,8 +3,17 @@ license: mit
3
  ---
4
 
5
  Based on Sberquad
 
6
  - Answer converted to human affordable answer.
 
7
  - Context augmented with some pices of texts from wiki accordant to text on tematic and keywords.
 
8
  - This dataset cold be used for training retrieval LLM models or modificators for ability of LLM to retrieve target information from collection of tematic related texts.
9
  Dataset consists of 45278 examples in russian language of format:
10
- {'text': '<text with correct answer>', 'q': '<question text>', 'a': '<correct answer text>', 'context': '<text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords>'}
 
 
 
 
 
 
 
3
  ---
4
 
5
  Based on Sberquad
6
+
7
  - Answer converted to human affordable answer.
8
+
9
  - Context augmented with some pices of texts from wiki accordant to text on tematic and keywords.
10
+
11
  - This dataset cold be used for training retrieval LLM models or modificators for ability of LLM to retrieve target information from collection of tematic related texts.
12
  Dataset consists of 45278 examples in russian language of format:
13
+
14
+ {
15
+ 'text': 'text with correct answer',
16
+ 'q': 'question text',
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
+ }