syafiqfaray commited on
Commit
9cfadb3
1 Parent(s): 9447448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -13,9 +13,10 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # byt5-finetuned-indocollex-informal-to-formal
 
 
17
 
18
- This model is a fine-tuned version of [google/byt5-small](https://huggingface.co/google/byt5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1665
21
  - Cer: 0.1952
@@ -23,9 +24,16 @@ It achieves the following results on the evaluation set:
23
  - Word Acc: 0.519
24
  - Gen Len: 7.6914
25
 
 
 
 
 
 
26
  ## Model description
27
 
28
- More information needed
 
 
29
 
30
  ## Intended uses & limitations
31
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # ByT5 Finetuned IndoCollex Informal to Formal with Word Formation Tag
17
+
18
+ This model is a fine-tuned version of [google/byt5-small](https://huggingface.co/google/byt5-small) on [IndoCollex dataset](https://github.com/haryoa/indo-collex) on informal-formal transformation.
19
 
 
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1665
22
  - Cer: 0.1952
 
24
  - Word Acc: 0.519
25
  - Gen Len: 7.6914
26
 
27
+ On test set, it achieves following results :
28
+ - CER: 0.2152
29
+ - WER: 0.5125
30
+ - Word Accuracy: 0.4875
31
+
32
  ## Model description
33
 
34
+ Inputs are constructed like this `tag transformasi kata: %s. kata: %s`
35
+
36
+ For example : `tag transformasi kata: sound-alter. kata: sampe`
37
 
38
  ## Intended uses & limitations
39