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

Yale-LILY
/
a2cu-classifier

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

Instructions to use Yale-LILY/a2cu-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yale-LILY/a2cu-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Yale-LILY/a2cu-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Yale-LILY/a2cu-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Yale-LILY/a2cu-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
a2cu-classifier
3.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
henryL7's picture
henryL7
Update config.json
e0eabf0 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    979 Bytes
    Update config.json about 3 years ago
  • merges.txt
    456 kB
    Upload tokenizer over 3 years ago
  • pytorch_model.bin
    3.04 GB
    xet
    Upload DebertaForSequenceClassification over 3 years ago
  • special_tokens_map.json
    963 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    1.44 kB
    Upload tokenizer over 3 years ago
  • vocab.json
    999 kB
    Upload tokenizer over 3 years ago