Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -10
- training_args.bin +2 -2
config.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
"num_hidden_layers": 6,
|
49 |
"pad_token_id": 1,
|
50 |
"torch_dtype": "float32",
|
51 |
-
"transformers_version": "4.
|
52 |
"use_cache": true,
|
53 |
"vocab_size": 50272
|
54 |
}
|
|
|
48 |
"num_hidden_layers": 6,
|
49 |
"pad_token_id": 1,
|
50 |
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.35.2",
|
52 |
"use_cache": true,
|
53 |
"vocab_size": 50272
|
54 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 647635648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:169800dbe0f19f3c6ecf5d20cd91f03c39a1877b4a61e4c40284aa73c1190ab2
|
3 |
size 647635648
|
tokenizer.json
CHANGED
@@ -6,16 +6,7 @@
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
-
"padding":
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 1024
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": 8,
|
15 |
-
"pad_id": 1,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
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:8fcf62611de5c85d6058933b7097d7a437d30ef5ce8a6624068d1703822917cf
|
3 |
+
size 4347
|