Training complete
Browse files- README.md +12 -11
- 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,22 +41,23 @@ 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 |
-
| 0.
|
|
|
60 |
|
61 |
|
62 |
### 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.3572
|
22 |
+
- Precision: 0.7719
|
23 |
+
- Recall: 0.8980
|
24 |
+
- F1: 0.8302
|
25 |
+
- Accuracy: 0.9845
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-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: 5
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 226 | 0.3649 | 0.7690 | 0.8605 | 0.8122 | 0.9852 |
|
57 |
+
| No log | 2.0 | 452 | 0.3350 | 0.8088 | 0.8776 | 0.8418 | 0.9861 |
|
58 |
+
| 0.4546 | 3.0 | 678 | 0.3737 | 0.7842 | 0.8776 | 0.8283 | 0.9848 |
|
59 |
+
| 0.4546 | 4.0 | 904 | 0.3271 | 0.7713 | 0.8946 | 0.8283 | 0.9841 |
|
60 |
+
| 0.0992 | 5.0 | 1130 | 0.3572 | 0.7719 | 0.8980 | 0.8302 | 0.9845 |
|
61 |
|
62 |
|
63 |
### 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:051e18eff8a4a30d9010131ebb57d3d88a18d6535bc04fb331e9cabb4aec0590
|
3 |
size 1109908201
|