xavierbarbier
commited on
Training in progress, step 500
Browse files- config.json +2 -2
- model.safetensors +1 -1
- runs/Jun04_09-43-27_9fcb70dc2442/events.out.tfevents.1717494208.9fcb70dc2442.34.0 +3 -0
- runs/Jun04_09-45-19_9fcb70dc2442/events.out.tfevents.1717494319.9fcb70dc2442.34.1 +3 -0
- runs/Jun04_09-47-00_9fcb70dc2442/events.out.tfevents.1717494421.9fcb70dc2442.34.2 +3 -0
- special_tokens_map.json +21 -3
- tokenizer.json +4 -4
- tokenizer_config.json +4 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -55,7 +55,7 @@
|
|
55 |
}
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
58 |
-
"transformers_version": "4.
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 32128
|
61 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "xavierbarbier/t5-small-mlsum-fr",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
55 |
}
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.41.2",
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 32128
|
61 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aeaf944e32770fb4170f9275b8aba1cb048d9c56b0645ca6596e076727778fa
|
3 |
size 242041896
|
runs/Jun04_09-43-27_9fcb70dc2442/events.out.tfevents.1717494208.9fcb70dc2442.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7f1ad7af05c121911b18f2a84b52d378a4ffce614a074d60f08d1f312befe86
|
3 |
+
size 5857
|
runs/Jun04_09-45-19_9fcb70dc2442/events.out.tfevents.1717494319.9fcb70dc2442.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e5eb61d9995c8e62513e8a74130f06dab3af950741e1acc7584d72732a8d87a
|
3 |
+
size 5857
|
runs/Jun04_09-47-00_9fcb70dc2442/events.out.tfevents.1717494421.9fcb70dc2442.34.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb2225afb3664bbb93423c1112391c541780f3e0718c146f154a7f990fe7f365
|
3 |
+
size 6066
|
special_tokens_map.json
CHANGED
@@ -101,7 +101,25 @@
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
-
"eos_token":
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
+
"eos_token": {
|
105 |
+
"content": "</s>",
|
106 |
+
"lstrip": false,
|
107 |
+
"normalized": false,
|
108 |
+
"rstrip": false,
|
109 |
+
"single_word": false
|
110 |
+
},
|
111 |
+
"pad_token": {
|
112 |
+
"content": "<pad>",
|
113 |
+
"lstrip": false,
|
114 |
+
"normalized": false,
|
115 |
+
"rstrip": false,
|
116 |
+
"single_word": false
|
117 |
+
},
|
118 |
+
"unk_token": {
|
119 |
+
"content": "<unk>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false
|
124 |
+
}
|
125 |
}
|
tokenizer.json
CHANGED
@@ -949,8 +949,8 @@
|
|
949 |
{
|
950 |
"type": "Metaspace",
|
951 |
"replacement": "▁",
|
952 |
-
"
|
953 |
-
"
|
954 |
}
|
955 |
]
|
956 |
},
|
@@ -1011,8 +1011,8 @@
|
|
1011 |
"decoder": {
|
1012 |
"type": "Metaspace",
|
1013 |
"replacement": "▁",
|
1014 |
-
"
|
1015 |
-
"
|
1016 |
},
|
1017 |
"model": {
|
1018 |
"type": "Unigram",
|
|
|
949 |
{
|
950 |
"type": "Metaspace",
|
951 |
"replacement": "▁",
|
952 |
+
"prepend_scheme": "always",
|
953 |
+
"split": true
|
954 |
}
|
955 |
]
|
956 |
},
|
|
|
1011 |
"decoder": {
|
1012 |
"type": "Metaspace",
|
1013 |
"replacement": "▁",
|
1014 |
+
"prepend_scheme": "always",
|
1015 |
+
"split": true
|
1016 |
},
|
1017 |
"model": {
|
1018 |
"type": "Unigram",
|
tokenizer_config.json
CHANGED
@@ -930,8 +930,12 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 512,
|
934 |
"pad_token": "<pad>",
|
|
|
935 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
936 |
"unk_token": "<unk>"
|
937 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"max_length": 150,
|
934 |
"model_max_length": 512,
|
935 |
"pad_token": "<pad>",
|
936 |
+
"stride": 0,
|
937 |
"tokenizer_class": "T5Tokenizer",
|
938 |
+
"truncation_side": "right",
|
939 |
+
"truncation_strategy": "longest_first",
|
940 |
"unk_token": "<unk>"
|
941 |
}
|
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:e3b84765e69ebeddbe64a66692fe51e16649a47b5da227917d1265cc28f6c17a
|
3 |
+
size 5240
|