WillLoki/distilbert-base-uncased-lora-text-classification
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
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 the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7886
|
22 |
+
- Accuracy: {'accuracy': 0.885}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
53 |
+
| No log | 1.0 | 250 | 0.3607 | {'accuracy': 0.871} |
|
54 |
+
| 0.387 | 2.0 | 500 | 0.7780 | {'accuracy': 0.801} |
|
55 |
+
| 0.387 | 3.0 | 750 | 0.6343 | {'accuracy': 0.874} |
|
56 |
+
| 0.141 | 4.0 | 1000 | 0.6477 | {'accuracy': 0.889} |
|
57 |
+
| 0.141 | 5.0 | 1250 | 0.6377 | {'accuracy': 0.884} |
|
58 |
+
| 0.0721 | 6.0 | 1500 | 0.6829 | {'accuracy': 0.885} |
|
59 |
+
| 0.0721 | 7.0 | 1750 | 0.7276 | {'accuracy': 0.88} |
|
60 |
+
| 0.0159 | 8.0 | 2000 | 0.7739 | {'accuracy': 0.884} |
|
61 |
+
| 0.0159 | 9.0 | 2250 | 0.7852 | {'accuracy': 0.885} |
|
62 |
+
| 0.0105 | 10.0 | 2500 | 0.7886 | {'accuracy': 0.885} |
|
63 |
|
64 |
|
65 |
### Framework versions
|
runs/Feb21_15-56-38_cde6f636587a/events.out.tfevents.1740153399.cde6f636587a.2156.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07d33f9cbd8cad45672ff764b4fa282ab40368dc9f9d03ac16eb5685e83472e4
|
3 |
+
size 5426
|
runs/Feb21_15-59-40_cde6f636587a/events.out.tfevents.1740153581.cde6f636587a.2156.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd8eed25e0f78a6a19112832e51a7efd28d00376bdce00bfff842f652ddea423
|
3 |
+
size 9274
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "[PAD]",
|
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
"content": "[PAD]",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9a97da8831fd82be470c276a593f01e461ce90b65d8b777f964d041b3dcae5d
|
3 |
size 5432
|