PrompTart commited on
Commit
5b29e42
·
verified ·
1 Parent(s): 66e1795

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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:blue">*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
 
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