Image-to-Text
Hezar
Persian
arxyzan commited on
Commit
6a2d39d
1 Parent(s): c037a9c

Hezar: Upload model and config

Browse files
Files changed (1) hide show
  1. model_config.yaml +84 -0
model_config.yaml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: crnn_image2text
2
+ config_type: model
3
+ id2label:
4
+ 0: ''
5
+ 1: آ
6
+ 2: ا
7
+ 3: ب
8
+ 4: پ
9
+ 5: ت
10
+ 6: ث
11
+ 7: ج
12
+ 8: چ
13
+ 9: ح
14
+ 10: خ
15
+ 11: د
16
+ 12: ذ
17
+ 13: ر
18
+ 14: ز
19
+ 15: ژ
20
+ 16: س
21
+ 17: ش
22
+ 18: ص
23
+ 19: ض
24
+ 20: ط
25
+ 21: ظ
26
+ 22: ع
27
+ 23: غ
28
+ 24: ف
29
+ 25: ق
30
+ 26: ک
31
+ 27: گ
32
+ 28: ل
33
+ 29: م
34
+ 30: ن
35
+ 31: و
36
+ 32: ه
37
+ 33: ی
38
+ 34: ' '
39
+ 35: '۱'
40
+ 36: '۲'
41
+ 37: '۳'
42
+ 38: '۴'
43
+ 39: '۵'
44
+ 40: '۶'
45
+ 41: '۷'
46
+ 42: '۸'
47
+ 43: '۹'
48
+ 44: '۰'
49
+ 45: ء
50
+ 46: ؤ
51
+ 47: ئ
52
+ 48: أ
53
+ 49: ّ
54
+ 50: /
55
+ 51: (
56
+ 52: )
57
+ 53: +
58
+ 54: '-'
59
+ 55: ':'
60
+ 56: ،
61
+ 57: '!'
62
+ 58: .
63
+ 59: ؛
64
+ 60: '='
65
+ 61: '%'
66
+ 62: ؟
67
+ 63: '1'
68
+ 64: '2'
69
+ 65: '3'
70
+ 66: '4'
71
+ 67: '5'
72
+ 68: '6'
73
+ 69: '7'
74
+ 70: '8'
75
+ 71: '9'
76
+ 72: '0'
77
+ blank_id: 0
78
+ n_channels: 1
79
+ image_height: 32
80
+ image_width: 384
81
+ map2seq_in_dim: 1024
82
+ map2seq_out_dim: 96
83
+ rnn_dim: 256
84
+ reverse_output_digits: true