Instructions to use Mergeability/beetle-humanscale-nld-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mergeability/beetle-humanscale-nld-eng with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mergeability/beetle-humanscale-nld-eng", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 340 Bytes
7b5173b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"cls_token": "[CLS]",
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}
|