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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ESGBERT
/
EnvironmentalBERT-water

Text Classification
Transformers
Safetensors
English
roberta
ESG
environmental
water
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ESGBERT/EnvironmentalBERT-water with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ESGBERT/EnvironmentalBERT-water with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ESGBERT/EnvironmentalBERT-water")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ESGBERT/EnvironmentalBERT-water")
    model = AutoModelForSequenceClassification.from_pretrained("ESGBERT/EnvironmentalBERT-water", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EnvironmentalBERT-water
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
tobischimanski's picture
tobischimanski
Update README.md
9623d1d verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.79 kB
    Update README.md over 2 years ago
  • config.json
    803 Bytes
    Upload 2 files over 2 years ago
  • merges.txt
    456 kB
    Upload 7 files over 2 years ago
  • model.safetensors
    328 MB
    xet
    Upload 2 files over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    351 Bytes
    Upload 7 files over 2 years ago
  • vocab.json
    798 kB
    Upload 7 files over 2 years ago