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

  • Log In
  • Sign Up

Godfrey2712
/
intent_recognition

Text Classification
Transformers
PyTorch
Safetensors
bert
Model card Files Files and versions
xet
Community
3

Instructions to use Godfrey2712/intent_recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Godfrey2712/intent_recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Godfrey2712/intent_recognition")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Godfrey2712/intent_recognition")
    model = AutoModelForSequenceClassification.from_pretrained("Godfrey2712/intent_recognition")
  • Notebooks
  • Google Colab
  • Kaggle
intent_recognition
876 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Godfrey2712's picture
Godfrey2712
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
014100c almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    2.31 kB
    Update README.md almost 3 years ago
  • config.json
    1.82 kB
    Upload 2 files almost 3 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#3) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    438 MB
    xet
    Upload 2 files almost 3 years ago