eskayML commited on
Commit
c9d7764
1 Parent(s): a2643b5

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.1049
21
- - Accuracy: 0.9682
22
 
23
  ## Model description
24
 
@@ -49,31 +49,31 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 79 | 2.2043 | 0.1720 |
53
- | No log | 2.0 | 158 | 1.8878 | 0.4331 |
54
- | No log | 3.0 | 237 | 1.4540 | 0.6624 |
55
- | No log | 4.0 | 316 | 1.1512 | 0.7134 |
56
- | No log | 5.0 | 395 | 0.8028 | 0.8153 |
57
- | No log | 6.0 | 474 | 0.5610 | 0.8854 |
58
- | 1.5247 | 7.0 | 553 | 0.4031 | 0.9299 |
59
- | 1.5247 | 8.0 | 632 | 0.3275 | 0.9172 |
60
- | 1.5247 | 9.0 | 711 | 0.2420 | 0.9363 |
61
- | 1.5247 | 10.0 | 790 | 0.1941 | 0.9490 |
62
- | 1.5247 | 11.0 | 869 | 0.1656 | 0.9682 |
63
- | 1.5247 | 12.0 | 948 | 0.1444 | 0.9682 |
64
- | 0.3164 | 13.0 | 1027 | 0.1325 | 0.9682 |
65
- | 0.3164 | 14.0 | 1106 | 0.1194 | 0.9682 |
66
- | 0.3164 | 15.0 | 1185 | 0.1145 | 0.9682 |
67
- | 0.3164 | 16.0 | 1264 | 0.1138 | 0.9682 |
68
- | 0.3164 | 17.0 | 1343 | 0.1101 | 0.9682 |
69
- | 0.3164 | 18.0 | 1422 | 0.1074 | 0.9682 |
70
- | 0.1327 | 19.0 | 1501 | 0.1050 | 0.9682 |
71
- | 0.1327 | 20.0 | 1580 | 0.1049 | 0.9682 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.41.1
77
  - Pytorch 2.3.0+cu121
78
- - Datasets 2.19.2
79
  - Tokenizers 0.19.1
 
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
 
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
75
 
76
+ - Transformers 4.41.2
77
  - Pytorch 2.3.0+cu121
78
+ - Datasets 2.20.0
79
  - Tokenizers 0.19.1
config.json CHANGED
@@ -44,6 +44,6 @@
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.41.1",
48
  "vocab_size": 30522
49
  }
 
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
+ "transformers_version": "4.41.2",
48
  "vocab_size": 30522
49
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7f74c1671788a0b87e62512211d2e9b6e3a1895e4d76845c596c9486ef55aa7
3
  size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ee41cbe18c3127b673cce439d0710f368014fa67de7d323fbd9ebfab745868f
3
  size 267857176
runs/Jun18_19-50-34_0c265ed1ed29/events.out.tfevents.1718740235.0c265ed1ed29.821.0 ADDED
Binary file (13 kB). View file
 
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ