Update README.md
Browse files
README.md
CHANGED
@@ -29,17 +29,17 @@ widget:
|
|
29 |
---
|
30 |
|
31 |
|
32 |
-
|
33 |
It is a [NLLB-200-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) model
|
34 |
fine-tuned for translating between englih and sinhala languages
|
35 |
|
36 |
Training & Inference Codes - [https://github.com/zaanind/NLLB-200-Sinhala](https://github.com/zaanind/NLLB-200-Sinhala)
|
37 |
|
38 |
|
39 |
-
|
40 |
- [Try it at our website](https://zaanind.pythonanywhere.com)
|
41 |
|
42 |
-
|
43 |
|
44 |
1.Install necessary libraries
|
45 |
|
@@ -71,5 +71,5 @@ dotranslate("hello how are you?") #translate
|
|
71 |
```
|
72 |
|
73 |
|
74 |
-
|
75 |
|
|
|
29 |
---
|
30 |
|
31 |
|
32 |
+
# What Is This?
|
33 |
It is a [NLLB-200-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) model
|
34 |
fine-tuned for translating between englih and sinhala languages
|
35 |
|
36 |
Training & Inference Codes - [https://github.com/zaanind/NLLB-200-Sinhala](https://github.com/zaanind/NLLB-200-Sinhala)
|
37 |
|
38 |
|
39 |
+
# Try It
|
40 |
- [Try it at our website](https://zaanind.pythonanywhere.com)
|
41 |
|
42 |
+
# How to use the model:
|
43 |
|
44 |
1.Install necessary libraries
|
45 |
|
|
|
71 |
```
|
72 |
|
73 |
|
74 |
+
# Contact - [https://t.me/zaanind](https://t.me/zaanind)
|
75 |
|