Upload 2 files
Browse files- config.json +58 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"torch_dtype": "float32",
|
3 |
+
"architectures": [
|
4 |
+
"CoNNModel"
|
5 |
+
],
|
6 |
+
"pad_token_id": 20,
|
7 |
+
"transformers_version": "4.26.1",
|
8 |
+
"vocab_size": 21,
|
9 |
+
"hidden_size": 129,
|
10 |
+
"num_hidden_layers": 3,
|
11 |
+
"num_attention_heads": 1,
|
12 |
+
"hidden_act": "relu",
|
13 |
+
"intermediate_size": 42,
|
14 |
+
"hidden_dropout_prob": 0.0,
|
15 |
+
"attention_probs_dropout_prob": 0.0,
|
16 |
+
"max_position_embeddings": 41,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"layer_norm": false,
|
19 |
+
"layer_norm_eps": 0.02,
|
20 |
+
"mlp_hidden_size": 52,
|
21 |
+
"input_encoding_map": {
|
22 |
+
"-9": 0,
|
23 |
+
"-8": 1,
|
24 |
+
"-7": 2,
|
25 |
+
"-6": 3,
|
26 |
+
"-5": 4,
|
27 |
+
"-4": 5,
|
28 |
+
"-3": 6,
|
29 |
+
"-2": 7,
|
30 |
+
"-1": 8,
|
31 |
+
"0": 9,
|
32 |
+
"1": 10,
|
33 |
+
"2": 11,
|
34 |
+
"3": 12,
|
35 |
+
"4": 13,
|
36 |
+
"5": 14,
|
37 |
+
"6": 15,
|
38 |
+
"7": 16,
|
39 |
+
"8": 17,
|
40 |
+
"9": 18,
|
41 |
+
"bos": 19,
|
42 |
+
"pad": 20
|
43 |
+
},
|
44 |
+
"output_encoding_map": {
|
45 |
+
"-1": 0,
|
46 |
+
"0": 1,
|
47 |
+
"1": 2,
|
48 |
+
"2": 3,
|
49 |
+
"3": 4,
|
50 |
+
"4": 5,
|
51 |
+
"5": 6,
|
52 |
+
"6": 7,
|
53 |
+
"7": 8,
|
54 |
+
"8": 9,
|
55 |
+
"9": 10
|
56 |
+
},
|
57 |
+
"model_type": "conn"
|
58 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3ded9ac20cf979214f93c708c2bab7195f2c9f034851f36c74b5a371fd9563e
|
3 |
+
size 474800
|