AurrieMartinez/roberta-base-lora-text-classification-by-finetuning-roberta
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: {'accuracy': 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
53 |
-
| No log | 1.0 | 250 | 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5775
|
22 |
+
- Accuracy: {'accuracy': 0.933}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
53 |
+
| No log | 1.0 | 250 | 0.2618 | {'accuracy': 0.928} |
|
54 |
+
| 0.3751 | 2.0 | 500 | 0.2514 | {'accuracy': 0.937} |
|
55 |
+
| 0.3751 | 3.0 | 750 | 0.4130 | {'accuracy': 0.932} |
|
56 |
+
| 0.115 | 4.0 | 1000 | 0.5818 | {'accuracy': 0.932} |
|
57 |
+
| 0.115 | 5.0 | 1250 | 0.4425 | {'accuracy': 0.941} |
|
58 |
+
| 0.0654 | 6.0 | 1500 | 0.6162 | {'accuracy': 0.931} |
|
59 |
+
| 0.0654 | 7.0 | 1750 | 0.5229 | {'accuracy': 0.935} |
|
60 |
+
| 0.0355 | 8.0 | 2000 | 0.5918 | {'accuracy': 0.927} |
|
61 |
+
| 0.0355 | 9.0 | 2250 | 0.6324 | {'accuracy': 0.925} |
|
62 |
+
| 0.0115 | 10.0 | 2500 | 0.5775 | {'accuracy': 0.933} |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2667328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80af7ea95851c43dc7eb98156c0a52c938119f34a7941ba9f011bad7db30bdd0
|
3 |
size 2667328
|
runs/Jun05_13-43-11_1d9433c525ef/events.out.tfevents.1717594994.1d9433c525ef.26676.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dbd61d666e68968fb2879ff81c5cda61ac4a6160500745d702fe039b7063220
|
3 |
+
size 9065
|
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:c3f852de89b1c8dc97b4b4ba81ba909ca8f6c86d3861682b6624ffa45d81ef69
|
3 |
size 5176
|