Colabng/twitter_bank_scam_classifier
Browse files- README.md +7 -7
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Sep06_14-04-13_Mac/events.out.tfevents.1757163853.Mac +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:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
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.5780
|
24 |
+
- Accuracy: 0.68
|
25 |
+
- Auc: 0.76
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
+
| 0.721 | 1.0 | 11 | 0.6280 | 0.59 | 0.79 |
|
57 |
+
| 0.713 | 2.0 | 22 | 0.5780 | 0.68 | 0.76 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"query",
|
32 |
-
"value"
|
33 |
-
"key"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
+
"key",
|
32 |
"query",
|
33 |
+
"value"
|
|
|
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:eaca2efcabbf21a0741f36c7f1313774ba86f248d4686b51f78ee0f58bcde9ec
|
3 |
size 95583552
|
runs/Sep06_14-04-13_Mac/events.out.tfevents.1757163853.Mac
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9452ff11efc077eccdfe57839941d2d439ce28dec0b8ac00dc846d5fec31851d
|
3 |
+
size 6528
|
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:714ebd3e6142f974846b96eef659a1449630988bd0be36be60356870554c515c
|
3 |
size 5777
|