Delete config.json
Browse files- config.json +0 -49
config.json
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
-
"activation": "gelu",
|
4 |
-
"architectures": [
|
5 |
-
"DistilBertForSequenceClassification"
|
6 |
-
],
|
7 |
-
"attention_dropout": 0.1,
|
8 |
-
"dim": 768,
|
9 |
-
"dropout": 0.1,
|
10 |
-
"hidden_dim": 3072,
|
11 |
-
"id2label": {
|
12 |
-
"0": "Value equation: quality/cost/efficiency/patient satisfaction",
|
13 |
-
"1": "credientialing /quality assurance infrastructure",
|
14 |
-
"2": "Finanicial Impact",
|
15 |
-
"3": "Health System Characteristics",
|
16 |
-
"4": "Clinical utility & efficiency-Provider perspective",
|
17 |
-
"5": "Workflow related problems",
|
18 |
-
"6": "Provider characteristcs",
|
19 |
-
"7": "training",
|
20 |
-
"8": "Patient/Physican interaction in LUS",
|
21 |
-
"9": "Imaging modalities in general"
|
22 |
-
},
|
23 |
-
"initializer_range": 0.02,
|
24 |
-
"label2id": {
|
25 |
-
"Clinical utility & efficiency-Provider perspective": 4,
|
26 |
-
"Finanicial Impact": 2,
|
27 |
-
"Health System Characteristics": 3,
|
28 |
-
"Imaging modalities in general": 9,
|
29 |
-
"Patient/Physican interaction in LUS": 8,
|
30 |
-
"Provider characteristcs": 6,
|
31 |
-
"Value equation: quality/cost/efficiency/patient satisfaction": 0,
|
32 |
-
"Workflow related problems": 5,
|
33 |
-
"credientialing /quality assurance infrastructure": 1,
|
34 |
-
"training": 7
|
35 |
-
},
|
36 |
-
"max_position_embeddings": 512,
|
37 |
-
"model_type": "distilbert",
|
38 |
-
"n_heads": 12,
|
39 |
-
"n_layers": 6,
|
40 |
-
"pad_token_id": 0,
|
41 |
-
"problem_type": "single_label_classification",
|
42 |
-
"qa_dropout": 0.1,
|
43 |
-
"seq_classif_dropout": 0.2,
|
44 |
-
"sinusoidal_pos_embds": false,
|
45 |
-
"tie_weights_": true,
|
46 |
-
"torch_dtype": "float32",
|
47 |
-
"transformers_version": "4.40.2",
|
48 |
-
"vocab_size": 30522
|
49 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|