StanBienaives commited on
Commit
d6c8a80
·
verified ·
1 Parent(s): fdaf5af

Model save

Browse files
Files changed (2) hide show
  1. README.md +39 -19
  2. model.safetensors +1 -1
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [flaubert/flaubert_base_cased](https://huggingface.co/flaubert/flaubert_base_cased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7638
22
- - Accuracy: 0.8883
23
- - F1: 0.8852
24
 
25
  ## Model description
26
 
@@ -45,27 +45,47 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 15
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | No log | 1.0 | 204 | 2.5153 | 0.1032 | 0.0609 |
55
- | No log | 2.0 | 408 | 2.4600 | 0.4097 | 0.2689 |
56
- | 2.5497 | 3.0 | 612 | 0.9799 | 0.5501 | 0.5544 |
57
- | 2.5497 | 4.0 | 816 | 0.5244 | 0.7994 | 0.7992 |
58
- | 0.8662 | 5.0 | 1020 | 0.5419 | 0.8281 | 0.8290 |
59
- | 0.8662 | 6.0 | 1224 | 0.4333 | 0.8510 | 0.8520 |
60
- | 0.8662 | 7.0 | 1428 | 0.4979 | 0.8711 | 0.8722 |
61
- | 0.2222 | 8.0 | 1632 | 0.5494 | 0.8625 | 0.8635 |
62
- | 0.2222 | 9.0 | 1836 | 0.6660 | 0.8739 | 0.8731 |
63
- | 0.0445 | 10.0 | 2040 | 0.6472 | 0.8825 | 0.8810 |
64
- | 0.0445 | 11.0 | 2244 | 0.7851 | 0.8940 | 0.8910 |
65
- | 0.0445 | 12.0 | 2448 | 0.7119 | 0.8854 | 0.8851 |
66
- | 0.0231 | 13.0 | 2652 | 0.8183 | 0.8883 | 0.8856 |
67
- | 0.0231 | 14.0 | 2856 | 0.7676 | 0.8883 | 0.8852 |
68
- | 0.0185 | 15.0 | 3060 | 0.7638 | 0.8883 | 0.8852 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
 
71
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [flaubert/flaubert_base_cased](https://huggingface.co/flaubert/flaubert_base_cased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0442
22
+ - Accuracy: 0.9054
23
+ - F1: 0.9045
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 35
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.0 | 204 | 1.2496 | 0.6132 | 0.6098 |
55
+ | No log | 2.0 | 408 | 0.7790 | 0.7249 | 0.7231 |
56
+ | 1.2508 | 3.0 | 612 | 0.6412 | 0.8023 | 0.8038 |
57
+ | 1.2508 | 4.0 | 816 | 0.5420 | 0.8682 | 0.8681 |
58
+ | 0.318 | 5.0 | 1020 | 0.7027 | 0.8453 | 0.8428 |
59
+ | 0.318 | 6.0 | 1224 | 0.6174 | 0.8625 | 0.8629 |
60
+ | 0.318 | 7.0 | 1428 | 0.6363 | 0.8768 | 0.8772 |
61
+ | 0.121 | 8.0 | 1632 | 0.7726 | 0.8682 | 0.8695 |
62
+ | 0.121 | 9.0 | 1836 | 1.0105 | 0.8739 | 0.8734 |
63
+ | 0.043 | 10.0 | 2040 | 0.9210 | 0.8854 | 0.8855 |
64
+ | 0.043 | 11.0 | 2244 | 0.9544 | 0.8825 | 0.8794 |
65
+ | 0.043 | 12.0 | 2448 | 0.8467 | 0.8825 | 0.8825 |
66
+ | 0.0287 | 13.0 | 2652 | 0.8958 | 0.8968 | 0.8963 |
67
+ | 0.0287 | 14.0 | 2856 | 1.0431 | 0.8854 | 0.8844 |
68
+ | 0.0244 | 15.0 | 3060 | 1.0537 | 0.8854 | 0.8844 |
69
+ | 0.0244 | 16.0 | 3264 | 0.8005 | 0.9054 | 0.9052 |
70
+ | 0.0244 | 17.0 | 3468 | 0.9819 | 0.8883 | 0.8893 |
71
+ | 0.02 | 18.0 | 3672 | 1.0702 | 0.8940 | 0.8928 |
72
+ | 0.02 | 19.0 | 3876 | 0.9675 | 0.8968 | 0.8957 |
73
+ | 0.0067 | 20.0 | 4080 | 0.9127 | 0.8968 | 0.8965 |
74
+ | 0.0067 | 21.0 | 4284 | 0.9818 | 0.9083 | 0.9075 |
75
+ | 0.0067 | 22.0 | 4488 | 0.9895 | 0.8940 | 0.8934 |
76
+ | 0.0074 | 23.0 | 4692 | 0.8589 | 0.9054 | 0.9054 |
77
+ | 0.0074 | 24.0 | 4896 | 1.0275 | 0.8997 | 0.8992 |
78
+ | 0.0139 | 25.0 | 5100 | 0.9546 | 0.9026 | 0.9021 |
79
+ | 0.0139 | 26.0 | 5304 | 0.9809 | 0.9083 | 0.9077 |
80
+ | 0.0074 | 27.0 | 5508 | 0.9914 | 0.9026 | 0.9020 |
81
+ | 0.0074 | 28.0 | 5712 | 0.9072 | 0.9054 | 0.9052 |
82
+ | 0.0074 | 29.0 | 5916 | 0.8984 | 0.9083 | 0.9081 |
83
+ | 0.0081 | 30.0 | 6120 | 0.9815 | 0.9083 | 0.9074 |
84
+ | 0.0081 | 31.0 | 6324 | 0.9143 | 0.8968 | 0.8969 |
85
+ | 0.003 | 32.0 | 6528 | 0.9652 | 0.9054 | 0.9044 |
86
+ | 0.003 | 33.0 | 6732 | 1.0522 | 0.9054 | 0.9045 |
87
+ | 0.003 | 34.0 | 6936 | 1.0332 | 0.9054 | 0.9045 |
88
+ | 0.0023 | 35.0 | 7140 | 1.0442 | 0.9054 | 0.9045 |
89
 
90
 
91
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ece0800de8e46211dd052d137fc2e7ab1a305c999d9eac695d5170814d0c514d
3
  size 552992964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec50c43b9662a8748683c71a276dc81c7a62af710f0340351c97dcd007f47052
3
  size 552992964