Translation
Transformers
PyTorch
English
Sinhala
m2m_100
text2text-generation
zaanind commited on
Commit
8b94028
·
verified ·
1 Parent(s): 0de80a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -28,23 +28,26 @@ widget:
28
 
29
  ---
30
 
31
- Training & Inference Codes - [https://github.com/zaanind/NLLB-200-Sinhala](https://github.com/zaanind/NLLB-200-Sinhala)
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
- Try It
 
 
 
37
  - [Try it at our website](https://zaanind.pythonanywhere.com)
38
 
39
- How to use the model:
40
 
41
- Install necessary libraries
42
 
43
  ```
44
  pip install requests sentencepiece transformers==4.33 sacremoses sacrebleu
45
  ```
46
 
47
- Translate!
48
 
49
  ```
50
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
@@ -68,5 +71,5 @@ dotranslate("hello how are you?") #translate
68
  ```
69
 
70
 
71
- Contact - [https://t.me/zaanind](https://t.me/zaanind)
72
 
 
28
 
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
 
46
  ```
47
  pip install requests sentencepiece transformers==4.33 sacremoses sacrebleu
48
  ```
49
 
50
+ 2.Translate!
51
 
52
  ```
53
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
 
71
  ```
72
 
73
 
74
+ ###Contact - [https://t.me/zaanind](https://t.me/zaanind)
75