Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ This is a **M2M100** model fine-tuned on the [**Parenthetical Terminology Transl
|
|
18 |
|
19 |
## Example Usage
|
20 |
|
|
|
|
|
|
|
|
|
21 |
Here’s how to use this fine-tuned model with the Hugging Face `transformers` library:
|
22 |
```python
|
23 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|
|
|
18 |
|
19 |
## Example Usage
|
20 |
|
21 |
+
*Note: `M2M100Tokenizer` depends on `sentencepiece`, so make sure to install it before running the example.*
|
22 |
+
|
23 |
+
To install `sentencepiece` run `pip install sentencepiece`
|
24 |
+
|
25 |
Here’s how to use this fine-tuned model with the Hugging Face `transformers` library:
|
26 |
```python
|
27 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|