saarus72 commited on
Commit
ee36642
1 Parent(s): 93036bc

Add dataset file

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +37 -0
  3. ficbook_replaces.jsonl +3 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ ficbook_replaces.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - ru
7
+ size_categories:
8
+ - 1M<n<10M
9
  ---
10
+
11
+ Texts inverse normalized obtained from [ficbook](https://huggingface.co/datasets/IlyaGusev/ficbook) dataset.
12
+ Normalized using [these notebooks](https://github.com/saarus72/text_normalization) for a personal [russian normalization model](https://huggingface.co/saarus72/russian_text_normalizer) (avaliable on [HF Space](https://huggingface.co/spaces/saarus72/russian-text-normalization) as well).
13
+
14
+ All put into single `jsonl` file with lines like (beautified):
15
+ ```json
16
+ {
17
+ "replaces": [
18
+ {
19
+ "text_from": "Боль во всем теле...Боже...я так и знала.... ",
20
+ "text_to": "Боль во всем теле...Боже...я так и знала.... "
21
+ },
22
+ {
23
+ "text_from": "5",
24
+ "text_to": "Пятая"
25
+ },
26
+ {
27
+ "text_from": " точка буквально ныла от боли, ушиб будет тот еще...садиться не смогу дня ",
28
+ "text_to": " точка буквально ныла от боли, ушиб будет тот еще...садиться не смогу дня "
29
+ },
30
+ {
31
+ "text_from": "3",
32
+ "text_to": "три"
33
+ },
34
+ {
35
+ "text_from": " так, точно.",
36
+ "text_to": " так, точно."
37
+ }
38
+ ]
39
+ }
40
+ ```
ficbook_replaces.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a310932c068b485ef2f95076049723366cdc7c54361138023164181819ffb66
3
+ size 1911508020