wiorz commited on
Commit
25e6ae8
·
1 Parent(s): dd09acb

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.28.0",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44501af2446b676e1a6ee67c2b1a69827246d615b5767f72e89ae8db427664e2
3
+ size 438007925
runs/Jun09_03-43-08_18adb7a9b60d/1686282197.679676/events.out.tfevents.1686282197.18adb7a9b60d.1176.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f23d21219c2f78356d95371cb00c9f57f5d3d1e9117e12a4816aca5be6270c
3
+ size 5851
runs/Jun09_03-43-08_18adb7a9b60d/events.out.tfevents.1686282197.18adb7a9b60d.1176.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0fc00a94438030057a469e6fbeb4f4777cd93accfba1d1639be9135e4d795dd
3
+ size 3970
runs/Jun09_03-43-55_18adb7a9b60d/1686282238.1630006/events.out.tfevents.1686282238.18adb7a9b60d.1176.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061b6383c41d50df0b1d8e542bb1bd16af48dbdba932a3056c300cfa56a03a3c
3
+ size 5851
runs/Jun09_03-43-55_18adb7a9b60d/events.out.tfevents.1686282238.18adb7a9b60d.1176.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab01aab95b88b8d288356e1e29bd79c0f237d13e487132e50207c96180ac3ab
3
+ size 3969
runs/Jun09_03-44-59_18adb7a9b60d/1686282302.217243/events.out.tfevents.1686282302.18adb7a9b60d.1176.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f4755f1592e60270a6eb781a6aea881bbcfa579c976c38831b239f5bcfac39
3
+ size 5851
runs/Jun09_03-44-59_18adb7a9b60d/events.out.tfevents.1686282302.18adb7a9b60d.1176.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d31d83de1d4b38bb34648ff9c080442a69dc91d822d243bc6658e884d461e54
3
+ size 3969
runs/Jun09_03-47-14_18adb7a9b60d/1686282437.466413/events.out.tfevents.1686282437.18adb7a9b60d.1176.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da641aaa54eea6ffd09804d0d19990a24bedf27aed43f50edb43b6c95407a7ad
3
+ size 5851
runs/Jun09_03-47-14_18adb7a9b60d/events.out.tfevents.1686282437.18adb7a9b60d.1176.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc890c185747d5810f8b128e0d7c8073b57fcfb66cf1d86c11e1edc0808cb184
3
+ size 4963
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
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:23d4564214d6b4fe4b1dab94ba410c9df457ddc57752720268bf982f278b85d4
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff