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

  • Log In
  • Sign Up

sreenathsree1578
/
intent-classifier-malayalam

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sreenathsree1578/intent-classifier-malayalam with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sreenathsree1578/intent-classifier-malayalam")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sreenathsree1578/intent-classifier-malayalam")
    model = AutoModelForSequenceClassification.from_pretrained("sreenathsree1578/intent-classifier-malayalam")
  • Notebooks
  • Google Colab
  • Kaggle
intent-classifier-malayalam
715 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sreenathsree1578's picture
sreenathsree1578
Upload label_encoder_classes.npy with huggingface_hub
0c65c0a verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 9 months ago
  • config.json
    2.44 kB
    Upload BertForSequenceClassification 9 months ago
  • label_encoder_classes.npy
    1.06 kB
    xet
    Upload label_encoder_classes.npy with huggingface_hub 9 months ago
  • model.safetensors
    712 MB
    xet
    Upload BertForSequenceClassification 9 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 9 months ago
  • tokenizer.json
    2.92 MB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer 9 months ago
  • vocab.txt
    996 kB
    Upload tokenizer 9 months ago