Alnusjaponica
commited on
Commit
•
3d50781
1
Parent(s):
9dda490
End of training
Browse files- README.md +77 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: line-corporation/line-distilbert-base-japanese
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: toxicity-classification-multi-class
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# toxicity-classification-multi-class
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [line-corporation/line-distilbert-base-japanese](https://huggingface.co/line-corporation/line-distilbert-base-japanese) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.2642
|
19 |
+
- Roc Auc: 0.8447
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 8.133692392125703e-06
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 20
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Roc Auc |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
50 |
+
| No log | 1.0 | 20 | 0.5432 | 0.4938 |
|
51 |
+
| No log | 2.0 | 40 | 0.4458 | 0.5062 |
|
52 |
+
| No log | 3.0 | 60 | 0.3768 | 0.5753 |
|
53 |
+
| No log | 4.0 | 80 | 0.3401 | 0.6401 |
|
54 |
+
| No log | 5.0 | 100 | 0.3228 | 0.7297 |
|
55 |
+
| No log | 6.0 | 120 | 0.3134 | 0.7894 |
|
56 |
+
| No log | 7.0 | 140 | 0.3061 | 0.8185 |
|
57 |
+
| No log | 8.0 | 160 | 0.3000 | 0.8331 |
|
58 |
+
| No log | 9.0 | 180 | 0.2949 | 0.8451 |
|
59 |
+
| No log | 10.0 | 200 | 0.2864 | 0.8434 |
|
60 |
+
| No log | 11.0 | 220 | 0.2794 | 0.8473 |
|
61 |
+
| No log | 12.0 | 240 | 0.2748 | 0.8481 |
|
62 |
+
| No log | 13.0 | 260 | 0.2724 | 0.8404 |
|
63 |
+
| No log | 14.0 | 280 | 0.2685 | 0.8400 |
|
64 |
+
| No log | 15.0 | 300 | 0.2668 | 0.8451 |
|
65 |
+
| No log | 16.0 | 320 | 0.2670 | 0.8481 |
|
66 |
+
| No log | 17.0 | 340 | 0.2651 | 0.8430 |
|
67 |
+
| No log | 18.0 | 360 | 0.2651 | 0.8434 |
|
68 |
+
| No log | 19.0 | 380 | 0.2642 | 0.8434 |
|
69 |
+
| No log | 20.0 | 400 | 0.2642 | 0.8447 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.34.0
|
75 |
+
- Pytorch 2.0.1
|
76 |
+
- Datasets 2.14.5
|
77 |
+
- Tokenizers 0.14.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 274772269
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:642988b5318e8dfcb5312b00deeb86c318a2b6dc5e5f9cffb5976c8849920d85
|
3 |
size 274772269
|