Training complete
Browse files- README.md +11 -10
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model was trained from scratch on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,21 +41,22 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate:
|
45 |
- train_batch_size: 8
|
46 |
- eval_batch_size: 8
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
-
| No log | 1.0 | 226 | 0.
|
57 |
-
| No log | 2.0 | 452 | 0.
|
58 |
-
| 0.
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model was trained from scratch on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0638
|
22 |
+
- Precision: 0.8534
|
23 |
+
- Recall: 0.8912
|
24 |
+
- F1: 0.8719
|
25 |
+
- Accuracy: 0.9886
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 3.6925210602772034e-05
|
45 |
- train_batch_size: 8
|
46 |
- eval_batch_size: 8
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 4
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 226 | 0.0697 | 0.7640 | 0.8810 | 0.8183 | 0.9849 |
|
57 |
+
| No log | 2.0 | 452 | 0.0663 | 0.8522 | 0.8435 | 0.8479 | 0.9876 |
|
58 |
+
| 0.0089 | 3.0 | 678 | 0.0689 | 0.8257 | 0.9184 | 0.8696 | 0.9875 |
|
59 |
+
| 0.0089 | 4.0 | 904 | 0.0638 | 0.8534 | 0.8912 | 0.8719 | 0.9886 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1109908201
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a707001cd339908acf978dea7e01ca0fd1d4855ed1f59e264933c9552b792b4
|
3 |
size 1109908201
|