MM2157 commited on
Commit
5ea693a
โ€ข
1 Parent(s): d51a104

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aubmindlab/bert-base-arabert",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "0",
14
+ "1": "Name_Calling_Labeling ",
15
+ "10": "Flag_Waving",
16
+ "11": "Glittering_generalities_(Virtue)",
17
+ "12": "Repetition",
18
+ "13": "Slogans",
19
+ "14": "Whataboutism",
20
+ "15": "Reductio_ad_hitlerum",
21
+ "16": "Name_Calling_Labeling",
22
+ "17": "Questioning_the_Reputation",
23
+ "18": "Appeal_to_Values",
24
+ "19": "Obfuscation_Vagueness_Confusion",
25
+ "2": "Causal_Oversimplification",
26
+ "20": "False_Dilemma_No_Choice",
27
+ "21": "Conversation_Killer",
28
+ "22": "Straw_Man",
29
+ "23": "Appeal_to_Hypocrisy",
30
+ "24": "Appeal_to_Popularity",
31
+ "25": "Guilt_by_Association",
32
+ "26": "Red_Herring",
33
+ "27": "Appeal_to_Time",
34
+ "28": "Consequential_Oversimplification",
35
+ "3": "Loaded_Language",
36
+ "4": "no_technique",
37
+ "5": "Appeal_to_Authority",
38
+ "6": "Smears",
39
+ "7": "Exaggeration_Minimisation",
40
+ "8": "Appeal_to_Fear_Prejudice",
41
+ "9": "Doubt"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "0": "0",
47
+ "Appeal_to_Authority": "5",
48
+ "Appeal_to_Fear_Prejudice": "8",
49
+ "Appeal_to_Hypocrisy": "23",
50
+ "Appeal_to_Popularity": "24",
51
+ "Appeal_to_Time": "27",
52
+ "Appeal_to_Values": "18",
53
+ "Causal_Oversimplification": "2",
54
+ "Consequential_Oversimplification": "28",
55
+ "Conversation_Killer": "21",
56
+ "Doubt": "9",
57
+ "Exaggeration_Minimisation": "7",
58
+ "False_Dilemma_No_Choice": "20",
59
+ "Flag_Waving": "10",
60
+ "Glittering_generalities_(Virtue)": "11",
61
+ "Guilt_by_Association": "25",
62
+ "Loaded_Language": "3",
63
+ "Name_Calling_Labeling": "16",
64
+ "Name_Calling_Labeling ": "1",
65
+ "Obfuscation_Vagueness_Confusion": "19",
66
+ "Questioning_the_Reputation": "17",
67
+ "Red_Herring": "26",
68
+ "Reductio_ad_hitlerum": "15",
69
+ "Repetition": "12",
70
+ "Slogans": "13",
71
+ "Smears": "6",
72
+ "Straw_Man": "22",
73
+ "Whataboutism": "14",
74
+ "no_technique": "4"
75
+ },
76
+ "layer_norm_eps": 1e-12,
77
+ "max_position_embeddings": 512,
78
+ "model_type": "bert",
79
+ "num_attention_heads": 12,
80
+ "num_hidden_layers": 12,
81
+ "pad_token_id": 0,
82
+ "pooler_fc_size": 768,
83
+ "pooler_num_attention_heads": 12,
84
+ "pooler_num_fc_layers": 3,
85
+ "pooler_size_per_head": 128,
86
+ "pooler_type": "first_token_transform",
87
+ "position_embedding_type": "absolute",
88
+ "torch_dtype": "float32",
89
+ "transformers_version": "4.30.2",
90
+ "type_vocab_size": 2,
91
+ "use_cache": true,
92
+ "vocab_size": 64000
93
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009d144813240790e9eae45ec0151dbf2c98544b45557368362a621a22fbcfbe
3
+ size 538567793
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,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "full_tokenizer_file": null,
7
+ "mask_token": "[MASK]",
8
+ "max_len": 512,
9
+ "model_max_length": 512,
10
+ "never_split": [
11
+ "+ูˆุง",
12
+ "ุณ+",
13
+ "[ู…ุณุชุฎุฏู…]",
14
+ "+ูƒ",
15
+ "+ู‡ู…",
16
+ "+ุฉ",
17
+ "+ู†",
18
+ "ู„ู„+",
19
+ "[ุจุฑูŠุฏ]",
20
+ "[ุฑุงุจุท]",
21
+ "+ู‡",
22
+ "+ูƒู†",
23
+ "+ุง",
24
+ "+ุงุช",
25
+ "+ูŠ",
26
+ "ุจ+",
27
+ "+ู†ุง",
28
+ "+ู‡ู†",
29
+ "+ูƒู…",
30
+ "ูƒ+",
31
+ "+ูŠู†",
32
+ "+ู‡ู…ุง",
33
+ "ูˆ+",
34
+ "+ูƒู…ุง",
35
+ "+ุงู†",
36
+ "+ุช",
37
+ "+ูˆู†",
38
+ "ู„+",
39
+ "+ู‡ุง",
40
+ "ุงู„+",
41
+ "ู+"
42
+ ],
43
+ "pad_token": "[PAD]",
44
+ "sep_token": "[SEP]",
45
+ "strip_accents": null,
46
+ "tokenize_chinese_chars": true,
47
+ "tokenizer_class": "BertTokenizer",
48
+ "unk_token": "[UNK]"
49
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f96f05cb0c74a5eb4902bf4a6b2173c498f4d300695edb1ad15b18779a923a7
3
+ size 3951
vocab.txt ADDED
The diff for this file is too large to render. See raw diff