eskayML commited on
Commit
3e8eb1e
·
verified ·
1 Parent(s): 7493532

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -53
config.json DELETED
@@ -1,53 +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 (Hosp leaders-background for implementation)",
13
- "1": "credientialing /quality assurance infrastructure",
14
- "2": "Finanicial Impact",
15
- "3": "Health System characteristics (academics; bed capacity also)",
16
- "4": "Clinical utility & efficiency-Provider perspective",
17
- "5": "Workflow (with subcoding [bolded]: access equipment, order vs encounter-based; uploading & saving images; type of equipment. End user need to acquire and use",
18
- "6": "Provider characteristcs",
19
- "7": "training",
20
- "8": "Patient/Physican interaction in LUS",
21
- "9": "Imaging modalities in general",
22
- "10": "Clinical utility & efficiency-Provider perspective",
23
- "11": "Value equation: quality/cost/efficiency/patient satisfaction (Hosp leaders) High-value care (providers)"
24
- },
25
- "initializer_range": 0.02,
26
- "label2id": {
27
- "Clinical utility & efficiency-Provider perspective": 10,
28
- "Clinical utility & efficiency-Provider perspective": 4,
29
- "Finanicial Impact": 2,
30
- "Health System characteristics (academics; bed capacity also)": 3,
31
- "Imaging modalities in general": 9,
32
- "Patient/Physican interaction in LUS": 8,
33
- "Provider characteristcs": 6,
34
- "Value equation: quality/cost/efficiency/patient satisfaction (Hosp leaders) High-value care (providers)": 11,
35
- "Value equation: quality/cost/efficiency/patient satisfaction (Hosp leaders-background for implementation)": 0,
36
- "Workflow (with subcoding [bolded]: access equipment, order vs encounter-based; uploading & saving images; type of equipment. End user need to acquire and use": 5,
37
- "credientialing /quality assurance infrastructure": 1,
38
- "training": 7
39
- },
40
- "max_position_embeddings": 512,
41
- "model_type": "distilbert",
42
- "n_heads": 12,
43
- "n_layers": 6,
44
- "pad_token_id": 0,
45
- "problem_type": "single_label_classification",
46
- "qa_dropout": 0.1,
47
- "seq_classif_dropout": 0.2,
48
- "sinusoidal_pos_embds": false,
49
- "tie_weights_": true,
50
- "torch_dtype": "float32",
51
- "transformers_version": "4.40.0",
52
- "vocab_size": 30522
53
- }