Upload MorphT5SumForConditionalGeneration
Browse files- config.json +5 -4
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"d_ff": 2816,
|
| 7 |
"d_kv": 64,
|
|
@@ -15,7 +15,8 @@
|
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": true,
|
| 17 |
"layer_norm_epsilon": 1e-06,
|
| 18 |
-
"model_type": "
|
|
|
|
| 19 |
"num_decoder_layers": 24,
|
| 20 |
"num_heads": 16,
|
| 21 |
"num_layers": 24,
|
|
@@ -24,7 +25,7 @@
|
|
| 24 |
"relative_attention_max_distance": 128,
|
| 25 |
"relative_attention_num_buckets": 32,
|
| 26 |
"tie_word_embeddings": false,
|
| 27 |
-
"tokenizer_class": "
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
"transformers_version": "4.31.0",
|
| 30 |
"use_cache": true,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "../workspaces/exp512_3_INTMT-6060/best_model",
|
| 3 |
"architectures": [
|
| 4 |
+
"MorphT5SumForConditionalGeneration"
|
| 5 |
],
|
| 6 |
"d_ff": 2816,
|
| 7 |
"d_kv": 64,
|
|
|
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": true,
|
| 17 |
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"model_type": "morph-t5-sum",
|
| 19 |
+
"morph_vocabulary_size": 1074,
|
| 20 |
"num_decoder_layers": 24,
|
| 21 |
"num_heads": 16,
|
| 22 |
"num_layers": 24,
|
|
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
+
"tokenizer_class": "morpht5.MorphT5Tokenizer",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.31.0",
|
| 31 |
"use_cache": true,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b397127f632e71a7c209f3865a33cec454caf21780d4238ed799657a508440ee
|
| 3 |
+
size 4922837414
|