Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +34 -0
- pytorch_model.bin +3 -0
- runs/Jun07_15-53-56_01e5921d848a/1686153323.6047616/events.out.tfevents.1686153323.01e5921d848a.28.1 +3 -0
- runs/Jun07_15-53-56_01e5921d848a/events.out.tfevents.1686153323.01e5921d848a.28.0 +3 -0
- runs/Jun07_16-02-35_01e5921d848a/1686153764.6665902/events.out.tfevents.1686153764.01e5921d848a.28.3 +3 -0
- runs/Jun07_16-02-35_01e5921d848a/events.out.tfevents.1686153764.01e5921d848a.28.2 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/1686154161.3110526/events.out.tfevents.1686154161.01e5921d848a.28.5 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/1686154293.459428/events.out.tfevents.1686154293.01e5921d848a.28.7 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/1686154670.2238839/events.out.tfevents.1686154670.01e5921d848a.28.9 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154161.01e5921d848a.28.4 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154293.01e5921d848a.28.6 +3 -0
- runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154670.01e5921d848a.28.8 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "ckiplab/bert-tiny-chinese",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"directionality": "bidi",
|
| 9 |
+
"gradient_checkpointing": false,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 312,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 1248,
|
| 15 |
+
"layer_norm_eps": 1e-12,
|
| 16 |
+
"max_position_embeddings": 512,
|
| 17 |
+
"model_type": "bert",
|
| 18 |
+
"num_attention_heads": 12,
|
| 19 |
+
"num_hidden_layers": 4,
|
| 20 |
+
"pad_token_id": 0,
|
| 21 |
+
"pooler_fc_size": 312,
|
| 22 |
+
"pooler_num_attention_heads": 12,
|
| 23 |
+
"pooler_num_fc_layers": 3,
|
| 24 |
+
"pooler_size_per_head": 128,
|
| 25 |
+
"pooler_type": "first_token_transform",
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "single_label_classification",
|
| 28 |
+
"tokenizer_class": "BertTokenizerFast",
|
| 29 |
+
"torch_dtype": "float32",
|
| 30 |
+
"transformers_version": "4.29.2",
|
| 31 |
+
"type_vocab_size": 2,
|
| 32 |
+
"use_cache": true,
|
| 33 |
+
"vocab_size": 21128
|
| 34 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c63b44b05c790f9c6527bd6d15c0dab85a49d21f6b880910bb2669bc30a37fd9
|
| 3 |
+
size 46187471
|
runs/Jun07_15-53-56_01e5921d848a/1686153323.6047616/events.out.tfevents.1686153323.01e5921d848a.28.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0920472ed40622b3de9a9bc656656130842eb750f3d55549481373e573ed14af
|
| 3 |
+
size 5907
|
runs/Jun07_15-53-56_01e5921d848a/events.out.tfevents.1686153323.01e5921d848a.28.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d96c09219a920bbc4714e29f61c308f2cd6d70c9a58f97b79e23b3ef68f5f729
|
| 3 |
+
size 4240
|
runs/Jun07_16-02-35_01e5921d848a/1686153764.6665902/events.out.tfevents.1686153764.01e5921d848a.28.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2a808f41f032b739d6f51e0e19deee3015ed12520e35ae29a82441e3056aff
|
| 3 |
+
size 5907
|
runs/Jun07_16-02-35_01e5921d848a/events.out.tfevents.1686153764.01e5921d848a.28.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152bd38cfe90682870377fe54f1e4d5e7b214ab5598ae0b3438539badf0c52d9
|
| 3 |
+
size 4242
|
runs/Jun07_16-09-14_01e5921d848a/1686154161.3110526/events.out.tfevents.1686154161.01e5921d848a.28.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3948d90639ce6590eb0106d83c181676d0b16d6a20dd27aea585433e5c661963
|
| 3 |
+
size 5907
|
runs/Jun07_16-09-14_01e5921d848a/1686154293.459428/events.out.tfevents.1686154293.01e5921d848a.28.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c7b894923b8613e4c7213a9a92d2ca9bec1c5ab5a54a47f71d8dbcda2debb01
|
| 3 |
+
size 5907
|
runs/Jun07_16-09-14_01e5921d848a/1686154670.2238839/events.out.tfevents.1686154670.01e5921d848a.28.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc63b38e8091256da62e5c2097b26c0669786d9d1e109fb643e18443fdbbcacb
|
| 3 |
+
size 5907
|
runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154161.01e5921d848a.28.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f155e2c87404e4ba33dd97f9747f5be6cd68b7073125ddcb104a74ab9f70b69
|
| 3 |
+
size 4242
|
runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154293.01e5921d848a.28.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7c6b98351f74ff3d660220e4dfd0b8878a20c56916ad52b1d9c8a0978a190b
|
| 3 |
+
size 4242
|
runs/Jun07_16-09-14_01e5921d848a/events.out.tfevents.1686154670.01e5921d848a.28.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbe242538bafdabcc28c8cbed64675845b840fb4022294fa3cb992ce3995f05f
|
| 3 |
+
size 4559
|
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_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
+
"do_lower_case": false,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 512,
|
| 8 |
+
"never_split": null,
|
| 9 |
+
"pad_token": "[PAD]",
|
| 10 |
+
"sep_token": "[SEP]",
|
| 11 |
+
"strip_accents": null,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "BertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:032903b12e1462e9de7e3332b287f9bb106931dc010c5194318c5818f321b9f4
|
| 3 |
+
size 3899
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|