liwii commited on
Commit
dcf2f4f
·
1 Parent(s): ed8f1f5

fluency-score-classification-ja

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
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.5616
19
- - Roc Auc: 0.9615
20
 
21
  ## Model description
22
 
@@ -36,20 +36,23 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
- - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - distributed_type: tpu
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 2
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Roc Auc |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
- | No log | 1.0 | 175 | 0.5897 | 0.9561 |
52
- | No log | 2.0 | 350 | 0.5616 | 0.9615 |
 
 
 
53
 
54
 
55
  ### Framework versions
 
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.1912
19
+ - Roc Auc: 0.9811
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
+ - train_batch_size: 64
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - distributed_type: tpu
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Roc Auc |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | 0.4582 | 1.0 | 647 | 0.2887 | 0.9679 |
52
+ | 0.2664 | 2.0 | 1294 | 0.2224 | 0.9761 |
53
+ | 0.2177 | 3.0 | 1941 | 0.2047 | 0.9793 |
54
+ | 0.1899 | 4.0 | 2588 | 0.1944 | 0.9807 |
55
+ | 0.1865 | 5.0 | 3235 | 0.1912 | 0.9811 |
56
 
57
 
58
  ### Framework versions