Instructions to use billalxcode/NALA-WIKI-ID-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use billalxcode/NALA-WIKI-ID-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("billalxcode/NALA-WIKI-ID-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 231 Bytes
2ef99bf | 1 2 3 4 5 6 7 8 9 10 | {
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}
|