eskayML commited on
Commit
510945f
1 Parent(s): 20f01aa

eskayML/bert_interview_new

Browse files
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
@@ -17,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5073
21
- - Accuracy: 0.9444
22
 
23
  ## Model description
24
 
@@ -43,37 +44,27 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 20
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 54 | 2.2473 | 0.1019 |
53
- | No log | 2.0 | 108 | 2.1669 | 0.5370 |
54
- | No log | 3.0 | 162 | 2.0159 | 0.5370 |
55
- | No log | 4.0 | 216 | 1.8393 | 0.5556 |
56
- | No log | 5.0 | 270 | 1.6508 | 0.6667 |
57
- | No log | 6.0 | 324 | 1.4806 | 0.7037 |
58
- | No log | 7.0 | 378 | 1.3298 | 0.7593 |
59
- | No log | 8.0 | 432 | 1.1826 | 0.8241 |
60
- | No log | 9.0 | 486 | 1.0571 | 0.8611 |
61
- | 1.7901 | 10.0 | 540 | 0.9303 | 0.8611 |
62
- | 1.7901 | 11.0 | 594 | 0.8432 | 0.8889 |
63
- | 1.7901 | 12.0 | 648 | 0.7697 | 0.9259 |
64
- | 1.7901 | 13.0 | 702 | 0.6979 | 0.9352 |
65
- | 1.7901 | 14.0 | 756 | 0.6440 | 0.9352 |
66
- | 1.7901 | 15.0 | 810 | 0.6008 | 0.9352 |
67
- | 1.7901 | 16.0 | 864 | 0.5666 | 0.9444 |
68
- | 1.7901 | 17.0 | 918 | 0.5383 | 0.9444 |
69
- | 1.7901 | 18.0 | 972 | 0.5220 | 0.9444 |
70
- | 0.7773 | 19.0 | 1026 | 0.5114 | 0.9444 |
71
- | 0.7773 | 20.0 | 1080 | 0.5073 | 0.9444 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.41.2
77
- - Pytorch 2.3.0+cu121
78
- - Datasets 2.20.0
79
  - Tokenizers 0.19.1
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
  base_model: distilbert-base-uncased
5
  tags:
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.3995
22
+ - Accuracy: 0.3979
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 380 | 2.4449 | 0.2266 |
54
+ | 2.5223 | 2.0 | 760 | 2.2385 | 0.3426 |
55
+ | 2.1558 | 3.0 | 1140 | 2.1769 | 0.3650 |
56
+ | 1.8156 | 4.0 | 1520 | 2.1679 | 0.3874 |
57
+ | 1.8156 | 5.0 | 1900 | 2.1941 | 0.3847 |
58
+ | 1.5049 | 6.0 | 2280 | 2.2329 | 0.3913 |
59
+ | 1.2889 | 7.0 | 2660 | 2.3058 | 0.3887 |
60
+ | 1.12 | 8.0 | 3040 | 2.3406 | 0.3900 |
61
+ | 1.12 | 9.0 | 3420 | 2.3901 | 0.3926 |
62
+ | 1.0509 | 10.0 | 3800 | 2.3995 | 0.3979 |
 
 
 
 
 
 
 
 
 
 
63
 
64
 
65
  ### Framework versions
66
 
67
+ - Transformers 4.44.2
68
+ - Pytorch 2.4.1+cu121
69
+ - Datasets 3.0.1
70
  - Tokenizers 0.19.1
config.json CHANGED
@@ -9,29 +9,49 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Provider Characteristics",
13
- "1": "Finanicial Impact",
14
- "2": "Imaging modalities in general",
15
- "3": "Clinical utility & efficiency-Provider perspective",
16
- "4": "Health System Characteristics",
17
- "5": "Training",
18
- "6": "Value equation",
19
- "7": "Workflow related problems",
20
- "8": "Credentialing / Quality Assurance Infrastructure",
21
- "9": "Patient/Physican interaction in LUS"
 
 
 
 
 
 
 
 
 
 
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
- "Clinical utility & efficiency-Provider perspective": 3,
26
- "Credentialing / Quality Assurance Infrastructure": 8,
27
- "Finanicial Impact": 1,
28
- "Health System Characteristics": 4,
29
- "Imaging modalities in general": 2,
30
- "Patient/Physican interaction in LUS": 9,
31
- "Provider Characteristics": 0,
32
- "Training": 5,
33
- "Value equation": 6,
34
- "Workflow related problems": 7
 
 
 
 
 
 
 
 
 
 
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
@@ -44,6 +64,6 @@
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.41.2",
48
  "vocab_size": 30522
49
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "ALGORITHM",
13
+ "1": "COMANAGEMENT",
14
+ "2": "COMPETING PRIORITIES",
15
+ "3": "COST",
16
+ "4": "COVID",
17
+ "5": "EHR",
18
+ "6": "GUIDELINES",
19
+ "7": "HFREF COMFORT MANAGING",
20
+ "8": "INFO NEEDS",
21
+ "9": "INTERNAL & EXTERNAL SUPPORT BAR",
22
+ "10": "JUICY QUOTE",
23
+ "11": "MAGIC WAND",
24
+ "12": "MED MANAGEMENT",
25
+ "13": "OTHER",
26
+ "14": "PATIENT DIGITAL TOOLS",
27
+ "15": "PATIENTS",
28
+ "16": "PROVIDER EDUCATION",
29
+ "17": "ROLE OF OTHER STAFF",
30
+ "18": "TIME CONSTRAINTS",
31
+ "19": "WORKFLOW"
32
  },
33
  "initializer_range": 0.02,
34
  "label2id": {
35
+ "ALGORITHM": 0,
36
+ "COMANAGEMENT": 1,
37
+ "COMPETING PRIORITIES": 2,
38
+ "COST": 3,
39
+ "COVID": 4,
40
+ "EHR": 5,
41
+ "GUIDELINES": 6,
42
+ "HFREF COMFORT MANAGING": 7,
43
+ "INFO NEEDS": 8,
44
+ "INTERNAL & EXTERNAL SUPPORT BAR": 9,
45
+ "JUICY QUOTE": 10,
46
+ "MAGIC WAND": 11,
47
+ "MED MANAGEMENT": 12,
48
+ "OTHER": 13,
49
+ "PATIENT DIGITAL TOOLS": 14,
50
+ "PATIENTS": 15,
51
+ "PROVIDER EDUCATION": 16,
52
+ "ROLE OF OTHER STAFF": 17,
53
+ "TIME CONSTRAINTS": 18,
54
+ "WORKFLOW": 19
55
  },
56
  "max_position_embeddings": 512,
57
  "model_type": "distilbert",
 
64
  "sinusoidal_pos_embds": false,
65
  "tie_weights_": true,
66
  "torch_dtype": "float32",
67
+ "transformers_version": "4.44.2",
68
  "vocab_size": 30522
69
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29b363ffe2709f2d882c436e571d3ce05b8190735b686d83dcf9a3363a15ad34
3
- size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab5dc40a2c35b07d643d7be264bcae9181bffb3fd2e555ad235b430c8fd221e
3
+ size 267887936
runs/Oct11_16-37-20_767204f4c226/events.out.tfevents.1728664641.767204f4c226.710.0 ADDED
Binary file (10.9 kB). View file
 
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ