Update README.md
Browse files
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
|