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.5470
|
22 |
+
- Accuracy: {'accuracy': 0.945}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
53 |
+
| No log | 1.0 | 250 | 0.2169 | {'accuracy': 0.937} |
|
54 |
+
| 0.4041 | 2.0 | 500 | 0.3314 | {'accuracy': 0.929} |
|
55 |
+
| 0.4041 | 3.0 | 750 | 0.3828 | {'accuracy': 0.932} |
|
56 |
+
| 0.124 | 4.0 | 1000 | 0.5339 | {'accuracy': 0.932} |
|
57 |
+
| 0.124 | 5.0 | 1250 | 0.4807 | {'accuracy': 0.947} |
|
58 |
+
| 0.0646 | 6.0 | 1500 | 0.4953 | {'accuracy': 0.94} |
|
59 |
+
| 0.0646 | 7.0 | 1750 | 0.5093 | {'accuracy': 0.936} |
|
60 |
+
| 0.0492 | 8.0 | 2000 | 0.5517 | {'accuracy': 0.937} |
|
61 |
+
| 0.0492 | 9.0 | 2250 | 0.5376 | {'accuracy': 0.944} |
|
62 |
+
| 0.0164 | 10.0 | 2500 | 0.5470 | {'accuracy': 0.945} |
|
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:5df656a48b9f4e249720bb0a6df977da85733ee832b6eb29e2ed3cd88180c029
|
3 |
size 2667328
|
runs/Jun05_12-26-12_1d9433c525ef/events.out.tfevents.1717590373.1d9433c525ef.7540.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a010da3f50cd9e9981506254f5bc03500b5fa2793be4f09fe9a80808b6e6a00
|
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:2cbb14705aa7e0668f3b558594d745f6a069385c050a79089d5ae58dcc241f54
|
3 |
size 5176
|