bmd1905 commited on
Commit
3be14d8
1 Parent(s): 25a07b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -18
README.md CHANGED
@@ -11,29 +11,17 @@ 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,12 +29,9 @@ The following hyperparameters were used during training:
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
 
 
11
 
12
  # my-custom-vinai
13
 
14
+ This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.2273
17
  - Cer: 0.0246
18
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Training procedure
20
 
21
  ### Training hyperparameters
22
 
23
  The following hyperparameters were used during training:
24
+ - learning_rate: 1e-04
25
  - train_batch_size: 2
26
  - eval_batch_size: 2
27
  - seed: 42
 
29
  - total_train_batch_size: 32
30
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
31
  - lr_scheduler_type: linear
32
+ - num_epochs: 2
33
  - mixed_precision_training: Native AMP
34
 
 
 
 
35
 
36
  ### Framework versions
37