End of training
Browse files- README.md +10 -10
- added_tokens.json +3 -0
- merges.txt +0 -0
- model.safetensors +1 -1
- runs/Jan24_21-40-26_7d2b1e2d4e1a/events.out.tfevents.1706132427.7d2b1e2d4e1a.48811.4 +3 -0
- tokenizer.json +0 -0
- training_args.bin +1 -1
- vocab.json +0 -0
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- Auc Roc: 0.
|
25 |
-
- Log Loss: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -57,10 +57,10 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Auc Roc | Log Loss |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:-------:|:--------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
@@ -68,4 +68,4 @@ The following hyperparameters were used during training:
|
|
68 |
- Transformers 4.35.2
|
69 |
- Pytorch 2.1.0+cu121
|
70 |
- Datasets 2.16.1
|
71 |
-
- Tokenizers 0.15.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3267
|
22 |
+
- Accuracy: 0.8657
|
23 |
+
- F1: 0.8683
|
24 |
+
- Auc Roc: 0.9348
|
25 |
+
- Log Loss: 0.3267
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Auc Roc | Log Loss |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:-------:|:--------:|
|
60 |
+
| 0.6996 | 1.0 | 101 | 0.6830 | 0.6692 | 0.5957 | 0.7499 | 0.6830 |
|
61 |
+
| 0.6199 | 2.0 | 203 | 0.4744 | 0.8122 | 0.8286 | 0.9043 | 0.4744 |
|
62 |
+
| 0.4139 | 3.0 | 304 | 0.3610 | 0.8495 | 0.8459 | 0.9275 | 0.3610 |
|
63 |
+
| 0.3337 | 3.98 | 404 | 0.3267 | 0.8657 | 0.8683 | 0.9348 | 0.3267 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
68 |
- Transformers 4.35.2
|
69 |
- Pytorch 2.1.0+cu121
|
70 |
- Datasets 2.16.1
|
71 |
+
- Tokenizers 0.15.1
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 50257
|
3 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7baab203a18246581b440caefbbd65c339f765c6a2d781171d92a4d44f2b0ff
|
3 |
size 267832560
|
runs/Jan24_21-40-26_7d2b1e2d4e1a/events.out.tfevents.1706132427.7d2b1e2d4e1a.48811.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4a71d277c9a6672b6d988da31fb5f0586173731c7c1651a8adaee1df8ce41e3
|
3 |
+
size 7042
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e17d259b168871b4c66379c5ec8cba7b9711ca1e7112a2795c4bc71889ef7b05
|
3 |
size 4664
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|