Colabng/twitter_bank_scam_classifier
Browse files- README.md +5 -5
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Sep06_17-19-51_tochukwus-MacBook-Pro.local/events.out.tfevents.1757175591.tochukwus-MacBook-Pro.local +3 -0
- runs/Sep06_20-48-14_tochukwus-MacBook-Pro.local/events.out.tfevents.1757188094.tochukwus-MacBook-Pro.local +3 -0
- training_args.bin +1 -1
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.7309
|
24 |
+
- Accuracy: 0.55
|
25 |
+
- Auc: 0.53
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
+
| 0.6939 | 1.0 | 11 | 0.7180 | 0.59 | 0.53 |
|
57 |
+
| 0.6132 | 2.0 | 22 | 0.7309 | 0.55 | 0.53 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"
|
32 |
"query",
|
33 |
-
"
|
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:52a41311dc2c26a96b4bb294c1086d3ff7edaa0920f04613cad6a63a64c8655c
|
3 |
size 95583552
|
runs/Sep06_17-19-51_tochukwus-MacBook-Pro.local/events.out.tfevents.1757175591.tochukwus-MacBook-Pro.local
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:158efea1797d67a8ae31f973f08023cc9e9ce871b42f81bf87b33bef853405aa
|
3 |
+
size 6545
|
runs/Sep06_20-48-14_tochukwus-MacBook-Pro.local/events.out.tfevents.1757188094.tochukwus-MacBook-Pro.local
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d86bcb991882da3c45c5633a018134c103de06e25a092e40cdbddc7e5477dbc9
|
3 |
+
size 6552
|
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:266cbd019f1583ad5683eb06757e21dbe970b9e623c269d06efc1e82760a16e7
|
3 |
size 5777
|