Benjamin Beilharz commited on
Commit
4a8bbbf
·
1 Parent(s): 1cd2530

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "single_label_classification",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.15.0",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea509aacc1c0167d1c581f186e74a4d99dad6c8ce803398d1e42d9de25060d3
3
+ size 438028461
runs/Jan23_07-44-38_3557fa900a2a/1642923910.945696/events.out.tfevents.1642923910.3557fa900a2a.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d1d3cd2e6539a059b09ec98504bc9161e736c7825e048eef4a55b93a33fcac
3
+ size 4812
runs/Jan23_07-44-38_3557fa900a2a/events.out.tfevents.1642923910.3557fa900a2a.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3caad7127764e34fd14220e4c217bd84d91b6ddbdbc81c7483ab4645c915240e
3
+ size 3354
runs/Jan23_07-49-57_3557fa900a2a/1642924210.0504937/events.out.tfevents.1642924210.3557fa900a2a.3778.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f334344db4b3f42d0b75c9e57f3261e0e3f8b127cc2fa547a257dac379fca0
3
+ size 4812
runs/Jan23_07-49-57_3557fa900a2a/events.out.tfevents.1642924210.3557fa900a2a.3778.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864cae1c5bac6ec744b5e42c0e73d4f2319919967de28d8db8d3d4464b55fa7e
3
+ size 3354
runs/Jan23_08-19-15_3557fa900a2a/1642925967.2391026/events.out.tfevents.1642925967.3557fa900a2a.7584.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d8883dc57dbd2b590419d3ee4a32d08d31997e97861352f7afc016e45b0f3a
3
+ size 4812
runs/Jan23_08-19-15_3557fa900a2a/events.out.tfevents.1642925967.3557fa900a2a.7584.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386623045c776265ba0b77abaac6071c9e0ad1a42ffdf2ad34e0e565268a4d46
3
+ size 3741
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e95ddc8a7d47da1136cd4bf6ec898c4327b7233f296eaba8fc0eeb06c66bcfc
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff