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

  • Log In
  • Sign Up

UVA-MSBA
/
M4T8

Text Classification
Transformers
PyTorch
deberta
Model card Files Files and versions
xet
Community
1

Instructions to use UVA-MSBA/M4T8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UVA-MSBA/M4T8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="UVA-MSBA/M4T8")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("UVA-MSBA/M4T8")
    model = AutoModelForSequenceClassification.from_pretrained("UVA-MSBA/M4T8")
  • Notebooks
  • Google Colab
  • Kaggle
M4T8
558 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
bkershner's picture
bkershner
Update config.json
5b7a8f5 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    1.05 kB
    Update README.md almost 3 years ago
  • config.json
    787 Bytes
    Update config.json almost 3 years ago
  • pytorch_model.bin
    557 MB
    xet
    Upload pytorch_model.bin almost 3 years ago
  • special_tokens_map.json
    124 Bytes
    Create special_tokens_map.json almost 3 years ago
  • tokenizer.json
    669 kB
    Create tokenizer.json almost 3 years ago
  • tokenizer_config.json
    1.39 kB
    Update tokenizer_config.json almost 3 years ago
  • vocab.txt
    798 kB
    Update vocab.txt almost 3 years ago