Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +2 -2
- tokenizer.json +1 -6
- training_args.bin +1 -1
config.json
CHANGED
@@ -30,5 +30,5 @@
|
|
30 |
"torch_dtype": "bfloat16",
|
31 |
"transformers_version": "4.55.0",
|
32 |
"use_cache": true,
|
33 |
-
"vocab_size":
|
34 |
}
|
|
|
30 |
"torch_dtype": "bfloat16",
|
31 |
"transformers_version": "4.55.0",
|
32 |
"use_cache": true,
|
33 |
+
"vocab_size": 32022
|
34 |
}
|
model.safetensors
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:8180eb2a9d032d11b3085cd508025ed42bbf71bd3a7f12c8c7acc6332d63a090
|
3 |
+
size 2691052200
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Left",
|
5 |
-
"max_length": 4096,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728342abea9fc65dc65ea04f1a305415f529177e93be6ea2c7113d357dcef995
|
3 |
size 5496
|