Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Azerbaijani
DOI:
Libraries:
Datasets
pandas
License:
vrashad commited on
Commit
ea552fe
·
verified ·
1 Parent(s): f05385b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -22
README.md CHANGED
@@ -1,22 +1,46 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- dataset_info:
4
- features:
5
- - name: index
6
- dtype: string
7
- - name: original_text
8
- dtype: string
9
- - name: correct_text
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 19647891
14
- num_examples: 84154
15
- download_size: 14582901
16
- dataset_size: 19647891
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: index
6
+ dtype: string
7
+ - name: original_text
8
+ dtype: string
9
+ - name: correct_text
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 19647891
14
+ num_examples: 84154
15
+ download_size: 14582901
16
+ dataset_size: 19647891
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ task_categories:
23
+ - text2text-generation
24
+ language:
25
+ - az
26
+ tags:
27
+ - spelling
28
+ - azerbaijan
29
+ pretty_name: Dataset of Corrected Spelling Errors in Azerbaijani
30
+ size_categories:
31
+ - 10K<n<100K
32
+ ---
33
+
34
+ # Dataset of Corrected Spelling Errors in Azerbaijani
35
+
36
+ ## Overview
37
+
38
+ This repository contains a dataset specifically curated for correcting spelling errors in the Azerbaijani language. The dataset consists of 84,000 text pairs, where each pair includes an original text and its corresponding corrected version. This dataset is designed to aid in the development and evaluation of machine learning models for spelling correction in Azerbaijani.
39
+
40
+ ## Dataset Structure
41
+
42
+ The dataset is structured in a CSV file with two primary columns:
43
+ - `original_text`: Text containing spelling errors.
44
+ - `correct_text`: Corrected version of the text.
45
+
46
+