PrompTart commited on
Commit
17f0170
·
verified ·
1 Parent(s): bff6a1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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