erwinyonata/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 | 125 | 0.
|
| 54 |
-
| No log | 2.0 | 250 | 0.
|
| 55 |
-
| No log | 3.0 | 375 | 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.7392
|
| 22 |
+
- Accuracy: {'accuracy': 0.901}
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:-------------------:|
|
| 53 |
+
| No log | 1.0 | 125 | 0.2589 | {'accuracy': 0.896} |
|
| 54 |
+
| No log | 2.0 | 250 | 0.4331 | {'accuracy': 0.868} |
|
| 55 |
+
| No log | 3.0 | 375 | 0.3884 | {'accuracy': 0.901} |
|
| 56 |
+
| 0.2587 | 4.0 | 500 | 0.4673 | {'accuracy': 0.895} |
|
| 57 |
+
| 0.2587 | 5.0 | 625 | 0.6184 | {'accuracy': 0.899} |
|
| 58 |
+
| 0.2587 | 6.0 | 750 | 0.6478 | {'accuracy': 0.902} |
|
| 59 |
+
| 0.2587 | 7.0 | 875 | 0.7249 | {'accuracy': 0.899} |
|
| 60 |
+
| 0.0338 | 8.0 | 1000 | 0.7446 | {'accuracy': 0.893} |
|
| 61 |
+
| 0.0338 | 9.0 | 1125 | 0.7290 | {'accuracy': 0.9} |
|
| 62 |
+
| 0.0338 | 10.0 | 1250 | 0.7392 | {'accuracy': 0.901} |
|
| 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 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd749f9ca32fa12b8db2a348b1a183de1d99e8908a7ef85e2235061620366a4b
|
| 3 |
size 5048
|