Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
749 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
evamxb's picture
evamxb
evamxb/dev-author-em-clf
919e741 verified over 1 year ago
  • runs
    evamxb/dev-author-em-clf over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.1 kB
    evamxb/dev-author-em-clf over 1 year ago
  • added_tokens.json
    23 Bytes
    evamxb/dev-author-em-clf over 1 year ago
  • config.json
    998 Bytes
    evamxb/dev-author-em-clf over 1 year ago
  • emissions.csv
    1.85 kB
    evamxb/dev-author-em-clf over 1 year ago
  • model.safetensors
    738 MB
    xet
    evamxb/dev-author-em-clf over 1 year ago
  • powermetrics_log.txt
    40.8 kB
    evamxb/dev-author-em-clf over 1 year ago
  • special_tokens_map.json
    286 Bytes
    evamxb/dev-author-em-clf over 1 year ago
  • spm.model
    2.46 MB
    xet
    evamxb/dev-author-em-clf over 1 year ago
  • tokenizer.json
    8.66 MB
    evamxb/dev-author-em-clf over 1 year ago
  • tokenizer_config.json
    1.28 kB
    evamxb/dev-author-em-clf over 1 year ago
  • training_args.bin
    5.24 kB
    xet
    evamxb/dev-author-em-clf over 1 year ago