Instructions to use GleghornLab/AMPLIFY_120M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GleghornLab/AMPLIFY_120M with Transformers:
# Load model directly from transformers import AMPLIFY model = AMPLIFY.from_pretrained("GleghornLab/AMPLIFY_120M", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update special_tokens_map.json
Browse files- special_tokens_map.json +1 -1
special_tokens_map.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
"eos_token": "<eos>",
|
| 4 |
"mask_token": "<mask>",
|
| 5 |
"pad_token": "<pad>",
|
|
|
|
| 1 |
{
|
| 2 |
+
"cls_token": "<bos>",
|
| 3 |
"eos_token": "<eos>",
|
| 4 |
"mask_token": "<mask>",
|
| 5 |
"pad_token": "<pad>",
|