Update Readme
Browse files
Readme
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The files nlp.ipynb is the notebook,tokeniser.pkl is the tokeniser file of english and swahili tokenisers used for training, and translation model is the trained model on 3 epochs with sequence length 50.
|
| 2 |
+
Please download the respective tokeniser,translation model and update the path in the inference code to run the code.
|
| 3 |
+
If there are any queries please feel free to ask.
|