Commit
·
962a761
1
Parent(s):
419243b
add vlp config & weight
Browse files- VLP/.gitattributes +1 -0
- VLP/config.json +18 -0
- VLP/pytorch_model.bin +3 -0
VLP/.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
./pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
VLP/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_probs_dropout_prob": 0.1,
|
| 3 |
+
"directionality": "bidi",
|
| 4 |
+
"hidden_act": "gelu",
|
| 5 |
+
"hidden_dropout_prob": 0.1,
|
| 6 |
+
"hidden_size": 768,
|
| 7 |
+
"initializer_range": 0.02,
|
| 8 |
+
"intermediate_size": 3072,
|
| 9 |
+
"max_position_embeddings": 768,
|
| 10 |
+
"num_attention_heads": 12,
|
| 11 |
+
"num_hidden_layers": 12,
|
| 12 |
+
"type_vocab_size": 6,
|
| 13 |
+
"layer_norm_epsilon": 0.00001,
|
| 14 |
+
"vocab_size": 28996,
|
| 15 |
+
"label_smoothing": 0.0,
|
| 16 |
+
"source_type_id": 4,
|
| 17 |
+
"target_type_id": 5
|
| 18 |
+
}
|
VLP/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e93d44ee113e6215d955646b4ed17539aad5deb5a898259d4120d23224520dd5
|
| 3 |
+
size 463813740
|