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

evamxb
/
dev-author-em-clf

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

Instructions to use evamxb/dev-author-em-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use evamxb/dev-author-em-clf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="evamxb/dev-author-em-clf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("evamxb/dev-author-em-clf")
    model = AutoModelForSequenceClassification.from_pretrained("evamxb/dev-author-em-clf")
  • Notebooks
  • Google Colab
  • Kaggle
dev-author-em-clf / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
evamxb's picture
evamxb
evamxb/dev-author-em-clf
919e741 verified over 1 year ago
  • Dec03_15-19-54_Evas-MacBook-Pro.local
    evamxb/dev-author-em-clf over 1 year ago
  • Dec03_15-26-17_Evas-MacBook-Pro.local
    evamxb/dev-author-em-clf over 1 year ago
  • Dec03_15-33-00_Evas-MacBook-Pro.local
    evamxb/dev-author-em-clf over 1 year ago
  • Dec03_15-38-07_Evas-MacBook-Pro.local
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-21-21_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-23-20_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-28-02_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-31-03_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-40-22_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago
  • Sep18_19-47-30_Evas-MBP
    evamxb/dev-author-em-clf over 1 year ago