End of training
Browse files- README.md +23 -3
- config.json +1 -0
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -7,17 +7,33 @@ tags:
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- discord
|
|
|
|
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the discord-crypto dataset.
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,6 +60,10 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 3.0
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- Transformers 4.33.3
|
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- discord
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
model-index:
|
13 |
+
- name: discord-crypto-scam-detector
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Text Classification
|
17 |
+
type: text-classification
|
18 |
+
dataset:
|
19 |
+
name: discord-crypto
|
20 |
+
type: discord
|
21 |
+
args: 'config: en'
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 1.0
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
# discord-crypto-scam-detector
|
32 |
|
33 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the discord-crypto dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.5311
|
36 |
+
- Accuracy: 1.0
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
60 |
- lr_scheduler_type: linear
|
61 |
- num_epochs: 3.0
|
62 |
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
### Framework versions
|
68 |
|
69 |
- Transformers 4.33.3
|
config.json
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
|
|
21 |
"torch_dtype": "float32",
|
22 |
"transformers_version": "4.33.3",
|
23 |
"type_vocab_size": 2,
|
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
+
"problem_type": "single_label_classification",
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.33.3",
|
24 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433315633
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0f33ef2f3409ab9c7d37a242cba8fec22f4ad6f173acca3928c19fbc1da57d
|
3 |
size 433315633
|
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:8ef3f37e7280a55bf5f1805b3b6083cf7cd638d5ec21a52b458919509cd7b150
|
3 |
+
size 4027
|