KingTechnician commited on
Commit
483de36
·
verified ·
1 Parent(s): 7f938fe

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 1,
7
+ "dtype": "float16",
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "ad hominem",
14
+ "1": "ad populum",
15
+ "2": "appeal to emotion",
16
+ "3": "circular reasoning",
17
+ "4": "equivocation",
18
+ "5": "fallacy of credibility",
19
+ "6": "fallacy of extension",
20
+ "7": "fallacy of logic",
21
+ "8": "fallacy of relevance",
22
+ "9": "false causality",
23
+ "10": "false dilemma",
24
+ "11": "faulty generalization",
25
+ "12": "intentional"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "ad hominem": 0,
31
+ "ad populum": 1,
32
+ "appeal to emotion": 2,
33
+ "circular reasoning": 3,
34
+ "equivocation": 4,
35
+ "fallacy of credibility": 5,
36
+ "fallacy of extension": 6,
37
+ "fallacy of logic": 7,
38
+ "fallacy of relevance": 8,
39
+ "false causality": 9,
40
+ "false dilemma": 10,
41
+ "faulty generalization": 11,
42
+ "intentional": 12
43
+ },
44
+ "layer_norm_eps": 1e-07,
45
+ "legacy": true,
46
+ "max_position_embeddings": 512,
47
+ "max_relative_positions": -1,
48
+ "model_type": "deberta-v2",
49
+ "norm_rel_ebd": "layer_norm",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 0,
53
+ "pooler_dropout": 0,
54
+ "pooler_hidden_act": "gelu",
55
+ "pooler_hidden_size": 768,
56
+ "pos_att_type": [
57
+ "p2c",
58
+ "c2p"
59
+ ],
60
+ "position_biased_input": false,
61
+ "position_buckets": 256,
62
+ "relative_attention": true,
63
+ "share_att_key": true,
64
+ "tie_word_embeddings": true,
65
+ "transformers_version": "5.0.0",
66
+ "type_vocab_size": 0,
67
+ "use_cache": false,
68
+ "vocab_size": 128100
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4d0685faac925b0798c915a338c54603a31edf8c7ce8d0aaee306ab923ff43
3
+ size 368888810
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "bos_token": "[CLS]",
5
+ "cls_token": "[CLS]",
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "extra_special_tokens": [
9
+ "[PAD]",
10
+ "[CLS]",
11
+ "[SEP]"
12
+ ],
13
+ "is_local": false,
14
+ "mask_token": "[MASK]",
15
+ "model_max_length": 1000000000000000019884624838656,
16
+ "pad_token": "[PAD]",
17
+ "sep_token": "[SEP]",
18
+ "split_by_punct": false,
19
+ "tokenizer_class": "DebertaV2Tokenizer",
20
+ "unk_id": 3,
21
+ "unk_token": "[UNK]",
22
+ "vocab_type": "spm"
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d07f821a31392ccf897f5f986e0c5504b6ad2f99642981fa57b0b5349864547
3
+ size 5265