Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This is a **M2M100** model fine-tuned on the [**Parenthetical Terminology Transl
|
|
| 20 |
|
| 21 |
Here’s how to use this fine-tuned model with the Hugging Face `transformers` library:
|
| 22 |
|
| 23 |
-
<span style="color:red">*Note:</span> `M2M100Tokenizer` depends on <span style="color:blue">sentencepiece</span>, so make sure to install it before running the example.* To install `sentencepiece
|
| 24 |
|
| 25 |
```python
|
| 26 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|
|
|
|
| 20 |
|
| 21 |
Here’s how to use this fine-tuned model with the Hugging Face `transformers` library:
|
| 22 |
|
| 23 |
+
<span style="color:red">*Note:</span> `M2M100Tokenizer` depends on <span style="color:blue">sentencepiece</span>, so make sure to install it before running the example.* To install `sentencepiece`, run `pip install sentencepiece`
|
| 24 |
|
| 25 |
```python
|
| 26 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|