brad1141 commited on
Commit
94f8b09
1 Parent(s): 193cc0a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
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": "Lead",
14
+ "1": "Position",
15
+ "2": "Evidence",
16
+ "3": "Claim",
17
+ "4": "Concluding Statement",
18
+ "5": "Counterclaim",
19
+ "6": "Rebuttal"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Claim": "3",
25
+ "Concluding Statement": "4",
26
+ "Counterclaim": "5",
27
+ "Evidence": "2",
28
+ "Lead": "0",
29
+ "Position": "1",
30
+ "Rebuttal": "6"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.15.0",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 28996
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f048b668f859a7ab5ba530edfc51d276f6b6d50033d2acd011bd8745849ddcce
3
+ size 430980849
runs/Jan19_16-59-25_a4ed493fa70d/1642611974.200198/events.out.tfevents.1642611974.a4ed493fa70d.62.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db4bc93740ffc05a7dda80162b6467cb3d78acf866cf94fe03ecec477ce6d955
3
+ size 4731
runs/Jan19_16-59-25_a4ed493fa70d/1642613198.5835648/events.out.tfevents.1642613198.a4ed493fa70d.62.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4960c9299244c2beeff4c265c3f9773cd80eed171eb862e0be451a1ac4eb15
3
+ size 4731
runs/Jan19_16-59-25_a4ed493fa70d/1642613372.9034986/events.out.tfevents.1642613372.a4ed493fa70d.62.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5e71200bef0709efa0ea159b8615912d877e0cf2d63b9817696ac588765aac
3
+ size 4731
runs/Jan19_16-59-25_a4ed493fa70d/events.out.tfevents.1642611974.a4ed493fa70d.62.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b28f578843485bf4089b702f0c64bde9d67771cb2757f22c6062a87a47bf833b
3
+ size 3622
runs/Jan19_16-59-25_a4ed493fa70d/events.out.tfevents.1642613198.a4ed493fa70d.62.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d4de679a88c204eeb63e3a2b07562f7536eaa39de552cbe6e5de758b5702a8
3
+ size 3622
runs/Jan19_16-59-25_a4ed493fa70d/events.out.tfevents.1642613372.a4ed493fa70d.62.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:437beafd6c30fcf3e24a1b6f217c95896f74a04994fdf5cc13b6f3b00b5b3a5b
3
+ size 4085
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": false, "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-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb261b9336f56cf00c86cfe3323f71f12b33b0e3ad1b367c0e0bb7c974920fd
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff