Commit
·
ef6460f
1
Parent(s):
02a9253
upload model
Browse files- config.json +9 -1
- tf_model.h5 +3 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"activation_function": "relu",
|
| 4 |
"add_bias_logits": false,
|
|
@@ -9,18 +10,23 @@
|
|
| 9 |
"attention_dropout": 0.1,
|
| 10 |
"bos_token_id": 0,
|
| 11 |
"classif_dropout": 0.0,
|
|
|
|
| 12 |
"d_model": 1024,
|
| 13 |
"decoder_attention_heads": 16,
|
| 14 |
"decoder_ffn_dim": 4096,
|
| 15 |
"decoder_layerdrop": 0.0,
|
| 16 |
"decoder_layers": 16,
|
|
|
|
|
|
|
| 17 |
"dropout": 0.1,
|
| 18 |
"encoder_attention_heads": 16,
|
| 19 |
"encoder_ffn_dim": 4096,
|
| 20 |
"encoder_layerdrop": 0.0,
|
| 21 |
"encoder_layers": 16,
|
| 22 |
"eos_token_id": 1,
|
| 23 |
-
"extra_pos_embeddings":
|
|
|
|
|
|
|
| 24 |
"id2label": {
|
| 25 |
"0": "LABEL_0",
|
| 26 |
"1": "LABEL_1",
|
|
@@ -44,5 +50,7 @@
|
|
| 44 |
"pad_token_id": 0,
|
| 45 |
"scale_embedding": true,
|
| 46 |
"static_position_embeddings": true,
|
|
|
|
|
|
|
| 47 |
"vocab_size": 96103
|
| 48 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"add_bias_logits": false,
|
|
|
|
| 10 |
"attention_dropout": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"classif_dropout": 0.0,
|
| 13 |
+
"classifier_dropout": 0.0,
|
| 14 |
"d_model": 1024,
|
| 15 |
"decoder_attention_heads": 16,
|
| 16 |
"decoder_ffn_dim": 4096,
|
| 17 |
"decoder_layerdrop": 0.0,
|
| 18 |
"decoder_layers": 16,
|
| 19 |
+
"decoder_start_token_id": 0,
|
| 20 |
+
"do_blenderbot_90_layernorm": false,
|
| 21 |
"dropout": 0.1,
|
| 22 |
"encoder_attention_heads": 16,
|
| 23 |
"encoder_ffn_dim": 4096,
|
| 24 |
"encoder_layerdrop": 0.0,
|
| 25 |
"encoder_layers": 16,
|
| 26 |
"eos_token_id": 1,
|
| 27 |
+
"extra_pos_embeddings": 0,
|
| 28 |
+
"force_bos_token_to_be_generated": false,
|
| 29 |
+
"gradient_checkpointing": false,
|
| 30 |
"id2label": {
|
| 31 |
"0": "LABEL_0",
|
| 32 |
"1": "LABEL_1",
|
|
|
|
| 50 |
"pad_token_id": 0,
|
| 51 |
"scale_embedding": true,
|
| 52 |
"static_position_embeddings": true,
|
| 53 |
+
"transformers_version": "4.2.0dev0",
|
| 54 |
+
"use_cache": true,
|
| 55 |
"vocab_size": 96103
|
| 56 |
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4411d0ec75cc3504b3081e190d4fc52b0fe4a42f2f1cde4b016202c8355905bd
|
| 3 |
+
size 2279695208
|