Training in progress, epoch 0
Browse files- config.json +2 -2
- tokenizer.json +4 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/exports/eddie/scratch/s1970716/models/summarization/
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
@@ -29,7 +29,7 @@
|
|
29 |
"relative_attention_num_buckets": 32,
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 32128
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/exports/eddie/scratch/s1970716/models/summarization/longt5_xl_sfd_bp_10/checkpoint-280",
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
|
|
29 |
"relative_attention_num_buckets": 32,
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.36.2",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 32128
|
35 |
}
|
tokenizer.json
CHANGED
@@ -949,7 +949,8 @@
|
|
949 |
{
|
950 |
"type": "Metaspace",
|
951 |
"replacement": "▁",
|
952 |
-
"add_prefix_space": true
|
|
|
953 |
}
|
954 |
]
|
955 |
},
|
@@ -1010,7 +1011,8 @@
|
|
1010 |
"decoder": {
|
1011 |
"type": "Metaspace",
|
1012 |
"replacement": "▁",
|
1013 |
-
"add_prefix_space": true
|
|
|
1014 |
},
|
1015 |
"model": {
|
1016 |
"type": "Unigram",
|
|
|
949 |
{
|
950 |
"type": "Metaspace",
|
951 |
"replacement": "▁",
|
952 |
+
"add_prefix_space": true,
|
953 |
+
"prepend_scheme": "always"
|
954 |
}
|
955 |
]
|
956 |
},
|
|
|
1011 |
"decoder": {
|
1012 |
"type": "Metaspace",
|
1013 |
"replacement": "▁",
|
1014 |
+
"add_prefix_space": true,
|
1015 |
+
"prepend_scheme": "always"
|
1016 |
},
|
1017 |
"model": {
|
1018 |
"type": "Unigram",
|
training_args.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:2ebc46bf5b4a049340d2ad833de6d7a6690dc5ec53c0a9f478c89a402e7378fe
|
3 |
+
size 4984
|