Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ethicalabs
/
Echo-SmolTools-114M-Intent-CLF-Gen

Text Classification
Transformers
Safetensors
echo
zero-shot-classification
echo-dsrn
custom_code
Model card Files Files and versions
xet
Community

Instructions to use ethicalabs/Echo-SmolTools-114M-Intent-CLF-Gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ethicalabs/Echo-SmolTools-114M-Intent-CLF-Gen with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ethicalabs/Echo-SmolTools-114M-Intent-CLF-Gen", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("ethicalabs/Echo-SmolTools-114M-Intent-CLF-Gen", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Echo-SmolTools-114M-Intent-CLF-Gen
233 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mrs83's picture
mrs83
Update README.md
45082be verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    2.56 kB
    Update README.md 9 days ago
  • __init__.py
    1.16 kB
    Upload folder using huggingface_hub 9 days ago
  • chat_template.jinja
    2.17 kB
    Upload folder using huggingface_hub 9 days ago
  • config.json
    4.39 kB
    Upload folder using huggingface_hub 9 days ago
  • configuration_echo.py
    3.86 kB
    Upload folder using huggingface_hub 9 days ago
  • generation_config.json
    202 Bytes
    Upload folder using huggingface_hub 9 days ago
  • model.safetensors
    229 MB
    xet
    Upload folder using huggingface_hub 9 days ago
  • modeling_echo.py
    53.9 kB
    Upload folder using huggingface_hub 9 days ago
  • modeling_generative_clf.py
    19 kB
    Upload modeling_generative_clf.py 9 days ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 9 days ago
  • tokenizer_config.json
    560 Bytes
    Upload folder using huggingface_hub 9 days ago
  • triton_scan.py
    16.5 kB
    Upload folder using huggingface_hub 9 days ago
  • utils.py
    1.91 kB
    Upload folder using huggingface_hub 9 days ago