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

dqa2412
/
esg-washing-optimized

Text Classification
Transformers
Safetensors
Vietnamese
roberta
esg
greenwashing
phobert
vietnamese
commitment-detection
Model card Files Files and versions
xet
Community

Instructions to use dqa2412/esg-washing-optimized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dqa2412/esg-washing-optimized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dqa2412/esg-washing-optimized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dqa2412/esg-washing-optimized")
    model = AutoModelForSequenceClassification.from_pretrained("dqa2412/esg-washing-optimized", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
esg-washing-optimized / src /training
29.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dqa2412's picture
dqa2412
Commitment classifier: tuning+training code + model + gold data
be0e2ec verified about 2 months ago
  • corpus
    Commitment classifier: tuning+training code + model + gold data about 2 months ago
  • build_model.py
    3.8 kB
    Commitment classifier: tuning+training code + model + gold data about 2 months ago
  • train_model.py
    18.9 kB
    Commitment classifier: tuning+training code + model + gold data about 2 months ago
  • tune_hyperparams.py
    5.77 kB
    Commitment classifier: tuning+training code + model + gold data about 2 months ago