Datasets:
File size: 1,077 Bytes
5fe189a 462ffd4 5fe189a f084fe5 5fe189a f084fe5 5fe189a 9582d63 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 95 96 97 |
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: ؟
62: '0'
63: '1'
64: '2'
65: '3'
66: '4'
67: '5'
68: '6'
69: '7'
70: '8'
71: '9'
72: ' '
text_column: label
max_length: 8
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
|