|
{ |
|
"_name_or_path": "distilbert-base-uncased", |
|
"activation": "gelu", |
|
"architectures": ["DistilBertForSequenceClassification"], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "emotional pain", |
|
"1": "hair falling out", |
|
"2": "heart hurts", |
|
"3": "infected wound", |
|
"4": "foot ache", |
|
"5": "shoulder pain", |
|
"6": "injury from sports", |
|
"7": "skin issue", |
|
"8": "stomach ache", |
|
"9": "knee pain", |
|
"10": "joint pain", |
|
"11": "hard to breath", |
|
"12": "head ache", |
|
"13": "body feels weak", |
|
"14": "feeling dizzy", |
|
"15": "back pain", |
|
"16": "open wound", |
|
"17": "internal pain", |
|
"18": "blurry vision", |
|
"19": "acne", |
|
"20": "muscle pain", |
|
"21": "neck pain", |
|
"22": "cough", |
|
"23": "ear ache", |
|
"24": "feeling cold" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"emotional pain": 0, |
|
"hair falling out": 1, |
|
"heart hurts": 2, |
|
"infected wound": 3, |
|
"foot ache": 4, |
|
"shoulder pain": 5, |
|
"injury from sports": 6, |
|
"skin issue": 7, |
|
"stomach ache": 8, |
|
"knee pain": 9, |
|
"joint pain": 10, |
|
"hard to breath": 11, |
|
"head ache": 12, |
|
"body feels weak": 13, |
|
"feeling dizzy": 14, |
|
"back pain": 15, |
|
"open wound": 16, |
|
"internal pain": 17, |
|
"blurry vision": 18, |
|
"acne": 19, |
|
"muscle pain": 20, |
|
"neck pain": 21, |
|
"cough": 22, |
|
"ear ache": 23, |
|
"feeling cold": 24 |
|
}, |
|
"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.30.2", |
|
"vocab_size": 30522 |
|
} |
|
|