joebobby commited on
Commit
40ac359
1 Parent(s): 251e499

Training in progress, epoch 1

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.19.2",
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:ec25782a1faaee44d379b436b3c1dbd7973fcdd11a6513ca438186aef597b1d9
3
+ size 438015341
runs/May31_16-48-53_26ff09ac8dc6/1654015792.2280934/events.out.tfevents.1654015792.26ff09ac8dc6.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585a9b5f83238e0962b3eebab76418576b6429dc6b87700f18cbe44c2da75a41
3
+ size 5236
runs/May31_16-48-53_26ff09ac8dc6/events.out.tfevents.1654015792.26ff09ac8dc6.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d694b51f1dc4b6e14fe54c3fead54f91bdf6edd8c0375862170b23333f6b1c0
3
+ size 3810
runs/May31_16-52-09_26ff09ac8dc6/1654015943.4760697/events.out.tfevents.1654015943.26ff09ac8dc6.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546dba76029de93208055a28830b6fca7f04dbb6993bfcf7f7d28bb7bada4075
3
+ size 5236
runs/May31_16-52-09_26ff09ac8dc6/events.out.tfevents.1654015943.26ff09ac8dc6.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b06fe2784d8db0c9c6492ef79492d1355f8bb395ed2a760ac60b465d2dba3f60
3
+ size 3580
runs/May31_17-04-53_26ff09ac8dc6/1654016699.4811635/events.out.tfevents.1654016699.26ff09ac8dc6.71.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d675867e9d73ce082201b80bd2e51cd4a9c37bc379c85a1afaf2b3ce2509ce25
3
+ size 5236
runs/May31_17-04-53_26ff09ac8dc6/events.out.tfevents.1654016699.26ff09ac8dc6.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97c3fcd6a033c72c360af56ddea09efa2e508d127efc1cd1a612c2c074e5a42
3
+ size 3810
runs/May31_17-06-04_26ff09ac8dc6/events.out.tfevents.1654016948.26ff09ac8dc6.834.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1c1446aea997fbcefdad48345aa838348f6df3602aa8720cb396d2bda914ad
3
+ size 341
runs/May31_17-06-04_26ff09ac8dc6/events.out.tfevents.1654016992.26ff09ac8dc6.834.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2b5065a4095201348976099c45862fa19d8853d3d51fa3d5c48ec08be553ba
3
+ size 341
runs/May31_17-06-04_26ff09ac8dc6/events.out.tfevents.1654017114.26ff09ac8dc6.834.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd052317142f1dc39462c855192d10fb95a826df02e830c7f66a37ac709e0a86
3
+ size 341
runs/May31_17-15-47_26ff09ac8dc6/1654017354.1413593/events.out.tfevents.1654017354.26ff09ac8dc6.834.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876123959fe552ca96aad4ebd1bf501101c4e9ec15f0029bbe3d0aa394bd7b99
3
+ size 5236
runs/May31_17-15-47_26ff09ac8dc6/events.out.tfevents.1654017354.26ff09ac8dc6.834.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcfb5bdd82e5434573ff92e5ed6fd955370357632007ac8c22c4b211ad3c1fa
3
+ size 4385
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:27e3f64387ef78f3eedcbddf80807dc2888747aebd124949750208fe4e1bc718
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff