patrickvonplaten
commited on
Commit
•
26a23a5
1
Parent(s):
81ed45a
add tf file
Browse files- config.json +8 -1
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "swish",
|
4 |
"add_bias_logits": false,
|
@@ -14,19 +15,23 @@
|
|
14 |
],
|
15 |
"bos_token_id": 0,
|
16 |
"classif_dropout": 0.0,
|
|
|
17 |
"d_model": 512,
|
18 |
"decoder_attention_heads": 8,
|
19 |
"decoder_ffn_dim": 2048,
|
20 |
"decoder_layerdrop": 0.0,
|
21 |
"decoder_layers": 6,
|
22 |
"decoder_start_token_id": 65000,
|
|
|
23 |
"dropout": 0.1,
|
24 |
"encoder_attention_heads": 8,
|
25 |
"encoder_ffn_dim": 2048,
|
26 |
"encoder_layerdrop": 0.0,
|
27 |
"encoder_layers": 6,
|
28 |
"eos_token_id": 0,
|
29 |
-
"extra_pos_embeddings":
|
|
|
|
|
30 |
"id2label": {
|
31 |
"0": "LABEL_0",
|
32 |
"1": "LABEL_1",
|
@@ -49,5 +54,7 @@
|
|
49 |
"pad_token_id": 65000,
|
50 |
"scale_embedding": true,
|
51 |
"static_position_embeddings": true,
|
|
|
|
|
52 |
"vocab_size": 65001
|
53 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "swish",
|
5 |
"add_bias_logits": false,
|
|
|
15 |
],
|
16 |
"bos_token_id": 0,
|
17 |
"classif_dropout": 0.0,
|
18 |
+
"classifier_dropout": 0.0,
|
19 |
"d_model": 512,
|
20 |
"decoder_attention_heads": 8,
|
21 |
"decoder_ffn_dim": 2048,
|
22 |
"decoder_layerdrop": 0.0,
|
23 |
"decoder_layers": 6,
|
24 |
"decoder_start_token_id": 65000,
|
25 |
+
"do_blenderbot_90_layernorm": false,
|
26 |
"dropout": 0.1,
|
27 |
"encoder_attention_heads": 8,
|
28 |
"encoder_ffn_dim": 2048,
|
29 |
"encoder_layerdrop": 0.0,
|
30 |
"encoder_layers": 6,
|
31 |
"eos_token_id": 0,
|
32 |
+
"extra_pos_embeddings": 0,
|
33 |
+
"force_bos_token_to_be_generated": false,
|
34 |
+
"gradient_checkpointing": false,
|
35 |
"id2label": {
|
36 |
"0": "LABEL_0",
|
37 |
"1": "LABEL_1",
|
|
|
54 |
"pad_token_id": 65000,
|
55 |
"scale_embedding": true,
|
56 |
"static_position_embeddings": true,
|
57 |
+
"transformers_version": "4.2.0dev0",
|
58 |
+
"use_cache": true,
|
59 |
"vocab_size": 65001
|
60 |
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c393a294f40a74296fca24d04dcf0d1af0dda9b003db60695c41650a23d10c
|
3 |
+
size 312041240
|