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

  • Log In
  • Sign Up

zylandy
/
mae-intent-classifier

Text Classification
Transformers
Safetensors
roberta
intent-classification
Model card Files Files and versions
xet
Community

Instructions to use zylandy/mae-intent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zylandy/mae-intent-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zylandy/mae-intent-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("zylandy/mae-intent-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("zylandy/mae-intent-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
mae-intent-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
zylandy's picture
zylandy
Delete checkpoint-3146
ab5ba6c verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    120 Bytes
    Create README.md 4 months ago
  • config.json
    1.17 kB
    Upload 3 files 4 months ago
  • merges.txt
    456 kB
    Upload 3 files 4 months ago
  • model.safetensors
    499 MB
    xet
    Upload 3 files 4 months ago
  • special_tokens_map.json
    958 Bytes
    Upload 3 files 4 months ago
  • tokenizer_config.json
    1.19 kB
    Upload 3 files 4 months ago
  • vocab.json
    999 kB
    Upload 3 files 4 months ago