Upload config.json with huggingface_hub
Browse files- config.json +81 -0
config.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/lm2445/project/bert-mlm-eppc-large/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 1024,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "InfoGive_Diagnostics",
|
| 14 |
+
"1": "InfoGive_Drugs",
|
| 15 |
+
"2": "InfoGive_SchedulingAppt",
|
| 16 |
+
"3": "InfoGive_Symptoms",
|
| 17 |
+
"4": "InfoGive_carecoordination",
|
| 18 |
+
"5": "InfoSeek_Diagnostics",
|
| 19 |
+
"6": "InfoSeek_Drugs",
|
| 20 |
+
"7": "InfoSeek_SchedulingAppt",
|
| 21 |
+
"8": "InfoSeek_Symptoms",
|
| 22 |
+
"9": "PartnershipPatient_Alignment",
|
| 23 |
+
"10": "PartnershipPatient_Appreciation/Gratitude",
|
| 24 |
+
"11": "PartnershipPatient_connection",
|
| 25 |
+
"12": "PartnershipPatient_salutation",
|
| 26 |
+
"13": "PartnershipPatient_signoff",
|
| 27 |
+
"14": "PartnershipProvider_Alignment",
|
| 28 |
+
"15": "PartnershipProvider_Appreciation/Gratitude",
|
| 29 |
+
"16": "PartnershipProvider_connection",
|
| 30 |
+
"17": "PartnershipProvider_maintainCommunication",
|
| 31 |
+
"18": "PartnershipProvider_salutation",
|
| 32 |
+
"19": "PartnershipProvider_signoff",
|
| 33 |
+
"20": "SharedDecisionPatient_None",
|
| 34 |
+
"21": "SharedDecisionProvider_None",
|
| 35 |
+
"22": "Socioemotional/Empathy_AcknowledgeError",
|
| 36 |
+
"23": "Socioemotional/Empathy_PositiveRemarks/Reward",
|
| 37 |
+
"24": "Socioemotional/Empathy_Sadness/fear"
|
| 38 |
+
},
|
| 39 |
+
"initializer_range": 0.02,
|
| 40 |
+
"intermediate_size": 4096,
|
| 41 |
+
"label2id": {
|
| 42 |
+
"InfoGive_Diagnostics": 0,
|
| 43 |
+
"InfoGive_Drugs": 1,
|
| 44 |
+
"InfoGive_SchedulingAppt": 2,
|
| 45 |
+
"InfoGive_Symptoms": 3,
|
| 46 |
+
"InfoGive_carecoordination": 4,
|
| 47 |
+
"InfoSeek_Diagnostics": 5,
|
| 48 |
+
"InfoSeek_Drugs": 6,
|
| 49 |
+
"InfoSeek_SchedulingAppt": 7,
|
| 50 |
+
"InfoSeek_Symptoms": 8,
|
| 51 |
+
"PartnershipPatient_Alignment": 9,
|
| 52 |
+
"PartnershipPatient_Appreciation/Gratitude": 10,
|
| 53 |
+
"PartnershipPatient_connection": 11,
|
| 54 |
+
"PartnershipPatient_salutation": 12,
|
| 55 |
+
"PartnershipPatient_signoff": 13,
|
| 56 |
+
"PartnershipProvider_Alignment": 14,
|
| 57 |
+
"PartnershipProvider_Appreciation/Gratitude": 15,
|
| 58 |
+
"PartnershipProvider_connection": 16,
|
| 59 |
+
"PartnershipProvider_maintainCommunication": 17,
|
| 60 |
+
"PartnershipProvider_salutation": 18,
|
| 61 |
+
"PartnershipProvider_signoff": 19,
|
| 62 |
+
"SharedDecisionPatient_None": 20,
|
| 63 |
+
"SharedDecisionProvider_None": 21,
|
| 64 |
+
"Socioemotional/Empathy_AcknowledgeError": 22,
|
| 65 |
+
"Socioemotional/Empathy_PositiveRemarks/Reward": 23,
|
| 66 |
+
"Socioemotional/Empathy_Sadness/fear": 24
|
| 67 |
+
},
|
| 68 |
+
"layer_norm_eps": 1e-12,
|
| 69 |
+
"max_position_embeddings": 512,
|
| 70 |
+
"model_type": "bert",
|
| 71 |
+
"num_attention_heads": 16,
|
| 72 |
+
"num_hidden_layers": 24,
|
| 73 |
+
"pad_token_id": 0,
|
| 74 |
+
"position_embedding_type": "absolute",
|
| 75 |
+
"problem_type": "multi_label_classification",
|
| 76 |
+
"torch_dtype": "float32",
|
| 77 |
+
"transformers_version": "4.49.0",
|
| 78 |
+
"type_vocab_size": 2,
|
| 79 |
+
"use_cache": true,
|
| 80 |
+
"vocab_size": 30522
|
| 81 |
+
}
|