mgutierrez
commited on
Model save
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- train_batch_size: 8
|
45 |
- eval_batch_size: 8
|
46 |
- seed: 42
|
47 |
-
- optimizer:
|
48 |
- lr_scheduler_type: linear
|
49 |
- num_epochs: 3
|
50 |
|
@@ -52,13 +52,13 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
- Pytorch 2.5.0+cu121
|
63 |
-
- Datasets 3.0
|
64 |
-
- Tokenizers 0.
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7208
|
23 |
+
- Accuracy: 0.8480
|
24 |
+
- F1: 0.8912
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
44 |
- train_batch_size: 8
|
45 |
- eval_batch_size: 8
|
46 |
- seed: 42
|
47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- num_epochs: 3
|
50 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.5017 | 1.0893 | 500 | 0.5843 | 0.8382 | 0.8870 |
|
56 |
+
| 0.3028 | 2.1786 | 1000 | 0.7208 | 0.8480 | 0.8912 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.46.2
|
62 |
- Pytorch 2.5.0+cu121
|
63 |
+
- Datasets 3.1.0
|
64 |
+
- Tokenizers 0.20.3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328492280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7be5eab85bcfdeca2eac2a037a0d02f9fec34b6199cd4d8db3238911550eba36
|
3 |
size 328492280
|
runs/Nov15_15-03-09_27c47a98afdf/events.out.tfevents.1731683058.27c47a98afdf.564.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed03bba749fc4249b389741dfa60c15c793bdce6a099c10c0852962ea0d1f889
|
3 |
+
size 6888
|