Instructions to use ilyes25/my_processor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ilyes25/my_processor with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ilyes25/my_processor", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 96 Bytes
df4dd92 | 1 2 3 4 5 6 7 | {
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}
|