SalomonMetre13
commited on
Commit
•
a95c7ee
1
Parent(s):
cc1cfbf
Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- runs/Nov14_14-51-29_9a35ccda4434/events.out.tfevents.1699973495.9a35ccda4434.1259.0 +2 -2
- runs/Nov14_15-20-58_9a35ccda4434/events.out.tfevents.1699975258.9a35ccda4434.1259.1 +3 -0
- special_tokens_map.json +21 -3
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "SalomonMetre13/nnd_fr_mt_v3",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891561768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9517724b7409c7c21b4fb37e3ae22934281ff6978f7d0bb1ba24829dc4d7918c
|
3 |
size 891561768
|
runs/Nov14_14-51-29_9a35ccda4434/events.out.tfevents.1699973495.9a35ccda4434.1259.0
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:ba330d1d6124d716d7882430eb91175e67a7d0e20f33ccc0107858781882bc8d
|
3 |
+
size 6689
|
runs/Nov14_15-20-58_9a35ccda4434/events.out.tfevents.1699975258.9a35ccda4434.1259.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3b05940499137bad4c70b325284797f1d9336163cd316a88cda45ddca87e80
|
3 |
+
size 5385
|
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_config.json
CHANGED
@@ -938,8 +938,12 @@
|
|
938 |
"clean_up_tokenization_spaces": true,
|
939 |
"eos_token": "</s>",
|
940 |
"extra_ids": 100,
|
|
|
941 |
"model_max_length": 512,
|
942 |
"pad_token": "<pad>",
|
|
|
943 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
944 |
"unk_token": "<unk>"
|
945 |
}
|
|
|
938 |
"clean_up_tokenization_spaces": true,
|
939 |
"eos_token": "</s>",
|
940 |
"extra_ids": 100,
|
941 |
+
"max_length": 512,
|
942 |
"model_max_length": 512,
|
943 |
"pad_token": "<pad>",
|
944 |
+
"stride": 0,
|
945 |
"tokenizer_class": "T5Tokenizer",
|
946 |
+
"truncation_side": "right",
|
947 |
+
"truncation_strategy": "longest_first",
|
948 |
"unk_token": "<unk>"
|
949 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cab380e14bd5d0633fcd11be52e52fd8158374ef26fd896addd61ba287a47473
|
3 |
size 4728
|