jackson176/distilbert-base-uncased-lora-text-classification
Browse files- README.md +12 -12
- training_args.bin +1 -1
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) 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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.9401
|
22 |
+
- Accuracy: {'accuracy': 0.894}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
53 |
+
| No log | 1.0 | 250 | 0.4820 | {'accuracy': 0.871} |
|
54 |
+
| 0.4484 | 2.0 | 500 | 0.5434 | {'accuracy': 0.858} |
|
55 |
+
| 0.4484 | 3.0 | 750 | 0.7357 | {'accuracy': 0.853} |
|
56 |
+
| 0.2071 | 4.0 | 1000 | 0.5956 | {'accuracy': 0.899} |
|
57 |
+
| 0.2071 | 5.0 | 1250 | 0.8141 | {'accuracy': 0.88} |
|
58 |
+
| 0.0731 | 6.0 | 1500 | 0.8197 | {'accuracy': 0.882} |
|
59 |
+
| 0.0731 | 7.0 | 1750 | 0.9412 | {'accuracy': 0.888} |
|
60 |
+
| 0.0201 | 8.0 | 2000 | 0.9169 | {'accuracy': 0.894} |
|
61 |
+
| 0.0201 | 9.0 | 2250 | 0.9390 | {'accuracy': 0.892} |
|
62 |
+
| 0.0111 | 10.0 | 2500 | 0.9401 | {'accuracy': 0.894} |
|
63 |
|
64 |
|
65 |
### Framework versions
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e78a6dd0513f381b5a362b01278a63b73f2780020493a18050fa51953922e5f
|
3 |
size 4920
|