CuATR-distilbert-LoRA
Browse files- README.md +15 -15
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ 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: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,18 +52,18 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### 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.6945
|
22 |
+
- Accuracy: 0.5652
|
23 |
+
- F1: 0.7222
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 0.7007 | 0.67 | 1 | 0.6957 | 0.5652 | 0.7222 |
|
58 |
+
| 0.6984 | 2.0 | 3 | 0.6954 | 0.5652 | 0.7222 |
|
59 |
+
| 0.7075 | 2.67 | 4 | 0.6952 | 0.5652 | 0.7222 |
|
60 |
+
| 0.7 | 4.0 | 6 | 0.6951 | 0.5652 | 0.7222 |
|
61 |
+
| 0.6962 | 4.67 | 7 | 0.6950 | 0.5652 | 0.7222 |
|
62 |
+
| 0.7003 | 6.0 | 9 | 0.6948 | 0.5652 | 0.7222 |
|
63 |
+
| 0.6952 | 6.67 | 10 | 0.6947 | 0.5652 | 0.7222 |
|
64 |
+
| 0.7027 | 8.0 | 12 | 0.6946 | 0.5652 | 0.7222 |
|
65 |
+
| 0.6995 | 8.67 | 13 | 0.6946 | 0.5652 | 0.7222 |
|
66 |
+
| 0.6919 | 9.33 | 14 | 0.6945 | 0.5652 | 0.7222 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1774720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac2cd706f43c2e1d9d01432a9489758201d9c86da6852ab1b03d601a86cf94d4
|
3 |
size 1774720
|
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:4e4823d754ab4cc2b8c14e3684c04255fc9f37b4f43ec12d0ccf38f97f1515e5
|
3 |
size 4600
|