Model save
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
9 |
model-index:
|
10 |
- name: email_classifier_ai_v1
|
11 |
results: []
|
@@ -16,10 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# email_classifier_ai_v1
|
18 |
|
19 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 1.0
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,25 +40,27 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
-
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.51.3
|
61 |
- Pytorch 2.6.0+cu124
|
|
|
62 |
- Tokenizers 0.21.1
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
- f1
|
10 |
model-index:
|
11 |
- name: email_classifier_ai_v1
|
12 |
results: []
|
|
|
17 |
|
18 |
# email_classifier_ai_v1
|
19 |
|
20 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0175
|
23 |
- Accuracy: 1.0
|
24 |
+
- F1: 1.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 2e-05
|
44 |
+
- train_batch_size: 16
|
45 |
+
- eval_batch_size: 16
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 4
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
55 |
+
| 0.0971 | 1.0 | 15 | 0.0445 | 1.0 | 1.0 |
|
56 |
+
| 0.0407 | 2.0 | 30 | 0.0249 | 1.0 | 1.0 |
|
57 |
+
| 0.0269 | 3.0 | 45 | 0.0190 | 1.0 | 1.0 |
|
58 |
+
| 0.0224 | 4.0 | 60 | 0.0175 | 1.0 | 1.0 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.51.3
|
64 |
- Pytorch 2.6.0+cu124
|
65 |
+
- Datasets 3.6.0
|
66 |
- Tokenizers 0.21.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34e7460ec643e29428386acf383e7302e2678da466c70629b44029a8b12e3c02
|
3 |
size 267835644
|
runs/May08_05-22-03_894463e7aead/events.out.tfevents.1746681729.894463e7aead.244.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1e6d0639662894bbcdbcac9c0425b28e2c7d8b4922718e161724dc359b4cf70
|
3 |
+
size 7690
|