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.
|
21 |
-
- Accuracy:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,38 +37,36 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 2
|
42 |
- eval_batch_size: 2
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 54 | 2.
|
53 |
-
| No log | 2.0 | 108 | 2.
|
54 |
-
| No log | 3.0 | 162 | 1.
|
55 |
-
| No log | 4.0 | 216 | 1.
|
56 |
-
| No log | 5.0 | 270 | 1.
|
57 |
-
| No log | 6.0 | 324 |
|
58 |
-
| No log | 7.0 | 378 |
|
59 |
-
| No log | 8.0 | 432 |
|
60 |
-
| No log | 9.0 | 486 |
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
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
|
|
|
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.5597
|
21 |
+
- Accuracy: 0.9630
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
- train_batch_size: 2
|
42 |
- eval_batch_size: 2
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 18
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 54 | 2.2273 | 0.2130 |
|
53 |
+
| No log | 2.0 | 108 | 2.1305 | 0.3148 |
|
54 |
+
| No log | 3.0 | 162 | 1.9882 | 0.6204 |
|
55 |
+
| No log | 4.0 | 216 | 1.8126 | 0.6852 |
|
56 |
+
| No log | 5.0 | 270 | 1.6344 | 0.7593 |
|
57 |
+
| No log | 6.0 | 324 | 1.4635 | 0.8241 |
|
58 |
+
| No log | 7.0 | 378 | 1.3043 | 0.8426 |
|
59 |
+
| No log | 8.0 | 432 | 1.1541 | 0.8796 |
|
60 |
+
| No log | 9.0 | 486 | 1.0312 | 0.8889 |
|
61 |
+
| 1.7754 | 10.0 | 540 | 0.9199 | 0.9074 |
|
62 |
+
| 1.7754 | 11.0 | 594 | 0.8311 | 0.9259 |
|
63 |
+
| 1.7754 | 12.0 | 648 | 0.7500 | 0.9259 |
|
64 |
+
| 1.7754 | 13.0 | 702 | 0.6884 | 0.9444 |
|
65 |
+
| 1.7754 | 14.0 | 756 | 0.6391 | 0.9444 |
|
66 |
+
| 1.7754 | 15.0 | 810 | 0.6049 | 0.9537 |
|
67 |
+
| 1.7754 | 16.0 | 864 | 0.5796 | 0.9537 |
|
68 |
+
| 1.7754 | 17.0 | 918 | 0.5652 | 0.9630 |
|
69 |
+
| 1.7754 | 18.0 | 972 | 0.5597 | 0.9630 |
|
|
|
|
|
70 |
|
71 |
|
72 |
### 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:49fc7a49cd590103a4ad080af162cf13c57db69d72ddf8abfd458e09f0a01000
|
3 |
size 267857176
|
runs/Jul04_10-59-22_0e9ed6c0f9ab/events.out.tfevents.1720090763.0e9ed6c0f9ab.907.15
ADDED
Binary file (11.9 kB). View file
|
|
training_args.bin
CHANGED
Binary files a/training_args.bin and b/training_args.bin differ
|
|