MLNavigator commited on
Commit
d714a63
1 Parent(s): b74eebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.