Initial commit
Browse files- config.json +19 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"cell": {},
|
4 |
+
"emb_size": 312,
|
5 |
+
"hidden_act": "gelu",
|
6 |
+
"hidden_dropout_prob": 0.1,
|
7 |
+
"hidden_size": 312,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"intermediate_size": 1200,
|
10 |
+
"max_position_embeddings": 512,
|
11 |
+
"model_type": "bert",
|
12 |
+
"num_attention_heads": 12,
|
13 |
+
"num_hidden_layers": 4,
|
14 |
+
"pre_trained": "",
|
15 |
+
"structure": [],
|
16 |
+
"training": "",
|
17 |
+
"type_vocab_size": 2,
|
18 |
+
"vocab_size": 31002
|
19 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b82d108a1a9739b053beb4febb1bdd62406f7963ecc6f730f52a85e9ba9be18
|
3 |
+
size 59510901
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|