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: 0.
|
24 |
-
- Accuracy: 0.
|
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.6715
|
24 |
+
- Accuracy: 0.64
|
25 |
+
- Auc: 0.66
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
+
| 0.7438 | 1.0 | 11 | 0.6913 | 0.55 | 0.65 |
|
57 |
+
| 0.6635 | 2.0 | 22 | 0.6715 | 0.64 | 0.66 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -28,8 +28,8 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"query",
|
32 |
"key",
|
|
|
33 |
"value"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"key",
|
32 |
+
"query",
|
33 |
"value"
|
34 |
],
|
35 |
"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 95583552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:443e176956e1bb04f9baa317aea9b0014b0ed5644816cb26008423b6fc2f18b6
|
3 |
size 95583552
|
runs/Sep28_23-03-55_crn-d2ckhvruibrs738j7ur0-29318340-j4lbt/events.out.tfevents.1759100636.crn-d2ckhvruibrs738j7ur0-29318340-j4lbt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2a21b2db8b4d8766929da3c25655d1e739919a1e5a529b98936bfa8dd60001c
|
3 |
+
size 6564
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28aa6dcaf57091a59ff6ae72cd3d6ca7b89a799908c3d8813f9d7d29994f6033
|
3 |
+
size 5841
|