End of training
Browse files- README.md +15 -18
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,27 +1,23 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
-
-
|
7 |
-
- precision
|
8 |
-
- recall
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
-
|
23 |
-
- Precision: 0.7851
|
24 |
-
- Recall: 0.7512
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -41,19 +37,20 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 2e-05
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
-
|
55 |
-
|
|
56 |
-
| 0.
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: MinhND2301/toxic_classification_model
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
+
- accuracy
|
|
|
|
|
7 |
model-index:
|
8 |
+
- name: toxic_classification_model
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# toxic_classification_model
|
16 |
|
17 |
+
This model is a fine-tuned version of [MinhND2301/toxic_classification_model](https://huggingface.co/MinhND2301/toxic_classification_model) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3017
|
20 |
+
- Accuracy: 0.9108
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 64
|
41 |
+
- eval_batch_size: 64
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 3
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 436 | 0.2677 | 0.9009 |
|
52 |
+
| 0.1858 | 2.0 | 872 | 0.2940 | 0.9030 |
|
53 |
+
| 0.151 | 3.0 | 1308 | 0.3017 | 0.9108 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540068209
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f2c658ddcccb5616b3b1da3559320cd4f0025dfad3305e302d87e059cc6a929
|
3 |
size 540068209
|