Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +6 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -326,6 +326,6 @@
|
|
326 |
"sinusoidal_pos_embds": false,
|
327 |
"tie_weights_": true,
|
328 |
"torch_dtype": "float32",
|
329 |
-
"transformers_version": "4.
|
330 |
"vocab_size": 30522
|
331 |
}
|
|
|
326 |
"sinusoidal_pos_embds": false,
|
327 |
"tie_weights_": true,
|
328 |
"torch_dtype": "float32",
|
329 |
+
"transformers_version": "4.36.2",
|
330 |
"vocab_size": 30522
|
331 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268290900
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:221628a8c2e54cac6f740929b8a9e6a8252b3a2325908c4a291b756e53889067
|
3 |
size 268290900
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
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:d1f1ea6435ca364fe64c4458d121e39307100c1520814f8e693138813dc74f1c
|
3 |
+
size 4728
|