Text Classification
Transformers
ONNX
Safetensors
English
agent
tool-use
mcp
function-calling
on-device
edge-ai
web-inference
hardware-control
Instructions to use jaswanthsanjay88/mara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jaswanthsanjay88/mara with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jaswanthsanjay88/mara")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jaswanthsanjay88/mara", device_map="auto") - Notebooks
- Google Colab
- Kaggle