Commit
·
17ca548
1
Parent(s):
9a9fd01
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +1 -1
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./work/work/results/en-sv_dedup/checkpoint-38000/",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22023ae7a6cc67816071ff7fd396f002caaf544921ca2614b3f687948e89c897
|
3 |
+
size 292443077
|
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
-
"name_or_path": "
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
+
"name_or_path": "./work/work/results/en-sv_dedup/checkpoint-38000/",
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:410d2409d21791d72c6d43877332af6184aae16c3f46722335899077c8f31fe6
|
3 |
size 3515
|