KingTechnician commited on
Commit
3a0e7c4
·
verified ·
1 Parent(s): d185bdd

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "ad hominem",
17
+ "1": "ad populum",
18
+ "2": "appeal to emotion",
19
+ "3": "circular reasoning",
20
+ "4": "equivocation",
21
+ "5": "fallacy of credibility",
22
+ "6": "fallacy of extension",
23
+ "7": "fallacy of logic",
24
+ "8": "fallacy of relevance",
25
+ "9": "false causality",
26
+ "10": "false dilemma",
27
+ "11": "faulty generalization",
28
+ "12": "intentional"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "is_decoder": false,
33
+ "label2id": {
34
+ "ad hominem": 0,
35
+ "ad populum": 1,
36
+ "appeal to emotion": 2,
37
+ "circular reasoning": 3,
38
+ "equivocation": 4,
39
+ "fallacy of credibility": 5,
40
+ "fallacy of extension": 6,
41
+ "fallacy of logic": 7,
42
+ "fallacy of relevance": 8,
43
+ "false causality": 9,
44
+ "false dilemma": 10,
45
+ "faulty generalization": 11,
46
+ "intentional": 12
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "position_embedding_type": "absolute",
55
+ "tie_word_embeddings": true,
56
+ "transformers_version": "5.0.0",
57
+ "type_vocab_size": 2,
58
+ "use_cache": false,
59
+ "vocab_size": 30522
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91539c313597a0db75d2830b327069f7a8ca7b8fe4169531e63fcff65f02c12a
3
+ size 437992460
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97391404413950e3c1f1ad87fad9614e7dfc21e7d37cecf5f44787498f5cd63a
3
+ size 5265