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

  • Log In
  • Sign Up

pertschuk
/
albert-intent-model-v3

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

Instructions to use pertschuk/albert-intent-model-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pertschuk/albert-intent-model-v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pertschuk/albert-intent-model-v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pertschuk/albert-intent-model-v3")
    model = AutoModelForSequenceClassification.from_pretrained("pertschuk/albert-intent-model-v3")
  • Notebooks
  • Google Colab
  • Kaggle
albert-intent-model-v3
70.8 MB
Ctrl+K
Ctrl+K
History: 5 commits
system's picture
system HF Staff
Update config.json
a2cd0d5 about 6 years ago
  • .gitattributes
    345 Bytes
    initial commit about 6 years ago
  • config.json
    726 Bytes
    Update config.json about 6 years ago
  • labels.txt
    89 Bytes
    Update labels.txt about 6 years ago
  • pytorch_model.bin
    70.8 MB
    xet
    Update pytorch_model.bin about 6 years ago