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

  • Log In
  • Sign Up

melique
/
query-classifier

Text Classification
Transformers
Safetensors
Turkish
bert
sequence-classification
turkish
intent-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use melique/query-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="melique/query-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("melique/query-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("melique/query-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
query-classifier
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
melique's picture
melique
Update README.md
7c86b0a verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    3.39 kB
    Update README.md 11 months ago
  • config.json
    730 Bytes
    Upload BertForSequenceClassification 11 months ago
  • model.safetensors
    442 MB
    xet
    Upload BertForSequenceClassification 11 months ago
  • special_tokens_map.json
    732 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    766 kB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.54 kB
    Upload tokenizer 11 months ago
  • vocab.txt
    263 kB
    Upload tokenizer 11 months ago