arxyzan commited on
Commit
3cb89e9
1 Parent(s): bce9e67

Hezar: Upload dataset_config.yaml

Browse files
Files changed (1) hide show
  1. dataset_config.yaml +95 -0
dataset_config.yaml ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: ocr
2
+ config_type: dataset
3
+ task: image2text
4
+ path: hezarai/parsynth-ocr-200k
5
+ text_split_type: char_split
6
+ id2label:
7
+ 0: ''
8
+ 1: آ
9
+ 2: ا
10
+ 3: ب
11
+ 4: پ
12
+ 5: ت
13
+ 6: ث
14
+ 7: ج
15
+ 8: چ
16
+ 9: ح
17
+ 10: خ
18
+ 11: د
19
+ 12: ذ
20
+ 13: ر
21
+ 14: ز
22
+ 15: ژ
23
+ 16: س
24
+ 17: ش
25
+ 18: ص
26
+ 19: ض
27
+ 20: ط
28
+ 21: ظ
29
+ 22: ع
30
+ 23: غ
31
+ 24: ف
32
+ 25: ق
33
+ 26: ک
34
+ 27: گ
35
+ 28: ل
36
+ 29: م
37
+ 30: ن
38
+ 31: و
39
+ 32: ه
40
+ 33: ی
41
+ 34: ' '
42
+ 35: '۱'
43
+ 36: '۲'
44
+ 37: '۳'
45
+ 38: '۴'
46
+ 39: '۵'
47
+ 40: '۶'
48
+ 41: '۷'
49
+ 42: '۸'
50
+ 43: '۹'
51
+ 44: '۰'
52
+ 45: ء
53
+ 46: ؤ
54
+ 47: ئ
55
+ 48: أ
56
+ 49: ّ
57
+ 50: /
58
+ 51: (
59
+ 52: )
60
+ 53: +
61
+ 54: '-'
62
+ 55: ':'
63
+ 56: ،
64
+ 57: '!'
65
+ 58: .
66
+ 59: ؛
67
+ 60: '='
68
+ 61: '%'
69
+ 62: ؟
70
+ 63: '1'
71
+ 64: '2'
72
+ 65: '3'
73
+ 66: '4'
74
+ 67: '5'
75
+ 68: '6'
76
+ 69: '7'
77
+ 70: '8'
78
+ 71: '9'
79
+ 72: '0'
80
+ text_column: text
81
+ reverse_digits: true
82
+ image_processor_config:
83
+ name: image_processor
84
+ config_type: preprocessor
85
+ mean:
86
+ - 0.6595
87
+ std:
88
+ - 0.1501
89
+ rescale: 0.00392156862745098
90
+ resample: null
91
+ size:
92
+ - 384
93
+ - 32
94
+ mirror: true
95
+ gray_scale: true