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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -18,11 +18,10 @@ This is a **M2M100** model fine-tuned on the [**Parenthetical Terminology Transl
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
28
 
 
18
 
19
  ## Example Usage
20
 
21
+ Here’s how to use this fine-tuned model with the Hugging Face `transformers` library:
22
 
23
+ *Note: `M2M100Tokenizer` depends on `sentencepiece`, 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
27