Instructions to use SnurfyAI/is-even with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SnurfyAI/is-even with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SnurfyAI/is-even")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SnurfyAI/is-even") model = AutoModelForSequenceClassification.from_pretrained("SnurfyAI/is-even") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 12, | |
| "eos_token_id": 13, | |
| "output_attentions": false, | |
| "output_hidden_states": false, | |
| "pad_token_id": 16, | |
| "transformers_version": "5.8.0", | |
| "use_cache": true | |
| } | |