Adeptschneider
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,8 @@ For more information concerning the model check the following [notebook implemen
|
|
24 |
|
25 |
### Load and use for inference
|
26 |
|
|
|
|
|
27 |
```python
|
28 |
import tensorflow as tf
|
29 |
reloaded = tf.saved_model.load('translator')
|
|
|
24 |
|
25 |
### Load and use for inference
|
26 |
|
27 |
+
- Create a directory `translator` which should contain the Huggingface repo model weights and assets.
|
28 |
+
|
29 |
```python
|
30 |
import tensorflow as tf
|
31 |
reloaded = tf.saved_model.load('translator')
|