| { | |
| "_attn_implementation_autoset": true, | |
| "_name_or_path": "redflag-tokens/llama3-2_classifier", | |
| "base_model_id": "meta-llama/Llama-3.2-3B-Instruct", | |
| "auto_map": { | |
| "AutoConfig": "modeling_lm_classifier.LMWithHeadConfig", | |
| "AutoModelForCausalLM": "modeling_lm_classifier.LMWithHead" | |
| }, | |
| "classifier_activation": "relu", | |
| "classifier_dropout": 0.1, | |
| "classifier_hidden_layers": [ | |
| 3072, | |
| 3072, | |
| 3072 | |
| ], | |
| "freeze_base": true, | |
| "model_type": "lm_with_head", | |
| "transformers_version": "4.46.1" | |
| } | |