Upload folder using huggingface_hub
Browse files- config.json +1 -0
- custom_model.h5 +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "custom_model", "hidden_size": 128, "num_hidden_layers": 2, "vocab_size": 10000, "max_position_embeddings": 512, "initializer_range": 0.02, "hidden_dropout_prob": 0.2, "attention_probs_dropout_prob": 0.1}
|
custom_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f87507d2c7e2053f0dbb09fd5f7a4012dedb1f0795c1489c5b1f2cc875e6da8d
|
3 |
+
size 331288
|