Training complete
Browse files- config.json +0 -1
- generation_config.json +14 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
59513
|
15 |
]
|
16 |
],
|
17 |
-
"bos_token_id": 0,
|
18 |
"classif_dropout": 0.0,
|
19 |
"classifier_dropout": 0.0,
|
20 |
"d_model": 512,
|
|
|
14 |
59513
|
15 |
]
|
16 |
],
|
|
|
17 |
"classif_dropout": 0.0,
|
18 |
"classifier_dropout": 0.0,
|
19 |
"d_model": 512,
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bad_words_ids": [
|
3 |
+
[
|
4 |
+
59513
|
5 |
+
]
|
6 |
+
],
|
7 |
+
"decoder_start_token_id": 59513,
|
8 |
+
"eos_token_id": 0,
|
9 |
+
"forced_eos_token_id": 0,
|
10 |
+
"max_length": 512,
|
11 |
+
"num_beams": 4,
|
12 |
+
"pad_token_id": 59513,
|
13 |
+
"transformers_version": "4.31.0"
|
14 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 298763205
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8b0dc15526bd02b9a532d0e94a1c08502875bccbdf7488a74f616e3c0640e14
|
3 |
size 298763205
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ee1cd95c4cf6ae490d7ee0611533d10a59ed29fd2d2ea8044cafd521c3f7736
|
3 |
size 4155
|