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

Katkatkuu
/
ESG_Prediction_IS

Text Classification
Transformers
TensorBoard
Safetensors
camembert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Katkatkuu/ESG_Prediction_IS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Katkatkuu/ESG_Prediction_IS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Katkatkuu/ESG_Prediction_IS")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Katkatkuu/ESG_Prediction_IS")
    model = AutoModelForSequenceClassification.from_pretrained("Katkatkuu/ESG_Prediction_IS", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESG_Prediction_IS / runs
19.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Katkatkuu's picture
Katkatkuu
End of training
dcc755c verified over 2 years ago
  • Feb03_11-23-05_e8a55a4c41fa
    Training in progress, epoch 3 over 2 years ago
  • Feb04_12-18-02_51e7d579b595
    Training in progress, epoch 4 over 2 years ago
  • Feb09_15-01-12_d81e8ffe40a6
    End of training over 2 years ago