chayuto commited on
Commit
49a6cf4
·
verified ·
1 Parent(s): 06bd6ac

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +41 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expert_name": "numeric",
3
+ "description": "CID numbers (13 digits) and dates (DD/MM/YYYY Buddhist Era)",
4
+ "architecture": "SimpleCRNN",
5
+ "architecture_variant": "crnn",
6
+ "framework": "pytorch",
7
+ "finder_zones": [
8
+ "num_id_zone",
9
+ "num_dob_zone"
10
+ ],
11
+ "finder_class_ids": [
12
+ 1,
13
+ 2
14
+ ],
15
+ "charset": "0123456789/- .",
16
+ "vocab_size": 15,
17
+ "ctc_blank_idx": 0,
18
+ "input_shape": [
19
+ 3,
20
+ 48,
21
+ 320
22
+ ],
23
+ "input_normalize": {
24
+ "mean": 0.5,
25
+ "std": 0.5,
26
+ "scale": 255.0
27
+ },
28
+ "model_params": 3026703,
29
+ "cnn_channels": [
30
+ 32,
31
+ 64,
32
+ 128,
33
+ 256
34
+ ],
35
+ "rnn_hidden": 256,
36
+ "rnn_layers": 2,
37
+ "val_exact_match": 0.9863,
38
+ "val_char_accuracy": 0.994,
39
+ "training_epochs": 120,
40
+ "best_epoch": 10
41
+ }