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