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

  • Log In
  • Sign Up

webxos
/
pygmyclaw-py

Text Classification
Transformers
English
openclaw
ollama
distill
qwen
harness
Model card Files Files and versions
xet
Community

Instructions to use webxos/pygmyclaw-py with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use webxos/pygmyclaw-py with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="webxos/pygmyclaw-py")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("webxos/pygmyclaw-py", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pygmyclaw-py
52.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
webxos's picture
webxos
Update README.md
902e8fc verified 2 months ago
  • README.md
    12 kB
    Update README.md 2 months ago
  • config.json
    456 Bytes
    Upload 3 files 2 months ago
  • pygmyclaw.py
    29.6 kB
    Upload 3 files 2 months ago
  • pygmyclaw_multitool.py
    10.5 kB
    Upload 3 files 2 months ago