liwii commited on
Commit
d1f6e54
·
verified ·
1 Parent(s): 7ed9bcd

factual-consistency-classification-ja

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  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.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.8124
21
- - Accuracy: 0.6777
22
 
23
  ## Model description
24
 
@@ -44,17 +44,22 @@ The following hyperparameters were used during training:
44
  - distributed_type: tpu
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 306 | 0.8936 | 0.5762 |
54
- | 0.9294 | 2.0 | 612 | 0.8541 | 0.6367 |
55
- | 0.9294 | 3.0 | 918 | 0.8295 | 0.6621 |
56
- | 0.8671 | 4.0 | 1224 | 0.8167 | 0.6777 |
57
- | 0.8414 | 5.0 | 1530 | 0.8124 | 0.6777 |
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
17
 
18
  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.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9166
21
+ - Accuracy: 0.4707
22
 
23
  ## Model description
24
 
 
44
  - distributed_type: tpu
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 306 | 1.0543 | 0.2891 |
54
+ | 1.0487 | 2.0 | 612 | 1.0134 | 0.3301 |
55
+ | 1.0487 | 3.0 | 918 | 0.9846 | 0.3457 |
56
+ | 0.9961 | 4.0 | 1224 | 0.9620 | 0.3965 |
57
+ | 0.963 | 5.0 | 1530 | 0.9462 | 0.4258 |
58
+ | 0.963 | 6.0 | 1836 | 0.9326 | 0.4688 |
59
+ | 0.9401 | 7.0 | 2142 | 0.9254 | 0.4707 |
60
+ | 0.9401 | 8.0 | 2448 | 0.9208 | 0.4688 |
61
+ | 0.9295 | 9.0 | 2754 | 0.9176 | 0.4707 |
62
+ | 0.9232 | 10.0 | 3060 | 0.9166 | 0.4707 |
63
 
64
 
65
  ### Framework versions