Luisdahuis
commited on
End of training
Browse files
README.md
CHANGED
@@ -3,11 +3,6 @@ license: apache-2.0
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
-
- precision
|
9 |
-
- recall
|
10 |
-
- f1
|
11 |
model-index:
|
12 |
- name: spam
|
13 |
results: []
|
@@ -19,12 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# spam
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
22 |
-
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.6940
|
24 |
-
- Accuracy: 0.4954
|
25 |
-
- Precision: 0.2454
|
26 |
-
- Recall: 0.4954
|
27 |
-
- F1: 0.3282
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,20 +32,19 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
-
| No log | 1.0 | 256 | 0.
|
59 |
-
| 13078.501 | 2.0 | 512 | 0.6940 | 0.4954 | 0.2454 | 0.4954 | 0.3282 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: spam
|
8 |
results: []
|
|
|
14 |
# spam
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 2e-05
|
36 |
- train_batch_size: 32
|
37 |
- eval_batch_size: 32
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 1
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
47 |
+
| No log | 1.0 | 256 | 0.0107 | 0.9985 | 0.9985 | 0.9985 | 0.9985 |
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|