Datasets:
Hezar: Upload dataset_config.yaml
Browse files- dataset_config.yaml +15 -42
dataset_config.yaml
CHANGED
@@ -5,15 +5,15 @@ path: hezarai/persian-license-plate-v1
|
|
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: ذ
|
@@ -38,47 +38,20 @@ id2label:
|
|
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: '0'
|
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: ' '
|
80 |
text_column: label
|
81 |
max_length: 8
|
|
|
82 |
test_split_size: 0.2
|
83 |
image_processor_config:
|
84 |
name: image_processor
|
|
|
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: ذ
|
|
|
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 |
text_column: label
|
53 |
max_length: 8
|
54 |
+
reverse_text: true
|
55 |
test_split_size: 0.2
|
56 |
image_processor_config:
|
57 |
name: image_processor
|