inkoziev commited on
Commit
23b1045
·
verified ·
1 Parent(s): b9e6ffb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -13,7 +13,13 @@ size_categories:
13
  ### Dataset Summary
14
 
15
  This dataset is a set of samples for testing the spell checker, grammar error correction and ungrammatical text detection models.
16
- I assembled this set by hand from various sources.
 
 
 
 
 
 
17
  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.
18
  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.
19
  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).
@@ -74,6 +80,8 @@ A few poetry samples are included in this version:
74
 
75
  ### Statistics
76
 
 
 
77
  Domains:
78
  prose 5238
79
  poetry 609
 
13
  ### Dataset Summary
14
 
15
  This dataset is a set of samples for testing the spell checker, grammar error correction and ungrammatical text detection models.
16
+
17
+ The dataset contains two splits:
18
+
19
+ test.json contains samples hand-selected to evaluate the quality of models.
20
+
21
+ train.json contains synthetic samples generated in various waysю
22
+
23
  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.
24
  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.
25
  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).
 
80
 
81
  ### Statistics
82
 
83
+ Statistics for test split of the dataset.
84
+
85
  Domains:
86
  prose 5238
87
  poetry 609