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
1.51 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
daizack
addjs
4a5cd68 about 2 years ago
  • onnx
    addjs about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    4.15 kB
    Update README.md about 2 years ago
  • added_tokens.json
    112 Bytes
    Add model about 2 years ago
  • config.json
    897 Bytes
    Add model about 2 years ago
  • eval_results.txt
    203 Bytes
    Add model about 2 years ago
  • model.safetensors
    669 MB
    xet
    Add model about 2 years ago
  • model_args.json
    2.74 kB
    Add model about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Add model about 2 years ago
  • tokenizer.json
    2.56 MB
    Add model about 2 years ago
  • tokenizer_config.json
    2.06 kB
    Add model about 2 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.77 kB
    xet
    Add model about 2 years ago
  • vocab.txt
    872 kB
    Add model about 2 years ago