MLNavigator commited on
Commit
60022ce
·
1 Parent(s): c6c0dfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -10,9 +10,6 @@ Based on Sberquad
10
  - 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.
11
 
12
  Dataset consists of 45278 examples of format:
13
- {
14
- 'text': '<text with correct answer>',
15
- 'q': '<question text>',
16
- 'a': '<correct answer text>',
17
- 'context': '<text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords>'
18
- }
 
10
  - 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.
11
 
12
  Dataset consists of 45278 examples of format:
13
+ { '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>'}
14
+
15
+