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

yezdata
/
EmCoder

Text Classification
Transformers
Safetensors
English
emcoder
emotion-recognition
bayesian-deep-learning
mc-dropout
uncertainty-quantification
multi-label-classification
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yezdata/EmCoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yezdata/EmCoder", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("yezdata/EmCoder", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EmCoder
613 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 105 commits
yezdata's picture
yezdata
Delete outputs/ridge_epistemic.png
bd5449f verified about 1 month ago
  • outputs
    Delete outputs/ridge_epistemic.png about 1 month ago
  • .gitattributes
    384 Bytes
    add V1.5 outputs about 1 month ago
  • LICENSE.md
    2.72 kB
    Upload LICENSE.md about 1 month ago
  • config.json
    1.89 kB
    UPDATE EmCoder TO V2 about 1 month ago