Text Classification
Transformers
Safetensors
English
qwen3_5
image-text-to-text
unsloth
classifier
shell
bash
powershell
Instructions to use tomngdev/AutoShell-0.8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomngdev/AutoShell-0.8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tomngdev/AutoShell-0.8B")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("tomngdev/AutoShell-0.8B") model = AutoModelForMultimodalLM.from_pretrained("tomngdev/AutoShell-0.8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 163 Bytes
64eb0e3 | 1 2 3 4 5 6 7 8 9 10 11 | {
"_from_model_config": true,
"eos_token_id": [
248044,
248044
],
"pad_token_id": 248055,
"transformers_version": "5.5.0",
"use_cache": true
}
|