First commit
Browse files- config.json +28 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_probs_dropout_prob": 0.1,
|
| 3 |
+
"directionality": "bidi",
|
| 4 |
+
"finetuning_task": null,
|
| 5 |
+
"hidden_act": "gelu",
|
| 6 |
+
"hidden_dropout_prob": 0.1,
|
| 7 |
+
"hidden_size": 1024,
|
| 8 |
+
"initializer_range": 0.02,
|
| 9 |
+
"intermediate_size": 4096,
|
| 10 |
+
"layer_norm_eps": 1e-12,
|
| 11 |
+
"max_position_embeddings": 512,
|
| 12 |
+
"num_attention_heads": 16,
|
| 13 |
+
"num_hidden_layers": 24,
|
| 14 |
+
"num_labels": 2,
|
| 15 |
+
"output_attentions": false,
|
| 16 |
+
"output_hidden_states": false,
|
| 17 |
+
"output_past": true,
|
| 18 |
+
"pooler_fc_size": 768,
|
| 19 |
+
"pooler_num_attention_heads": 12,
|
| 20 |
+
"pooler_num_fc_layers": 3,
|
| 21 |
+
"pooler_size_per_head": 128,
|
| 22 |
+
"pooler_type": "first_token_transform",
|
| 23 |
+
"pruned_heads": {},
|
| 24 |
+
"torchscript": false,
|
| 25 |
+
"type_vocab_size": 2,
|
| 26 |
+
"use_bfloat16": false,
|
| 27 |
+
"vocab_size": 28996
|
| 28 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b808242cccb7120b6c243fd2d091bf8e9dde13827e7b657bb0766e847560d576
|
| 3 |
+
size 1338741127
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|