Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +2 -2
- runs/Aug07_17-34-31_41f4a3443074/events.out.tfevents.1723052072.41f4a3443074.2680.1 +3 -0
- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"NEGATIVE": 0,
|
18 |
"POSITIVE": 1
|
19 |
},
|
20 |
-
"max_position_embeddings":
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
23 |
"n_layers": 6,
|
|
|
17 |
"NEGATIVE": 0,
|
18 |
"POSITIVE": 1
|
19 |
},
|
20 |
+
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
23 |
"n_layers": 6,
|
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:4b8eaca88cef76c80b52d8ad262631deb71380cf4a9fd14b09e549a01d13da79
|
3 |
+
size 133922428
|
runs/Aug07_17-34-31_41f4a3443074/events.out.tfevents.1723052072.41f4a3443074.2680.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dee0ac2587b8cccd8efb2f90a21e4e468a4fe384bf8cdd4062f131527ca00ec
|
3 |
+
size 5981
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
tokenizer_config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
48 |
-
"model_max_length":
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
|
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdd92ee9a376974238b9bae757021f3b5c17aaf609722eb78a1d4dc34fca2294
|
3 |
size 5176
|