fix bug
Browse files- README.md +30 -5
- pytorch_model.bin +3 -0
README.md
CHANGED
@@ -9,17 +9,31 @@ model-index:
|
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
-
#
|
13 |
|
14 |
-
This model is a fine-tuned version of [
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Loss: 0.2273
|
17 |
- Cer: 0.0246
|
18 |
|
19 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
The following hyperparameters were used during training:
|
22 |
-
- learning_rate: 1e-
|
23 |
- train_batch_size: 2
|
24 |
- eval_batch_size: 2
|
25 |
- seed: 42
|
@@ -27,5 +41,16 @@ The following hyperparameters were used during training:
|
|
27 |
- total_train_batch_size: 32
|
28 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
29 |
- lr_scheduler_type: linear
|
30 |
-
- num_epochs:
|
31 |
- mixed_precision_training: Native AMP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
+
# my-custom-vinai
|
13 |
|
14 |
+
This model is a fine-tuned version of [/kaggle/input/vietnamese-corrector/kaggle/working/models/my-custom-vinai](https://huggingface.co//kaggle/input/vietnamese-corrector/kaggle/working/models/my-custom-vinai) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Loss: 0.2273
|
17 |
- Cer: 0.0246
|
18 |
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 1e-08
|
37 |
- train_batch_size: 2
|
38 |
- eval_batch_size: 2
|
39 |
- seed: 42
|
|
|
41 |
- total_train_batch_size: 32
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 0.5
|
45 |
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- Transformers 4.26.1
|
54 |
+
- Pytorch 1.13.0
|
55 |
+
- Datasets 2.1.0
|
56 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ab06d90235e41cf323485006a0550cf7b75e246711da2e3d804ad4e32289ea1
|
3 |
+
size 1681876701
|