kurianbenoy
commited on
Commit
•
9763521
1
Parent(s):
7c6fac9
Update README.md
Browse files
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 |
-
|
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
-
More information needed
|
32 |
|
33 |
-
|
34 |
-
|
|
|
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 |
|