bmd1905 commited on
Commit
96fa428
1 Parent(s): 71a5856

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -11,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # pre-bartpho-syllable-base
13
 
14
- This model is a fine-tuned version of [/content/drive/MyDrive/models/pre-bartpho-syllable-base](https://huggingface.co//content/drive/MyDrive/models/pre-bartpho-syllable-base) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.2389
17
  - Cer: 0.0264
@@ -33,7 +33,7 @@ More information needed
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,13 +41,9 @@ The following hyperparameters were used during training:
41
  - total_train_batch_size: 256
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 0.03
45
  - mixed_precision_training: Native AMP
46
 
47
- ### Training results
48
-
49
-
50
-
51
  ### Framework versions
52
 
53
  - Transformers 4.26.1
 
11
 
12
  # pre-bartpho-syllable-base
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.2389
17
  - Cer: 0.0264
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 1e-04
37
  - train_batch_size: 2
38
  - eval_batch_size: 2
39
  - seed: 42
 
41
  - total_train_batch_size: 256
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 2
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.26.1