Training in progress, epoch 1
Browse files- added_tokens.json +6 -0
- config.json +1 -1
- pytorch_model.bin +2 -2
- runs/May08_05-41-10_e0fdf325964c/events.out.tfevents.1683524472.e0fdf325964c.792.6 +2 -2
- runs/May08_06-06-40_e0fdf325964c/1683526003.0122542/events.out.tfevents.1683526003.e0fdf325964c.792.9 +3 -0
- runs/May08_06-06-40_e0fdf325964c/events.out.tfevents.1683526003.e0fdf325964c.792.8 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +37 -6
- training_args.bin +1 -1
added_tokens.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"[/ื1]": 52001,
|
| 3 |
+
"[/ื2]": 52003,
|
| 4 |
+
"[ื1]": 52000,
|
| 5 |
+
"[ื2]": 52002
|
| 6 |
+
}
|
config.json
CHANGED
|
@@ -35,5 +35,5 @@
|
|
| 35 |
"transformers_version": "4.28.1",
|
| 36 |
"type_vocab_size": 1,
|
| 37 |
"use_cache": true,
|
| 38 |
-
"vocab_size":
|
| 39 |
}
|
|
|
|
| 35 |
"transformers_version": "4.28.1",
|
| 36 |
"type_vocab_size": 1,
|
| 37 |
"use_cache": true,
|
| 38 |
+
"vocab_size": 52004
|
| 39 |
}
|
pytorch_model.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:967a531457afef5df31261d6278a6394470a621cad4d502affb70f600320cf11
|
| 3 |
+
size 504003701
|
runs/May08_05-41-10_e0fdf325964c/events.out.tfevents.1683524472.e0fdf325964c.792.6
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:f2ec929ac00dd523ae15f8e41cd9934cf9cd6c3feddfa8021954f3787d51fdab
|
| 3 |
+
size 7172
|
runs/May08_06-06-40_e0fdf325964c/1683526003.0122542/events.out.tfevents.1683526003.e0fdf325964c.792.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62efd32d72f4726295393cc98b7f9558ddb507c9f9a4b0fda9e32c5fe84ec120
|
| 3 |
+
size 5870
|
runs/May08_06-06-40_e0fdf325964c/events.out.tfevents.1683526003.e0fdf325964c.792.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef161f14c57bf6cf7209f45d7ef615a84c19dc80d4aa612e4dbb71c3382c75dc
|
| 3 |
+
size 4594
|
special_tokens_map.json
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"cls_token": "[CLS]",
|
| 3 |
"mask_token": "[MASK]",
|
| 4 |
"pad_token": "[PAD]",
|
|
|
|
| 1 |
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"[ื1]",
|
| 4 |
+
"[/ื1]",
|
| 5 |
+
"[ื2]",
|
| 6 |
+
"[/ื2]"
|
| 7 |
+
],
|
| 8 |
"cls_token": "[CLS]",
|
| 9 |
"mask_token": "[MASK]",
|
| 10 |
"pad_token": "[PAD]",
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 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 |
{
|
|
@@ -52,6 +47,42 @@
|
|
| 52 |
"rstrip": false,
|
| 53 |
"normalized": false,
|
| 54 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
}
|
| 56 |
],
|
| 57 |
"normalizer": {
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 47 |
"rstrip": false,
|
| 48 |
"normalized": false,
|
| 49 |
"special": true
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"id": 52000,
|
| 53 |
+
"content": "[ื1]",
|
| 54 |
+
"single_word": false,
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": 52001,
|
| 62 |
+
"content": "[/ื1]",
|
| 63 |
+
"single_word": false,
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"normalized": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 52002,
|
| 71 |
+
"content": "[ื2]",
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"lstrip": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"normalized": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 52003,
|
| 80 |
+
"content": "[/ื2]",
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"lstrip": false,
|
| 83 |
+
"rstrip": false,
|
| 84 |
+
"normalized": false,
|
| 85 |
+
"special": true
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"normalizer": {
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e53209f5ebe4484edadcac6f15672d38981db9c87fac0517249cb5e715dba7c5
|
| 3 |
size 3579
|