Upload ToyAutoEncoder
Browse files- config.json +7 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -3,10 +3,16 @@
|
|
3 |
"architectures": [
|
4 |
"ToyAutoEncoder"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"emb_structure": "all_onehot",
|
7 |
"hidden_dim": 54,
|
8 |
"intermediate_ratio": 1,
|
9 |
-
"is_decoder_transformer":
|
10 |
"max_pos": 4,
|
11 |
"model_type": "toy_autoencoder",
|
12 |
"num_attention_heads": 1,
|
|
|
3 |
"architectures": [
|
4 |
"ToyAutoEncoder"
|
5 |
],
|
6 |
+
"decoder_specs": {
|
7 |
+
"model_type": "",
|
8 |
+
"residual": true,
|
9 |
+
"type": "mlp",
|
10 |
+
"with_bias": false
|
11 |
+
},
|
12 |
"emb_structure": "all_onehot",
|
13 |
"hidden_dim": 54,
|
14 |
"intermediate_ratio": 1,
|
15 |
+
"is_decoder_transformer": null,
|
16 |
"max_pos": 4,
|
17 |
"model_type": "toy_autoencoder",
|
18 |
"num_attention_heads": 1,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac4cce110c28115633d2798928bb21e782423ab3d0b30c4ac1382862eb5207e
|
3 |
+
size 183920
|