eskayML/interview_classifier
Browse files- README.md +24 -24
- config.json +1 -1
- model.safetensors +1 -1
- runs/Jun18_19-50-34_0c265ed1ed29/events.out.tfevents.1718740235.0c265ed1ed29.821.0 +0 -0
- training_args.bin +0 -0
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: 0.
|
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 |
|
53 |
-
| No log | 2.0 |
|
54 |
-
| No log | 3.0 |
|
55 |
-
| No log | 4.0 |
|
56 |
-
| No log | 5.0 |
|
57 |
-
| No log | 6.0 |
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
|
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.41.
|
77 |
- Pytorch 2.3.0+cu121
|
78 |
-
- Datasets 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.
|
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:
|
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
|
|