liwii commited on
Commit
4b99bee
·
verified ·
1 Parent(s): c3fd1f4

factual-consistency-classification-ja

Browse files
Files changed (1) hide show
  1. README.md +8 -23
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.6621
21
- - Accuracy: 0.7461
22
 
23
  ## Model description
24
 
@@ -44,32 +44,17 @@ 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: 20
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 306 | 0.8904 | 0.5840 |
54
- | 0.9381 | 2.0 | 612 | 0.8377 | 0.6680 |
55
- | 0.9381 | 3.0 | 918 | 0.7989 | 0.6836 |
56
- | 0.8452 | 4.0 | 1224 | 0.7708 | 0.7051 |
57
- | 0.7968 | 5.0 | 1530 | 0.7486 | 0.7109 |
58
- | 0.7968 | 6.0 | 1836 | 0.7332 | 0.7129 |
59
- | 0.766 | 7.0 | 2142 | 0.7183 | 0.7188 |
60
- | 0.766 | 8.0 | 2448 | 0.7076 | 0.7246 |
61
- | 0.7466 | 9.0 | 2754 | 0.6985 | 0.7285 |
62
- | 0.7329 | 10.0 | 3060 | 0.6908 | 0.7305 |
63
- | 0.7329 | 11.0 | 3366 | 0.6848 | 0.7324 |
64
- | 0.7204 | 12.0 | 3672 | 0.6794 | 0.7344 |
65
- | 0.7204 | 13.0 | 3978 | 0.6750 | 0.7402 |
66
- | 0.7198 | 14.0 | 4284 | 0.6713 | 0.7422 |
67
- | 0.7133 | 15.0 | 4590 | 0.6684 | 0.7441 |
68
- | 0.7133 | 16.0 | 4896 | 0.6662 | 0.7422 |
69
- | 0.7041 | 17.0 | 5202 | 0.6644 | 0.7461 |
70
- | 0.7064 | 18.0 | 5508 | 0.6632 | 0.7422 |
71
- | 0.7064 | 19.0 | 5814 | 0.6624 | 0.7441 |
72
- | 0.7045 | 20.0 | 6120 | 0.6621 | 0.7461 |
73
 
74
 
75
  ### 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.8124
21
+ - Accuracy: 0.6777
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: 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