tparng/roberta-base-lora-text-classification
Browse files- README.md +13 -28
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
base_model: roberta-base
|
9 |
model-index:
|
10 |
- name: roberta-base-lora-text-classification
|
11 |
results: []
|
@@ -18,8 +17,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 +49,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
|
@@ -68,17 +67,3 @@ The following hyperparameters were used during training:
|
|
68 |
- Pytorch 2.1.1+cu121
|
69 |
- Datasets 2.15.0
|
70 |
- Tokenizers 0.15.0
|
71 |
-
## Training procedure
|
72 |
-
|
73 |
-
|
74 |
-
### Framework versions
|
75 |
-
|
76 |
-
|
77 |
-
- PEFT 0.6.2
|
78 |
-
## Training procedure
|
79 |
-
|
80 |
-
|
81 |
-
### Framework versions
|
82 |
-
|
83 |
-
|
84 |
-
- PEFT 0.6.2
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
8 |
model-index:
|
9 |
- name: roberta-base-lora-text-classification
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7451
|
21 |
+
- Accuracy: {'accuracy': 0.933}
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
52 |
+
| No log | 1.0 | 250 | 0.3071 | {'accuracy': 0.919} |
|
53 |
+
| 0.3665 | 2.0 | 500 | 0.3954 | {'accuracy': 0.922} |
|
54 |
+
| 0.3665 | 3.0 | 750 | 0.3318 | {'accuracy': 0.937} |
|
55 |
+
| 0.1483 | 4.0 | 1000 | 0.5179 | {'accuracy': 0.942} |
|
56 |
+
| 0.1483 | 5.0 | 1250 | 0.5112 | {'accuracy': 0.933} |
|
57 |
+
| 0.0829 | 6.0 | 1500 | 0.5775 | {'accuracy': 0.936} |
|
58 |
+
| 0.0829 | 7.0 | 1750 | 0.6473 | {'accuracy': 0.931} |
|
59 |
+
| 0.019 | 8.0 | 2000 | 0.6950 | {'accuracy': 0.937} |
|
60 |
+
| 0.019 | 9.0 | 2250 | 0.7328 | {'accuracy': 0.931} |
|
61 |
+
| 0.008 | 10.0 | 2500 | 0.7451 | {'accuracy': 0.933} |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
67 |
- Pytorch 2.1.1+cu121
|
68 |
- Datasets 2.15.0
|
69 |
- Tokenizers 0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:751ffa3237a6722e852fd7a9c3726e074e8888d72cb6ba2b364ed0285b982f9b
|
3 |
size 4600
|