Colabng/tweets_classifier
Browse files
README.md
CHANGED
|
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
- Accuracy: 0.94
|
| 25 |
-
- Auc: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
- PEFT 0.16.0
|
| 63 |
- Transformers 4.53.3
|
| 64 |
-
- Pytorch 2.7.1
|
| 65 |
- Datasets 4.0.0
|
| 66 |
- Tokenizers 0.21.2
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2777
|
| 24 |
- Accuracy: 0.94
|
| 25 |
+
- Auc: 0.98
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
| 56 |
+
| 0.3334 | 1.0 | 27 | 0.2455 | 0.92 | 0.97 |
|
| 57 |
+
| 0.1229 | 2.0 | 54 | 0.2777 | 0.94 | 0.98 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
- PEFT 0.16.0
|
| 63 |
- Transformers 4.53.3
|
| 64 |
+
- Pytorch 2.7.1+cpu
|
| 65 |
- Datasets 4.0.0
|
| 66 |
- Tokenizers 0.21.2
|
adapter_config.json
CHANGED
|
@@ -29,8 +29,8 @@
|
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
"query",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"task_type": "SEQ_CLS",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
"query",
|
| 32 |
+
"value",
|
| 33 |
+
"key"
|
| 34 |
],
|
| 35 |
"task_type": "SEQ_CLS",
|
| 36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 95583552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c96d4b40f9c53de427533fa3e3c72c3f69aa303911762db3f6a06c216bb9b09
|
| 3 |
size 95583552
|
runs/Sep06_21-31-33_7aceba5bb9af/events.out.tfevents.1757194293.7aceba5bb9af
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21042d29ef9c5a5dcc5caae3154b554e14873eaf189cebab5faa995df4537491
|
| 3 |
+
size 6537
|
runs/Sep06_21-37-11_7aceba5bb9af/events.out.tfevents.1757194631.7aceba5bb9af
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f4d12845a25f6605834d9d7cd85141c8aeb91feedf3b64cb00139bc4f7e6c36
|
| 3 |
+
size 6530
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172dc365574498afc8fd6b72a93e619ba156d30cee8cea816f57e998507c8764
|
| 3 |
size 5777
|