derek-harnett
commited on
Model save
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 an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,13 +49,15 @@ The following hyperparameters were used during training:
|
|
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 |
-
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3105
|
24 |
+
- Accuracy: 0.9207
|
25 |
+
- Precision: 0.9131
|
26 |
+
- Recall: 0.9296
|
27 |
+
- F1: 0.9213
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 3
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.3135 | 1.0 | 782 | 0.2359 | 0.9134 | 0.8826 | 0.9532 | 0.9165 |
|
59 |
+
| 0.1613 | 2.0 | 1564 | 0.2596 | 0.9203 | 0.9274 | 0.9117 | 0.9195 |
|
60 |
+
| 0.0991 | 3.0 | 2346 | 0.3105 | 0.9207 | 0.9131 | 0.9296 | 0.9213 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
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:5ac9c744e1f9a4f8ce104770f4e6f74c33351d05f9537b8d3bcecad70fde9497
|
3 |
size 267832560
|
runs/Jun07_15-43-15_13ebd0311d0e/events.out.tfevents.1717775159.13ebd0311d0e.2192.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fce99309ee0343c106c9ef9689fda59b3cf740bc0b814c87458c9987a52e5aa
|
3 |
+
size 7321
|
runs/Jun07_15-43-15_13ebd0311d0e/events.out.tfevents.1717776628.13ebd0311d0e.2192.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6032302d1fbf71d0bc8e0268df089fcd99ff6a983bada1314f585486bfa91f0c
|
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 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e37731ed9c40086976eae26c875fb7608181fb0e155b043d0d5f79ea76955023
|
3 |
size 5112
|