Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

zeroshot
/
wolfram-agent

Text Classification
Transformers
ONNX
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use zeroshot/wolfram-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zeroshot/wolfram-agent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zeroshot/wolfram-agent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("zeroshot/wolfram-agent")
    model = AutoModelForSequenceClassification.from_pretrained("zeroshot/wolfram-agent")
  • Notebooks
  • Google Colab
  • Kaggle
wolfram-agent
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zeroshot's picture
zeroshot
Upload 4 files
5eb789c about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    866 Bytes
    Upload 4 files about 3 years ago
  • model.onnx
    67.2 MB
    xet
    Upload 4 files about 3 years ago
  • tokenizer.json
    711 kB
    Upload 4 files about 3 years ago
  • tokenizer_config.json
    360 Bytes
    Upload 4 files about 3 years ago