Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- tokenizer.json +9 -2
- training_args.bin +3 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438836648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ff146c7fc4f90b80e68a5c95b98fe1ae3e4a19abe084d0884677c06dfdc044e
|
3 |
size 438836648
|
tokenizer.json
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
-
"strategy":
|
|
|
|
|
6 |
"direction": "Right",
|
7 |
"pad_to_multiple_of": null,
|
8 |
"pad_id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 128
|
12 |
+
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f37f619547c386fc629592e440264cd762c0ee6bb385f7518905dbbe03af6637
|
3 |
+
size 5496
|