kurianbenoy commited on
Commit
9763521
1 Parent(s): 7c6fac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  license: mit
3
  tags:
4
  - fastai
@@ -8,30 +11,18 @@ tags:
8
 
9
  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)
10
 
11
- # Amazing!
12
-
13
- Congratulations on hosting your fastai model on the Hugging Face Hub!
14
-
15
- # Some next steps
16
- 1. Fill out this model card with more information (template below and [documentation here](https://huggingface.co/docs/hub/model-repos))!
17
-
18
- 2. Create a demo in Gradio or Streamlit using the 🤗Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
19
-
20
- 3. Join our fastai community on the Hugging Face Discord!
21
-
22
- Greetings fellow fastlearner 🤝!
23
-
24
 
25
  # Model card
26
 
27
  ## Model description
28
- More information needed
 
29
 
30
  ## Intended uses & limitations
31
- More information needed
32
 
33
- ## Training and evaluation data
34
- More information needed
 
35
 
36
 
37
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - ml
5
  license: mit
6
  tags:
7
  - fastai
 
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