Colabng/twitter_bank_scam_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:
|
24 |
- Accuracy: 0.64
|
25 |
-
- Auc: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,8 +53,8 @@ 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
|
|
|
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.6102
|
24 |
- Accuracy: 0.64
|
25 |
+
- Auc: 0.82
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
+
| 0.6955 | 1.0 | 11 | 0.6258 | 0.68 | 0.83 |
|
57 |
+
| 0.6666 | 2.0 | 22 | 0.6102 | 0.64 | 0.82 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"key",
|
32 |
"value",
|
33 |
-
"query"
|
|
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"value",
|
32 |
+
"query",
|
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:243550178955475210afee1ccb1cfedb618133ad9f5ac0e1f8ed7fe9efe0cc49
|
3 |
size 95583552
|
runs/Aug20_11-22-05_job-d2iqukfdiees738n9dg0-qhj6m/events.out.tfevents.1755688926.job-d2iqukfdiees738n9dg0-qhj6m
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6890ce3eb01287b58c228a2a620722625a090a0d994b33e73b2b07e8d343c82
|
3 |
+
size 6555
|
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:9cd5a0a67193b3d3030d43e4d936bdf322b7c8bdcce7fffac234fa454c8727e0
|
3 |
size 5777
|