Instructions to use zeroshot/wolfram-agent-dense with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeroshot/wolfram-agent-dense with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="zeroshot/wolfram-agent-dense")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("zeroshot/wolfram-agent-dense") model = AutoModelForSequenceClassification.from_pretrained("zeroshot/wolfram-agent-dense") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c699dbc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf754d4604b3d447b1ef5b6b5a2b5623dd16112e85257e2b2595111182c63701
size 3195
|