Colabng/twitter_bank_scam_classifier
Browse files- README.md +8 -8
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- runs/Sep06_13-55-18_Mac/events.out.tfevents.1757163318.Mac +3 -0
- training_args.bin +2 -2
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 |
|
@@ -51,16 +51,16 @@ 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
|
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.1238
|
24 |
+
- Accuracy: 0.96
|
25 |
+
- Auc: 1.0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
56 |
+
| 0.3922 | 1.0 | 27 | 0.0940 | 0.96 | 1.0 |
|
57 |
+
| 0.1191 | 2.0 | 54 | 0.1238 | 0.96 | 1.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
|
adapter_config.json
CHANGED
@@ -28,8 +28,8 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"value",
|
32 |
"query",
|
|
|
33 |
"key"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"query",
|
32 |
+
"value",
|
33 |
"key"
|
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:655bc81e033ebe6d4294f098844bfe6bd49daf90b92f5a97f44643d275690bdf
|
3 |
size 95583552
|
runs/Sep06_13-55-18_Mac/events.out.tfevents.1757163318.Mac
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0582db1266fce58e5a5b5dbf1cda0f5354014543d8da7e16ac9de873df2ed62d
|
3 |
+
size 6532
|
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:d9253cd7d4745654bb707ff1772c6bfb68fe8c165fcd87637fdc38655f9e4a22
|
3 |
+
size 5777
|