KingTechnician commited on
Commit
ea6e3bf
·
verified ·
1 Parent(s): 9c15039

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "ad hominem",
16
+ "1": "ad populum",
17
+ "2": "appeal to emotion",
18
+ "3": "circular reasoning",
19
+ "4": "equivocation",
20
+ "5": "fallacy of credibility",
21
+ "6": "fallacy of extension",
22
+ "7": "fallacy of logic",
23
+ "8": "fallacy of relevance",
24
+ "9": "false causality",
25
+ "10": "false dilemma",
26
+ "11": "faulty generalization",
27
+ "12": "intentional"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "is_decoder": false,
32
+ "label2id": {
33
+ "ad hominem": 0,
34
+ "ad populum": 1,
35
+ "appeal to emotion": 2,
36
+ "circular reasoning": 3,
37
+ "equivocation": 4,
38
+ "fallacy of credibility": 5,
39
+ "fallacy of extension": 6,
40
+ "fallacy of logic": 7,
41
+ "fallacy of relevance": 8,
42
+ "false causality": 9,
43
+ "false dilemma": 10,
44
+ "faulty generalization": 11,
45
+ "intentional": 12
46
+ },
47
+ "layer_norm_eps": 1e-05,
48
+ "max_position_embeddings": 514,
49
+ "model_type": "roberta",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 1,
53
+ "tie_word_embeddings": true,
54
+ "transformers_version": "5.0.0",
55
+ "type_vocab_size": 1,
56
+ "use_cache": false,
57
+ "vocab_size": 50265
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:149cfc94bd5562d8d9f16b5d56bedfffba292580973c6ca0190eb780776028c0
3
+ size 498646636
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<s>",
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "mask_token": "<mask>",
10
+ "model_max_length": 512,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
13
+ "tokenizer_class": "RobertaTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:354160a43955cd22313526608abbb9c586990185e4582cbc7debdbbecf847de9
3
+ size 5265