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

Rel8ed
/
cleantech-cls

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

Instructions to use Rel8ed/cleantech-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rel8ed/cleantech-cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Rel8ed/cleantech-cls")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rel8ed/cleantech-cls")
    model = AutoModelForSequenceClassification.from_pretrained("Rel8ed/cleantech-cls")
  • Notebooks
  • Google Colab
  • Kaggle
cleantech-cls / onnx
838 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
daizack
addjs
4a5cd68 about 2 years ago
  • model.onnx
    670 MB
    xet
    addjs about 2 years ago
  • model_quantized.onnx
    169 MB
    xet
    addjs about 2 years ago