kurianbenoy commited on
Commit
204da07
1 Parent(s): 9763521

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -5,24 +5,29 @@ language:
5
  license: mit
6
  tags:
7
  - fastai
8
- - ml
9
- - en
10
  ---
11
 
12
- This is a ML translation model created for fun. To know how it was created, [check out this blogpost](https://kurianbenoy.com/ml-blog/fastai/huggingface/translation/fine%20tuning/malayalam/2022/03/12/_03_13_huggingace_translation_models.html)
 
 
 
 
 
13
 
 
14
 
15
  # Model card
16
 
17
  ## Model description
18
 
19
- Used a fine tuned model on top MarianMT Training Corpus. The [training code is described here](https://kurianbenoy.com/ml-blog/fastai/huggingface/translation/fine%20tuning/malayalam/2022/03/12/_03_13_huggingace_translation_models.html).
20
 
21
  ## Intended uses & limitations
22
 
23
  Intended to use just for fun, and for sake of learning
24
 
25
- Limitations: Returns really bad predictions occasionly
26
 
27
 
28
 
 
5
  license: mit
6
  tags:
7
  - fastai
8
+ - translation
 
9
  ---
10
 
11
+ # Fine Tune En-ML translation
12
+
13
+ * source group: English
14
+ * target group: Chinese
15
+
16
+ This is a ML translation model created for fun for english to Malayalam translation fine-tuned on KDE-Dataset.
17
 
18
+ [Tweet](https://twitter.com/kurianbenoy2/status/1503082136009465857?s=20&t=7Hn-KUqHZRY6VJ16-i1qdA)
19
 
20
  # Model card
21
 
22
  ## Model description
23
 
24
+ Used a fine tuned model on top of MarianMT models created by Helsinki-NLP group. The [training code is described here](https://kurianbenoy.com/ml-blog/fastai/huggingface/translation/fine%20tuning/malayalam/2022/03/12/_03_13_huggingace_translation_models.html).
25
 
26
  ## Intended uses & limitations
27
 
28
  Intended to use just for fun, and for sake of learning
29
 
30
+ Limitations: Returns really bad predictions occasionally
31
 
32
 
33