vshulev commited on
Commit
67ab59d
·
verified ·
1 Parent(s): 19d17e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ You will also need to download all ecological layers from [here](https://hugging
15
 
16
  The model will output a probability distribution over genera that were present in the training dataset. You can find the mapping between the index in the vector and the genus name in [this file](https://huggingface.co/spaces/LofiAmazon/LofiAmazonSpace/blob/main/genus_labels.json).
17
 
18
- ```
19
  import pickle
20
 
21
  from transformers import PreTrainedTokenizerFast
 
15
 
16
  The model will output a probability distribution over genera that were present in the training dataset. You can find the mapping between the index in the vector and the genus name in [this file](https://huggingface.co/spaces/LofiAmazon/LofiAmazonSpace/blob/main/genus_labels.json).
17
 
18
+ ```py
19
  import pickle
20
 
21
  from transformers import PreTrainedTokenizerFast