inkoziev commited on
Commit
0425c6a
1 Parent(s): de9d211

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -20,10 +20,10 @@ The dataset contains two splits:
20
 
21
  test.json contains samples hand-selected to evaluate the quality of models.
22
 
23
- train.json contains synthetic samples generated in various waysю
24
 
25
  The purpose of creating the dataset was to test an internal spellchecker for [a generative poetry project](https://github.com/Koziev/verslibre), but it can also be useful in other projects, since it does not have an explicit specialization for poetry.
26
- You can consider this dataset as an extension of [RuCOLA](https://huggingface.co/datasets/RussianNLP/rucola), because the dataset format is made as compatible as possible.
27
  In addition, for some samples there is a corrected version of the text ("fixed_sentence" field), so it can be used as an extension of datasets in [ai-forever/spellcheck_benchmark](https://huggingface.co/datasets/ai-forever/spellcheck_benchmark).
28
 
29
  ### Example
@@ -82,13 +82,17 @@ A few poetry samples are included in this version:
82
 
83
  ### Statistics
84
 
85
- Statistics for test split of the dataset.
 
 
 
 
86
 
87
  Domains:
88
- prose 5238
89
  poetry 609
90
 
91
  Violation categories:
92
- Misspelling 3238
93
- Syntax 2606
94
- Semantics 3
 
20
 
21
  test.json contains samples hand-selected to evaluate the quality of models.
22
 
23
+ train.json contains synthetic samples generated in various ways.
24
 
25
  The purpose of creating the dataset was to test an internal spellchecker for [a generative poetry project](https://github.com/Koziev/verslibre), but it can also be useful in other projects, since it does not have an explicit specialization for poetry.
26
+ You can consider this dataset as an extension of [RuCOLA](https://huggingface.co/datasets/RussianNLP/rucola).
27
  In addition, for some samples there is a corrected version of the text ("fixed_sentence" field), so it can be used as an extension of datasets in [ai-forever/spellcheck_benchmark](https://huggingface.co/datasets/ai-forever/spellcheck_benchmark).
28
 
29
  ### Example
 
82
 
83
  ### Statistics
84
 
85
+
86
+ Total number of samples in test split: **5829**
87
+ Total number of samples in train split: **435538**
88
+
89
+ Statistics for test split.
90
 
91
  Domains:
92
+ prose 5220
93
  poetry 609
94
 
95
  Violation categories:
96
+ Misspelling 3266
97
+ Syntax 2555
98
+ Semantics 8