End of training
Browse files- .gitignore +2 -0
- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
config.json
CHANGED
@@ -25,5 +25,5 @@
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.18.0.dev0",
|
27 |
"use_cache": true,
|
28 |
-
"vocab_size":
|
29 |
}
|
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.18.0.dev0",
|
27 |
"use_cache": true,
|
28 |
+
"vocab_size": 250112
|
29 |
}
|
pytorch_model.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:1ca0587f19b4df9772ec2554bf054efb891a1c3a0f85f5d07246dcb6fe80eee2
|
3 |
+
size 1200773058
|
tokenizer.json
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:93c3578052e1605d8332eb961bc08d72e246071974e4cc54aa6991826b802aa5
|
3 |
+
size 16330369
|