finetuned-distilbert-employ-feedback
Browse files- README.md +8 -8
- adapter_config.json +4 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -23,11 +23,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 23 |
|
| 24 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
-
- Loss: 0.
|
| 27 |
-
- Accuracy: 0.
|
| 28 |
-
- Precision: 0.
|
| 29 |
-
- Recall: 0.
|
| 30 |
-
- F1: 0.
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
|
@@ -58,9 +58,9 @@ The following hyperparameters were used during training:
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 23 |
|
| 24 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
+
- Loss: 0.1520
|
| 27 |
+
- Accuracy: 0.9423
|
| 28 |
+
- Precision: 0.9181
|
| 29 |
+
- Recall: 0.9284
|
| 30 |
+
- F1: 0.9228
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
|
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 61 |
+
| 0.1735 | 1.0 | 172 | 0.1631 | 0.9462 | 0.9249 | 0.9297 | 0.9272 |
|
| 62 |
+
| 0.1824 | 2.0 | 344 | 0.1619 | 0.9385 | 0.9108 | 0.9308 | 0.9191 |
|
| 63 |
+
| 0.1555 | 3.0 | 516 | 0.1520 | 0.9423 | 0.9181 | 0.9284 | 0.9228 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -22,7 +22,6 @@
|
|
| 22 |
"megatron_config": null,
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": [
|
| 25 |
-
"pre_classifier",
|
| 26 |
"classifier",
|
| 27 |
"classifier",
|
| 28 |
"score"
|
|
@@ -34,12 +33,12 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
-
"lin1",
|
| 38 |
"v_lin",
|
| 39 |
-
"lin2",
|
| 40 |
"out_lin",
|
| 41 |
-
"
|
| 42 |
-
"q_lin"
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "SEQ_CLS",
|
|
|
|
| 22 |
"megatron_config": null,
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": [
|
|
|
|
| 25 |
"classifier",
|
| 26 |
"classifier",
|
| 27 |
"score"
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
| 36 |
"v_lin",
|
|
|
|
| 37 |
"out_lin",
|
| 38 |
+
"lin2",
|
| 39 |
+
"q_lin",
|
| 40 |
+
"lin1",
|
| 41 |
+
"k_lin"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": "SEQ_CLS",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3045716
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd477c66d313c8877f45ac0787c9f4f98a523b0d4e753d030c613bd2a627a452
|
| 3 |
size 3045716
|