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": 2048,
|
7 |
"d_kv": 64,
|
@@ -16,7 +16,8 @@
|
|
16 |
"is_encoder_decoder": true,
|
17 |
"is_gated_act": true,
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
-
"model_type": "
|
|
|
20 |
"num_decoder_layers": 12,
|
21 |
"num_heads": 12,
|
22 |
"num_layers": 12,
|
@@ -25,7 +26,7 @@
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"tie_word_embeddings": false,
|
28 |
-
"tokenizer_class": "
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.31.0",
|
31 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../workspaces/exp512_3_INTMT-6631/best_model",
|
3 |
"architectures": [
|
4 |
+
"MorphT5SumForConditionalGeneration"
|
5 |
],
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
|
|
16 |
"is_encoder_decoder": true,
|
17 |
"is_gated_act": true,
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
+
"model_type": "morph-t5-sum",
|
20 |
+
"morph_vocabulary_size": 1074,
|
21 |
"num_decoder_layers": 12,
|
22 |
"num_heads": 12,
|
23 |
"num_layers": 12,
|
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
+
"tokenizer_class": "morpht5.MorphT5Tokenizer",
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.31.0",
|
32 |
"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:9e8754bb5d36bc19e1df637bbcd3007d10cf5f8ca3ce331fa87f263fb45869a4
|
3 |
+
size 1190159286
|