add model
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"LDMBertModel"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"classifier_dropout": 0.0,
|
9 |
+
"d_model": 1280,
|
10 |
+
"dropout": 0.1,
|
11 |
+
"encoder_attention_heads": 8,
|
12 |
+
"encoder_ffn_dim": 5120,
|
13 |
+
"encoder_layerdrop": 0.0,
|
14 |
+
"encoder_layers": 32,
|
15 |
+
"head_dim": 64,
|
16 |
+
"init_std": 0.02,
|
17 |
+
"max_position_embeddings": 77,
|
18 |
+
"model_type": "ldmbert",
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"scale_embedding": false,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.20.0.dev0",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 30522
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f946e73c5df896feef89add8becc37f92ddf4359d816d0b3c4825f28d008bd1
|
3 |
+
size 2328106869
|