Training in progress, step 500
Browse files- config.json +3 -1
- model.safetensors +2 -2
- runs/Jul29_11-35-57_afce4168a17d/events.out.tfevents.1722253164.afce4168a17d.883.0 +3 -0
- tokenizer.json +8 -3
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -55,7 +55,8 @@
|
|
55 |
"40": "LABEL_40",
|
56 |
"41": "LABEL_41",
|
57 |
"42": "LABEL_42",
|
58 |
-
"43": "LABEL_43"
|
|
|
59 |
},
|
60 |
"initializer_range": 0.02,
|
61 |
"intermediate_size": 3072,
|
@@ -99,6 +100,7 @@
|
|
99 |
"LABEL_41": 41,
|
100 |
"LABEL_42": 42,
|
101 |
"LABEL_43": 43,
|
|
|
102 |
"LABEL_5": 5,
|
103 |
"LABEL_6": 6,
|
104 |
"LABEL_7": 7,
|
|
|
55 |
"40": "LABEL_40",
|
56 |
"41": "LABEL_41",
|
57 |
"42": "LABEL_42",
|
58 |
+
"43": "LABEL_43",
|
59 |
+
"44": "LABEL_44"
|
60 |
},
|
61 |
"initializer_range": 0.02,
|
62 |
"intermediate_size": 3072,
|
|
|
100 |
"LABEL_41": 41,
|
101 |
"LABEL_42": 42,
|
102 |
"LABEL_43": 43,
|
103 |
+
"LABEL_44": 44,
|
104 |
"LABEL_5": 5,
|
105 |
"LABEL_6": 6,
|
106 |
"LABEL_7": 7,
|
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:ec7565520290149a017fe21de4a77847c448665241a8995bef750bb836321cb0
|
3 |
+
size 496382516
|
runs/Jul29_11-35-57_afce4168a17d/events.out.tfevents.1722253164.afce4168a17d.883.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c89eda0968f81c2ce00ab0a96978bbd92bc8aadf6559d1f608ce592927090824
|
3 |
+
size 7976
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
@@ -52,7 +57,7 @@
|
|
52 |
"normalizer": null,
|
53 |
"pre_tokenizer": {
|
54 |
"type": "ByteLevel",
|
55 |
-
"add_prefix_space":
|
56 |
"trim_offsets": true,
|
57 |
"use_regex": true
|
58 |
},
|
@@ -67,7 +72,7 @@
|
|
67 |
0
|
68 |
],
|
69 |
"trim_offsets": true,
|
70 |
-
"add_prefix_space":
|
71 |
},
|
72 |
"decoder": {
|
73 |
"type": "ByteLevel",
|
|
|
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 |
{
|
|
|
57 |
"normalizer": null,
|
58 |
"pre_tokenizer": {
|
59 |
"type": "ByteLevel",
|
60 |
+
"add_prefix_space": true,
|
61 |
"trim_offsets": true,
|
62 |
"use_regex": true
|
63 |
},
|
|
|
72 |
0
|
73 |
],
|
74 |
"trim_offsets": true,
|
75 |
+
"add_prefix_space": true
|
76 |
},
|
77 |
"decoder": {
|
78 |
"type": "ByteLevel",
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"add_prefix_space":
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "<s>",
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "<s>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a39505570b52c2263372c523c670bfaef82a2b9fc21cb2e66050f87cb62b3e53
|
3 |
size 5112
|