File size: 1,005 Bytes
48185ad
 
 
 
 
 
 
 
7f528f1
 
53f983c
7f528f1
 
 
53f983c
7f528f1
 
 
 
 
1408c76
7f528f1
1408c76
7f528f1
1408c76
7f528f1
f68b9eb
 
1408c76
 
 
 
 
7f528f1
1408c76
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: mit
datasets:
- uvci/Koumankan_mt_dyu_fr
language:
- fr
metrics:
- bleu
---

# Model Card for a Machine Translation Model for Dyula to French

<!-- Provide a quick summary of what the model is/does. -->

This modelcard aims to provide information on how the Dyula to French machine translation built using Tf-Keras

## Model Details

### Model Description

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)

## Usage

### Load and use for inference

- Create a directory `translator` which should contain the Huggingface repo model weights and assets.

```python
import tensorflow as tf
reloaded = tf.saved_model.load('translator')
reloaded("a y'a dabla ka yɛlɛ n na").numpy()
```

- **Developed by:** Adeptschneider
- **Model type:** Transformer
- **Language(s) (NLP):** Python
- **License:** MIT