Add model and configuration.
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
- tf_model.h5 +3 -0
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_probs_dropout_prob": 0.1,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"conv_kernel_size": 9,
|
| 5 |
+
"embedding_size": 768,
|
| 6 |
+
"eos_token_id": 2,
|
| 7 |
+
"head_ratio": 2,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 32,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 37,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "convbert",
|
| 16 |
+
"num_attention_heads": 4,
|
| 17 |
+
"num_groups": 1,
|
| 18 |
+
"num_hidden_layers": 5,
|
| 19 |
+
"pad_token_id": 1,
|
| 20 |
+
"transformers_version": "4.10.0.dev0",
|
| 21 |
+
"type_vocab_size": 16,
|
| 22 |
+
"vocab_size": 99
|
| 23 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2db6fc809770e2a0c394ef8da096ec77a3b2fb307fce45b9a0a58c3339d810a
|
| 3 |
+
size 2631087
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e6f8f986bad1639da09a30b1cd79d7ade784a46dee7858ed5eca9cb10f7fa2f
|
| 3 |
+
size 86458424
|