Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +3 -0
- runs/Aug12_08-24-46_1e13498a2c10/events.out.tfevents.1723451089.1e13498a2c10.246.0 +3 -0
- tokenizer.json +14 -2
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -36,6 +36,6 @@
|
|
36 |
"sinusoidal_pos_embds": false,
|
37 |
"tie_weights_": true,
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"vocab_size": 30522
|
41 |
}
|
|
|
36 |
"sinusoidal_pos_embds": false,
|
37 |
"tie_weights_": true,
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.42.4",
|
40 |
"vocab_size": 30522
|
41 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c853ba469877ef1f297de4117296f55ad7ada908b1a363fffc7b37d07e1f749c
|
3 |
+
size 267844872
|
runs/Aug12_08-24-46_1e13498a2c10/events.out.tfevents.1723451089.1e13498a2c10.246.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42e23ba8c547962ef17d497e79f4c0b8570afe69f55b6ff30932ab8924f399e8
|
3 |
+
size 5638
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 0,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "[PAD]"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -41,7 +41,6 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"do_lower_case": true,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
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:5414dfd4077e70ed36909f76cb329e848dee585afa62f31c0c2cd664ce90076b
|
3 |
+
size 5176
|