PaoloButler/bert-cocolofa-fallacy
09
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": "none",17 "1": "appeal to authority",18 "2": "appeal to majority",19 "3": "appeal to nature",20 "4": "appeal to tradition",21 "5": "appeal to worse problems",22 "6": "false dilemma",23 "7": "hasty generalization",24 "8": "slippery slope"25 },26 "initializer_range": 0.02,27 "intermediate_size": 3072,28 "is_decoder": false,29 "label2id": {30 "appeal to authority": 1,31 "appeal to majority": 2,32 "appeal to nature": 3,33 "appeal to tradition": 4,34 "appeal to worse problems": 5,35 "false dilemma": 6,36 "hasty generalization": 7,37 "none": 0,38 "slippery slope": 839 },40 "layer_norm_eps": 1e-12,41 "max_position_embeddings": 512,42 "model_type": "bert",43 "num_attention_heads": 12,44 "num_hidden_layers": 12,45 "pad_token_id": 0,46 "position_embedding_type": "absolute",47 "tie_word_embeddings": true,48 "transformers_version": "5.0.0",49 "type_vocab_size": 2,50 "use_cache": true,51 "vocab_size": 3052252}53 