arxyzan commited on
Commit
c263cc5
1 Parent(s): 6e64be9

Hezar: Upload model and config

Browse files
Files changed (1) hide show
  1. model_config.yaml +55 -0
model_config.yaml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ blank_id: 0
50
+ n_channels: 1
51
+ image_height: 32
52
+ image_width: 128
53
+ map2seq_in_dim: 2048
54
+ map2seq_out_dim: 64
55
+ rnn_dim: 256