Adeptschneider
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -18,17 +18,19 @@ This modelcard aims to provide information on how the Dyula to French machine tr
|
|
18 |
|
19 |
### Model Description
|
20 |
|
21 |
-
|
22 |
|
|
|
23 |
|
|
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
- **Paper [optional]:** [https://arxiv.org/abs/1706.03762]
|
|
|
18 |
|
19 |
### Model Description
|
20 |
|
21 |
+
For more information concerning the model check the following [notebook implementation](https://github.com/Ronnie-Leon76/Dyula-French-Neural-Machine-Translation/blob/main/dyula_to_french_neural_machine_translation_model_colab_amini_gpu.ipynb)
|
22 |
|
23 |
+
## Usage
|
24 |
|
25 |
+
### Load and use for inference
|
26 |
|
27 |
+
```python
|
28 |
+
import tensorflow as tf
|
29 |
+
reloaded = tf.saved_model.load('translator')
|
30 |
+
reloaded("a y'a dabla ka yɛlɛ n na").numpy()
|
31 |
+
```
|
32 |
|
33 |
+
- **Developed by:** Adeptschneider
|
34 |
+
- **Model type:** Transformer
|
35 |
+
- **Language(s) (NLP):** Python
|
36 |
+
- **License:** MIT
|
|