eskayML/interview_classifier
Browse files- README.md +12 -12
- model.safetensors +1 -1
- 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:
|
22 |
-
- Accuracy: 0.
|
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.
|
54 |
-
| No log | 2.0 | 108 | 2.
|
55 |
-
| No log | 3.0 | 162 | 2.
|
56 |
-
| No log | 4.0 | 216 |
|
57 |
-
| No log | 5.0 | 270 |
|
58 |
-
| No log | 6.0 | 324 |
|
59 |
-
| No log | 7.0 | 378 |
|
60 |
-
| No log | 8.0 | 432 |
|
61 |
-
| No log | 9.0 | 486 |
|
62 |
-
| 1.
|
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:
|
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
|
|