End of training
Browse files- .gitignore +1 -0
- pytorch_model.bin +3 -0
- runs/Jan23_08-21-18_4fc8348f61a1/events.out.tfevents.1705998124.4fc8348f61a1.2425.0 +3 -0
- runs/Jan23_08-27-21_4fc8348f61a1/1705998667.582456/events.out.tfevents.1705998667.4fc8348f61a1.2425.2 +3 -0
- runs/Jan23_08-27-21_4fc8348f61a1/events.out.tfevents.1705998491.4fc8348f61a1.2425.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7813466e30dd28d918ecb1d147fd3698022b8176333537fbe6ca6d17c158cde7
|
3 |
+
size 439371766
|
runs/Jan23_08-21-18_4fc8348f61a1/events.out.tfevents.1705998124.4fc8348f61a1.2425.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0f434e4dfa6a0b2d37b9d6461385f33293f6259f4a7aab226b3ed2f5a05adae
|
3 |
+
size 252
|
runs/Jan23_08-27-21_4fc8348f61a1/1705998667.582456/events.out.tfevents.1705998667.4fc8348f61a1.2425.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac54e92cdeed31f23f6ab66a2a2826647743c0707e9a2c097958dbbfd6c4aad7
|
3 |
+
size 5866
|
runs/Jan23_08-27-21_4fc8348f61a1/events.out.tfevents.1705998491.4fc8348f61a1.2425.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97fd4f78d3ac92b18804a9fe037aff6e864db2b431ceaaee8d46ec71caa6e451
|
3 |
+
size 252
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"special_tokens_map_file": null,
|
9 |
+
"strip_accents": null,
|
10 |
+
"tokenize_chinese_chars": true,
|
11 |
+
"tokenizer_class": "BertTokenizer",
|
12 |
+
"unk_token": "[UNK]"
|
13 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1da72074e33c3ff2d3aa7d536c823e147984f4880d6f127fcf18d2278249e68
|
3 |
+
size 4088
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|