Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +37 -0
- pytorch_model.bin +3 -0
- runs/Mar15_07-55-27_cc4e334d154d/1678866938.0888112/events.out.tfevents.1678866938.cc4e334d154d.180.1 +3 -0
- runs/Mar15_07-55-27_cc4e334d154d/events.out.tfevents.1678866938.cc4e334d154d.180.0 +3 -0
- runs/Mar15_07-56-57_cc4e334d154d/1678867021.1911612/events.out.tfevents.1678867021.cc4e334d154d.180.3 +3 -0
- runs/Mar15_07-56-57_cc4e334d154d/events.out.tfevents.1678867021.cc4e334d154d.180.2 +3 -0
- runs/Mar15_07-58-51_cc4e334d154d/1678867135.5787284/events.out.tfevents.1678867135.cc4e334d154d.180.5 +3 -0
- runs/Mar15_07-58-51_cc4e334d154d/events.out.tfevents.1678867135.cc4e334d154d.180.4 +3 -0
- runs/Mar15_08-01-56_cc4e334d154d/1678867322.5566778/events.out.tfevents.1678867322.cc4e334d154d.2665.1 +3 -0
- runs/Mar15_08-01-56_cc4e334d154d/events.out.tfevents.1678867322.cc4e334d154d.2665.0 +3 -0
- runs/Mar15_08-04-48_cc4e334d154d/1678867494.4347048/events.out.tfevents.1678867494.cc4e334d154d.3501.1 +3 -0
- runs/Mar15_08-04-48_cc4e334d154d/events.out.tfevents.1678867494.cc4e334d154d.3501.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0",
|
14 |
+
"1": "LABEL_1",
|
15 |
+
"2": "LABEL_2"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"LABEL_0": 0,
|
21 |
+
"LABEL_1": 1,
|
22 |
+
"LABEL_2": 2
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"pad_token_id": 0,
|
30 |
+
"position_embedding_type": "absolute",
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.26.1",
|
34 |
+
"type_vocab_size": 2,
|
35 |
+
"use_cache": true,
|
36 |
+
"vocab_size": 30522
|
37 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8328afb5392277fb1c1721de7ead7520b7d48193404253a7ed12858b9f57f25
|
3 |
+
size 438010997
|
runs/Mar15_07-55-27_cc4e334d154d/1678866938.0888112/events.out.tfevents.1678866938.cc4e334d154d.180.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c90e4b50f51c62770d63007819960b89b5fc12f213c0135e8d35a91a4835c2f
|
3 |
+
size 5676
|
runs/Mar15_07-55-27_cc4e334d154d/events.out.tfevents.1678866938.cc4e334d154d.180.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40feb241882d3327bc3403502d183eca10179ea1cb1159518876299dbaf72c70
|
3 |
+
size 3817
|
runs/Mar15_07-56-57_cc4e334d154d/1678867021.1911612/events.out.tfevents.1678867021.cc4e334d154d.180.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd55a51f473d419fd77dd392d4a390e049d917c034dec425c6fbda9c36f2d910
|
3 |
+
size 5676
|
runs/Mar15_07-56-57_cc4e334d154d/events.out.tfevents.1678867021.cc4e334d154d.180.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a6c0b874a7f81e328361b1431a755d24d90bb16bd462beba7e3b25e7e3136d
|
3 |
+
size 3817
|
runs/Mar15_07-58-51_cc4e334d154d/1678867135.5787284/events.out.tfevents.1678867135.cc4e334d154d.180.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e85d4d96a0cf67b4d1565491b9255996e9631e93751177a60562dd90bce4b394
|
3 |
+
size 5676
|
runs/Mar15_07-58-51_cc4e334d154d/events.out.tfevents.1678867135.cc4e334d154d.180.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad1977d038cc5d5d95a3d102547e76cb429dda23b0c2942a9d8f604508354099
|
3 |
+
size 3817
|
runs/Mar15_08-01-56_cc4e334d154d/1678867322.5566778/events.out.tfevents.1678867322.cc4e334d154d.2665.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3c83664947ca77e0b9fc12f8aa58d6b31e439b11e23cc1a9fa7fd6cec54d17f
|
3 |
+
size 5676
|
runs/Mar15_08-01-56_cc4e334d154d/events.out.tfevents.1678867322.cc4e334d154d.2665.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e1decd44bf1996cacee7963822f1f3bcf40922d2c689ae626df53d6f62c0c8e
|
3 |
+
size 3817
|
runs/Mar15_08-04-48_cc4e334d154d/1678867494.4347048/events.out.tfevents.1678867494.cc4e334d154d.3501.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d3d5cd19cd630aff26a2003a34f35577e658062862c4d33ead3696b83a03300
|
3 |
+
size 5676
|
runs/Mar15_08-04-48_cc4e334d154d/events.out.tfevents.1678867494.cc4e334d154d.3501.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21bf070872a38a2cde0ddd8896c996d33eedbd9526ffbfaa0e2fcf4bd1b3428d
|
3 |
+
size 40
|
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,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"name_or_path": "bert-base-uncased",
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"special_tokens_map_file": null,
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "BertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed71a15df60a3ea464f0f0c0fc247787738e338e414abfd569e431525d3560b5
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|