eskayML commited on
Commit
f47618f
·
verified ·
1 Parent(s): 77d4ee2

eskayML/interview_classifier

Browse files
Files changed (3) hide show
  1. README.md +12 -12
  2. model.safetensors +1 -1
  3. training_args.bin +0 -0
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
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.0881
22
- - Accuracy: 0.2593
23
 
24
  ## Model description
25
 
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 54 | 2.2885 | 0.1481 |
54
- | No log | 2.0 | 108 | 2.2611 | 0.1481 |
55
- | No log | 3.0 | 162 | 2.2186 | 0.2593 |
56
- | No log | 4.0 | 216 | 2.1877 | 0.2222 |
57
- | No log | 5.0 | 270 | 2.1593 | 0.2593 |
58
- | No log | 6.0 | 324 | 2.1332 | 0.2593 |
59
- | No log | 7.0 | 378 | 2.1185 | 0.2963 |
60
- | No log | 8.0 | 432 | 2.0965 | 0.2593 |
61
- | No log | 9.0 | 486 | 2.0914 | 0.2593 |
62
- | 1.9418 | 10.0 | 540 | 2.0881 | 0.2593 |
63
 
64
 
65
  ### Framework versions
 
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: 1.4570
22
+ - Accuracy: 0.8611
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 54 | 2.2496 | 0.2593 |
54
+ | No log | 2.0 | 108 | 2.1561 | 0.4444 |
55
+ | No log | 3.0 | 162 | 2.0315 | 0.5648 |
56
+ | No log | 4.0 | 216 | 1.9100 | 0.6852 |
57
+ | No log | 5.0 | 270 | 1.7820 | 0.7870 |
58
+ | No log | 6.0 | 324 | 1.6627 | 0.8056 |
59
+ | No log | 7.0 | 378 | 1.5728 | 0.8519 |
60
+ | No log | 8.0 | 432 | 1.5169 | 0.8611 |
61
+ | No log | 9.0 | 486 | 1.4705 | 0.8611 |
62
+ | 1.9122 | 10.0 | 540 | 1.4570 | 0.8611 |
63
 
64
 
65
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa594325c82c5854c2c695f89e782dff58b6e24bb8b4965d18940f62c2bc12e2
3
  size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5781acb0a050967ce595023e4e53272afd7e4938875b97822b967b8a91830c7e
3
  size 267857176
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ