anismahmahi commited on
Commit
57aadba
·
1 Parent(s): b35fac8

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Repetition",
14
+ "2": "B-Loaded_Language",
15
+ "3": "B-Name_Calling,Labeling",
16
+ "4": "B-Flag-Waving",
17
+ "5": "I-Flag-Waving",
18
+ "6": "B-Causal_Oversimplification",
19
+ "7": "I-Causal_Oversimplification",
20
+ "8": "B-Doubt",
21
+ "9": "I-Doubt",
22
+ "10": "I-Loaded_Language",
23
+ "11": "B-Appeal_to_Authority",
24
+ "12": "I-Appeal_to_Authority",
25
+ "13": "I-Name_Calling,Labeling",
26
+ "14": "B-Appeal_to_fear-prejudice",
27
+ "15": "I-Appeal_to_fear-prejudice",
28
+ "16": "I-Repetition",
29
+ "17": "B-Black-and-White_Fallacy",
30
+ "18": "I-Black-and-White_Fallacy",
31
+ "19": "B-Exaggeration,Minimisation",
32
+ "20": "I-Exaggeration,Minimisation"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "B-Appeal_to_Authority": 11,
37
+ "B-Appeal_to_fear-prejudice": 14,
38
+ "B-Black-and-White_Fallacy": 17,
39
+ "B-Causal_Oversimplification": 6,
40
+ "B-Doubt": 8,
41
+ "B-Exaggeration,Minimisation": 19,
42
+ "B-Flag-Waving": 4,
43
+ "B-Loaded_Language": 2,
44
+ "B-Name_Calling,Labeling": 3,
45
+ "B-Repetition": 1,
46
+ "I-Appeal_to_Authority": 12,
47
+ "I-Appeal_to_fear-prejudice": 15,
48
+ "I-Black-and-White_Fallacy": 18,
49
+ "I-Causal_Oversimplification": 7,
50
+ "I-Doubt": 9,
51
+ "I-Exaggeration,Minimisation": 20,
52
+ "I-Flag-Waving": 5,
53
+ "I-Loaded_Language": 10,
54
+ "I-Name_Calling,Labeling": 13,
55
+ "I-Repetition": 16,
56
+ "O": 0
57
+ },
58
+ "max_position_embeddings": 512,
59
+ "model_type": "distilbert",
60
+ "n_heads": 12,
61
+ "n_layers": 6,
62
+ "pad_token_id": 0,
63
+ "qa_dropout": 0.1,
64
+ "seq_classif_dropout": 0.2,
65
+ "sinusoidal_pos_embds": false,
66
+ "tie_weights_": true,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.30.0",
69
+ "vocab_size": 30522
70
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7896fa4784114ad8df224401aa16c8debf3e67d9e6df804ca835873dd2f0d339
3
+ size 265551458
runs/Apr24_12-43-52_320ce5815fe3/events.out.tfevents.1713962637.320ce5815fe3.6186.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d86973c8ff041f56995c52820d32e1a494e3b1980d6afe0fb31d50b82df0b2
3
+ size 5771
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": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
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:0601121dbe51a177cdabbc85f76ab7289b7ab1af63666a58ecdc4e086facc524
3
+ size 4408
vocab.txt ADDED
The diff for this file is too large to render. See raw diff