End of training
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -44,27 +44,32 @@ More information needed
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 2e-05
|
47 |
-
- train_batch_size:
|
48 |
-
- eval_batch_size:
|
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 | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 |
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.41.2
|
68 |
- Pytorch 2.3.0+cu121
|
69 |
-
- Datasets 2.
|
70 |
- Tokenizers 0.19.1
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4825
|
24 |
+
- Precision: 0.8928
|
25 |
+
- Recall: 0.8834
|
26 |
+
- F1: 0.8880
|
27 |
+
- Accuracy: 0.9083
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 469 | 0.4587 | 0.9039 | 0.7100 | 0.7651 | 0.8561 |
|
59 |
+
| 0.5527 | 2.0 | 938 | 0.3752 | 0.8918 | 0.8549 | 0.8710 | 0.8977 |
|
60 |
+
| 0.2874 | 3.0 | 1407 | 0.4742 | 0.8652 | 0.8545 | 0.8577 | 0.8934 |
|
61 |
+
| 0.1691 | 4.0 | 1876 | 0.5362 | 0.8808 | 0.8618 | 0.8694 | 0.8902 |
|
62 |
+
| 0.0963 | 5.0 | 2345 | 0.4825 | 0.8928 | 0.8834 | 0.8880 | 0.9083 |
|
63 |
+
| 0.0593 | 6.0 | 2814 | 0.5698 | 0.8857 | 0.8747 | 0.8790 | 0.8987 |
|
64 |
+
| 0.0495 | 7.0 | 3283 | 0.6439 | 0.8962 | 0.8691 | 0.8804 | 0.8966 |
|
65 |
+
| 0.037 | 8.0 | 3752 | 0.5998 | 0.8870 | 0.8771 | 0.8810 | 0.9009 |
|
66 |
+
| 0.0408 | 9.0 | 4221 | 0.6265 | 0.8828 | 0.8691 | 0.8748 | 0.8955 |
|
67 |
+
| 0.0299 | 10.0 | 4690 | 0.6166 | 0.8855 | 0.8721 | 0.8780 | 0.8977 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
- Transformers 4.41.2
|
73 |
- Pytorch 2.3.0+cu121
|
74 |
+
- Datasets 2.20.0
|
75 |
- Tokenizers 0.19.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:b7bcb6f7add2b2556f01dd29848a198eadcf48b53b60cd3095423011a0a85ad8
|
3 |
size 267835644
|
runs/Jun22_10-50-35_84cbb151b977/events.out.tfevents.1719053445.84cbb151b977.3689.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd6b9e6a303f48dd1a38de2caada9076a92fabba4027daf51674d2cb2f0982d6
|
3 |
+
size 11908
|
runs/Jun22_10-50-35_84cbb151b977/events.out.tfevents.1719054173.84cbb151b977.3689.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e9a0f4f1597c03152ea85772acaaea87384c20e379838b4dc987db1b5f858a
|
3 |
+
size 560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0077d0d8e095651a6792d70c8615e0048efb1e9099cbb27372ce2dc85ef4dd3
|
3 |
size 5176
|