End of training
Browse files
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/canine-s
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: spellcorrector_0511_v3_30_epoch
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# spellcorrector_0511_v3_30_epoch
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [google/canine-s](https://huggingface.co/google/canine-s) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1888
|
24 |
+
- Precision: 0.9708
|
25 |
+
- Recall: 0.9751
|
26 |
+
- F1: 0.9730
|
27 |
+
- Accuracy: 0.9745
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 4
|
48 |
+
- eval_batch_size: 4
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 30
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.2233 | 1.0 | 1945 | 0.1721 | 0.9292 | 0.9619 | 0.9453 | 0.9570 |
|
59 |
+
| 0.1589 | 2.0 | 3890 | 0.1346 | 0.9455 | 0.9670 | 0.9561 | 0.9646 |
|
60 |
+
| 0.1387 | 3.0 | 5835 | 0.1208 | 0.9545 | 0.9684 | 0.9614 | 0.9680 |
|
61 |
+
| 0.1201 | 4.0 | 7780 | 0.1173 | 0.9620 | 0.9616 | 0.9618 | 0.9682 |
|
62 |
+
| 0.1067 | 5.0 | 9725 | 0.1138 | 0.9628 | 0.9662 | 0.9645 | 0.9699 |
|
63 |
+
| 0.0951 | 6.0 | 11670 | 0.1096 | 0.9653 | 0.9680 | 0.9666 | 0.9714 |
|
64 |
+
| 0.0864 | 7.0 | 13615 | 0.1122 | 0.9673 | 0.9663 | 0.9668 | 0.9715 |
|
65 |
+
| 0.0757 | 8.0 | 15560 | 0.1141 | 0.9680 | 0.9699 | 0.9689 | 0.9719 |
|
66 |
+
| 0.0676 | 9.0 | 17505 | 0.1154 | 0.9687 | 0.9718 | 0.9703 | 0.9723 |
|
67 |
+
| 0.0606 | 10.0 | 19450 | 0.1193 | 0.9679 | 0.9730 | 0.9705 | 0.9731 |
|
68 |
+
| 0.0548 | 11.0 | 21395 | 0.1246 | 0.9701 | 0.9696 | 0.9698 | 0.9724 |
|
69 |
+
| 0.0478 | 12.0 | 23340 | 0.1279 | 0.9708 | 0.9705 | 0.9706 | 0.9730 |
|
70 |
+
| 0.0417 | 13.0 | 25285 | 0.1316 | 0.9707 | 0.9706 | 0.9706 | 0.9733 |
|
71 |
+
| 0.0375 | 14.0 | 27230 | 0.1387 | 0.9706 | 0.9734 | 0.9720 | 0.9729 |
|
72 |
+
| 0.0334 | 15.0 | 29175 | 0.1405 | 0.9704 | 0.9748 | 0.9726 | 0.9741 |
|
73 |
+
| 0.0292 | 16.0 | 31120 | 0.1450 | 0.9704 | 0.9736 | 0.9720 | 0.9733 |
|
74 |
+
| 0.0261 | 17.0 | 33065 | 0.1492 | 0.9684 | 0.9744 | 0.9714 | 0.9734 |
|
75 |
+
| 0.0233 | 18.0 | 35010 | 0.1529 | 0.9701 | 0.9755 | 0.9728 | 0.9739 |
|
76 |
+
| 0.0205 | 19.0 | 36955 | 0.1580 | 0.9708 | 0.9733 | 0.9720 | 0.9735 |
|
77 |
+
| 0.0174 | 20.0 | 38900 | 0.1636 | 0.9710 | 0.9749 | 0.9729 | 0.9741 |
|
78 |
+
| 0.0166 | 21.0 | 40845 | 0.1674 | 0.9700 | 0.9763 | 0.9732 | 0.9742 |
|
79 |
+
| 0.0142 | 22.0 | 42790 | 0.1729 | 0.9706 | 0.9742 | 0.9724 | 0.9733 |
|
80 |
+
| 0.0126 | 23.0 | 44735 | 0.1737 | 0.9711 | 0.9742 | 0.9726 | 0.9743 |
|
81 |
+
| 0.0116 | 24.0 | 46680 | 0.1788 | 0.9706 | 0.9762 | 0.9734 | 0.9747 |
|
82 |
+
| 0.0102 | 25.0 | 48625 | 0.1808 | 0.9712 | 0.9750 | 0.9731 | 0.9745 |
|
83 |
+
| 0.0093 | 26.0 | 50570 | 0.1817 | 0.9710 | 0.9741 | 0.9725 | 0.9742 |
|
84 |
+
| 0.0082 | 27.0 | 52515 | 0.1838 | 0.9706 | 0.9748 | 0.9727 | 0.9741 |
|
85 |
+
| 0.0082 | 28.0 | 54460 | 0.1865 | 0.9711 | 0.9754 | 0.9733 | 0.9745 |
|
86 |
+
| 0.0076 | 29.0 | 56405 | 0.1873 | 0.9706 | 0.9753 | 0.9729 | 0.9745 |
|
87 |
+
| 0.0069 | 30.0 | 58350 | 0.1888 | 0.9708 | 0.9751 | 0.9730 | 0.9745 |
|
88 |
+
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.35.0
|
93 |
+
- Pytorch 2.1.0+cu118
|
94 |
+
- Datasets 2.14.6
|
95 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 528687832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84600666cc72b2ce54e469c04a66c850b6d2e1f069c886946fa91e3aefcc492c
|
3 |
size 528687832
|
runs/Nov05_21-35-02_702a8d08e357/events.out.tfevents.1699220103.702a8d08e357.2847.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:993b3b87a3f2c835d861367322e28e41dc0a7f955e88e5295cf8a75c254aa363
|
3 |
+
size 40745
|