CoolFace
Modelpublic

KingTechnician/roberta-base_LOGIC_Native

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes6downloads
config.json59 linesDownload Raw Back to root
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": 1246  },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": 5026558}59