eskayML commited on
Commit
41335aa
1 Parent(s): c9d7764

eskayML/interview_classifier

Browse files
README.md CHANGED
@@ -17,8 +17,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.1239
21
- - Accuracy: 0.9603
22
 
23
  ## Model description
24
 
@@ -49,26 +49,26 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 76 | 2.1645 | 0.1921 |
53
- | No log | 2.0 | 152 | 1.8505 | 0.4238 |
54
- | No log | 3.0 | 228 | 1.4303 | 0.6887 |
55
- | No log | 4.0 | 304 | 1.0770 | 0.7682 |
56
- | No log | 5.0 | 380 | 0.8012 | 0.8477 |
57
- | No log | 6.0 | 456 | 0.6188 | 0.8609 |
58
- | 1.4872 | 7.0 | 532 | 0.4291 | 0.9205 |
59
- | 1.4872 | 8.0 | 608 | 0.3219 | 0.9338 |
60
- | 1.4872 | 9.0 | 684 | 0.2561 | 0.9536 |
61
- | 1.4872 | 10.0 | 760 | 0.2071 | 0.9536 |
62
- | 1.4872 | 11.0 | 836 | 0.1758 | 0.9603 |
63
- | 1.4872 | 12.0 | 912 | 0.1486 | 0.9603 |
64
- | 1.4872 | 13.0 | 988 | 0.1443 | 0.9603 |
65
- | 0.3011 | 14.0 | 1064 | 0.1384 | 0.9603 |
66
- | 0.3011 | 15.0 | 1140 | 0.1377 | 0.9603 |
67
- | 0.3011 | 16.0 | 1216 | 0.1347 | 0.9603 |
68
- | 0.3011 | 17.0 | 1292 | 0.1267 | 0.9603 |
69
- | 0.3011 | 18.0 | 1368 | 0.1223 | 0.9603 |
70
- | 0.3011 | 19.0 | 1444 | 0.1256 | 0.9603 |
71
- | 0.1494 | 20.0 | 1520 | 0.1239 | 0.9603 |
72
 
73
 
74
  ### Framework versions
 
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.0333
21
+ - Accuracy: 1.0
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 54 | 2.2119 | 0.1852 |
53
+ | No log | 2.0 | 108 | 2.0620 | 0.3704 |
54
+ | No log | 3.0 | 162 | 1.7627 | 0.7037 |
55
+ | No log | 4.0 | 216 | 1.4448 | 0.7685 |
56
+ | No log | 5.0 | 270 | 1.1397 | 0.8889 |
57
+ | No log | 6.0 | 324 | 0.8434 | 0.9167 |
58
+ | No log | 7.0 | 378 | 0.6044 | 0.9444 |
59
+ | No log | 8.0 | 432 | 0.4223 | 0.9907 |
60
+ | No log | 9.0 | 486 | 0.2967 | 0.9907 |
61
+ | 1.3767 | 10.0 | 540 | 0.2077 | 0.9907 |
62
+ | 1.3767 | 11.0 | 594 | 0.1528 | 1.0 |
63
+ | 1.3767 | 12.0 | 648 | 0.1135 | 1.0 |
64
+ | 1.3767 | 13.0 | 702 | 0.0851 | 1.0 |
65
+ | 1.3767 | 14.0 | 756 | 0.0661 | 1.0 |
66
+ | 1.3767 | 15.0 | 810 | 0.0548 | 1.0 |
67
+ | 1.3767 | 16.0 | 864 | 0.0449 | 1.0 |
68
+ | 1.3767 | 17.0 | 918 | 0.0399 | 1.0 |
69
+ | 1.3767 | 18.0 | 972 | 0.0358 | 1.0 |
70
+ | 0.1191 | 19.0 | 1026 | 0.0339 | 1.0 |
71
+ | 0.1191 | 20.0 | 1080 | 0.0333 | 1.0 |
72
 
73
 
74
  ### Framework versions
config.json CHANGED
@@ -9,29 +9,29 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Value equation",
13
- "1": "Credentialing / 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 Characteristics",
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
- "Credentialing / Quality Assurance Infrastructure": 1,
27
- "Finanicial Impact": 2,
28
- "Health System Characteristics": 3,
29
- "Imaging modalities in general": 9,
30
- "Patient/Physican interaction in LUS": 8,
31
- "Provider Characteristics": 6,
32
- "Training": 7,
33
- "Value equation": 0,
34
- "Workflow related problems": 5
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ee41cbe18c3127b673cce439d0710f368014fa67de7d323fbd9ebfab745868f
3
  size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5ca4fff0e7f77e3cb8204b3011ca195c33071976aad2591a80e63507622037
3
  size 267857176
runs/Jul04_10-06-36_0e9ed6c0f9ab/events.out.tfevents.1720087599.0e9ed6c0f9ab.907.0 ADDED
Binary file (6.85 kB). View file
 
runs/Jul04_10-07-52_0e9ed6c0f9ab/events.out.tfevents.1720087673.0e9ed6c0f9ab.907.1 ADDED
Binary file (9.41 kB). View file
 
runs/Jul04_10-16-28_0e9ed6c0f9ab/events.out.tfevents.1720088188.0e9ed6c0f9ab.907.2 ADDED
Binary file (12.8 kB). View file
 
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ