Upload dataset
Browse files- README.md +24 -0
- data/main-00000-of-00001.parquet +3 -0
- data/ocr-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -5,6 +5,30 @@ language:
|
|
5 |
pretty_name: 'FAspell: Naturally-occurring Persian (Farsi) spelling mistakes'
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# FASpell Dataset
|
|
|
5 |
pretty_name: 'FAspell: Naturally-occurring Persian (Farsi) spelling mistakes'
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
+
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files:
|
11 |
+
- split: main
|
12 |
+
path: data/main-*
|
13 |
+
- split: ocr
|
14 |
+
path: data/ocr-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: '#misspelt'
|
18 |
+
dtype: string
|
19 |
+
- name: corrected
|
20 |
+
dtype: string
|
21 |
+
- name: error-category
|
22 |
+
dtype: int64
|
23 |
+
splits:
|
24 |
+
- name: main
|
25 |
+
num_bytes: 192826
|
26 |
+
num_examples: 4858
|
27 |
+
- name: ocr
|
28 |
+
num_bytes: 26547
|
29 |
+
num_examples: 800
|
30 |
+
download_size: 102727
|
31 |
+
dataset_size: 219373
|
32 |
---
|
33 |
|
34 |
# FASpell Dataset
|
data/main-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a2d87ce33ddc4c3f31a1a99395287027f317f4f71381411904fc58cf73ef522
|
3 |
+
size 89415
|
data/ocr-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a99c389b77de15bd9b0800bce4d55e220994eefd99a8a6f7dc5311f8024a862
|
3 |
+
size 13312
|