| { |
| "_name_or_path": "distilbert/distilbert-base-uncased", |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
| "id2label": { |
| "0": "addiction", |
| "1": "anger-management", |
| "2": "anxiety", |
| "3": "behavioral-change", |
| "4": "children-adolescents", |
| "5": "counseling-fundamentals", |
| "6": "depression", |
| "7": "diagnosis", |
| "8": "domestic-violence", |
| "9": "eating-disorders", |
| "10": "family-conflict", |
| "11": "grief-and-loss", |
| "12": "human-sexuality", |
| "13": "intimacy", |
| "14": "legal-regulatory", |
| "15": "lgbtq", |
| "16": "marriage", |
| "17": "military-issues", |
| "18": "parenting", |
| "19": "professional-ethics", |
| "20": "relationship-dissolution", |
| "21": "relationships", |
| "22": "self-esteem", |
| "23": "sleep-improvement", |
| "24": "social-relationships", |
| "25": "spirituality", |
| "26": "stress", |
| "27": "substance-abuse", |
| "28": "trauma", |
| "29": "workplace-relationships" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "addiction": 0, |
| "anger-management": 1, |
| "anxiety": 2, |
| "behavioral-change": 3, |
| "children-adolescents": 4, |
| "counseling-fundamentals": 5, |
| "depression": 6, |
| "diagnosis": 7, |
| "domestic-violence": 8, |
| "eating-disorders": 9, |
| "family-conflict": 10, |
| "grief-and-loss": 11, |
| "human-sexuality": 12, |
| "intimacy": 13, |
| "legal-regulatory": 14, |
| "lgbtq": 15, |
| "marriage": 16, |
| "military-issues": 17, |
| "parenting": 18, |
| "professional-ethics": 19, |
| "relationship-dissolution": 20, |
| "relationships": 21, |
| "self-esteem": 22, |
| "sleep-improvement": 23, |
| "social-relationships": 24, |
| "spirituality": 25, |
| "stress": 26, |
| "substance-abuse": 27, |
| "trauma": 28, |
| "workplace-relationships": 29 |
| }, |
| "max_position_embeddings": 512, |
| "model_type": "distilbert", |
| "n_heads": 12, |
| "n_layers": 6, |
| "pad_token_id": 0, |
| "problem_type": "single_label_classification", |
| "qa_dropout": 0.1, |
| "seq_classif_dropout": 0.2, |
| "sinusoidal_pos_embds": false, |
| "tie_weights_": true, |
| "torch_dtype": "float32", |
| "transformers_version": "4.42.4", |
| "vocab_size": 30522 |
| } |
|
|