arxyzan commited on
Commit
a37c9c8
1 Parent(s): 42934b6

Hezar: Upload model and config

Browse files
Files changed (1) hide show
  1. model_config.yaml +82 -0
model_config.yaml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: '0'
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: ' '
77
+ blank_id: 0
78
+ n_channels: 1
79
+ image_height: 64
80
+ image_width: 256
81
+ map2seq_dim: 64
82
+ rnn_dim: 256