brad1141 commited on
Commit
41ed05f
1 Parent(s): 6145927

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/longformer-base-4096",
3
+ "architectures": [
4
+ "LongformerForTokenClassification"
5
+ ],
6
+ "attention_mode": "longformer",
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attention_window": [
9
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "bos_token_id": 0,
23
+ "classifier_dropout": null,
24
+ "eos_token_id": 2,
25
+ "gradient_checkpointing": false,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 768,
29
+ "id2label": {
30
+ "0": "Lead",
31
+ "1": "Position",
32
+ "2": "Evidence",
33
+ "3": "Claim",
34
+ "4": "Concluding Statement",
35
+ "5": "Counterclaim",
36
+ "6": "Rebuttal"
37
+ },
38
+ "ignore_attention_mask": false,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "Claim": "3",
43
+ "Concluding Statement": "4",
44
+ "Counterclaim": "5",
45
+ "Evidence": "2",
46
+ "Lead": "0",
47
+ "Position": "1",
48
+ "Rebuttal": "6"
49
+ },
50
+ "layer_norm_eps": 1e-05,
51
+ "max_position_embeddings": 4098,
52
+ "model_type": "longformer",
53
+ "num_attention_heads": 12,
54
+ "num_hidden_layers": 12,
55
+ "pad_token_id": 1,
56
+ "position_embedding_type": "absolute",
57
+ "sep_token_id": 2,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.18.0",
60
+ "type_vocab_size": 1,
61
+ "use_cache": true,
62
+ "vocab_size": 50265
63
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f0352ab220cd488656f12a10354e3a03df54e3eb4d07f5dabe4f0c32f95f98
3
+ size 592422561
runs/Apr20_19-15-09_b6e0d6a8374c/1650482124.5264292/events.out.tfevents.1650482124.b6e0d6a8374c.80.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7763fd7a1e03cadb121ea1add6df3ed7acb630b995d026b885dcc5d62b529268
3
+ size 4807
runs/Apr20_19-15-09_b6e0d6a8374c/events.out.tfevents.1650482124.b6e0d6a8374c.80.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ddd8bd9fba5bb9ceb9622a7df1ecbc6ee9d4e618e041909ffdbf56e76041ab0
3
+ size 4520
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, "add_prefix_space": true, "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:059d7e937de7547cda5e4bacf12ca63d1d2dea01760d822c189d8bf26ad54fda
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff