Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

StanBienaives
/
rag-query-categorization

Text Classification
Transformers
Safetensors
flaubert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use StanBienaives/rag-query-categorization with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="StanBienaives/rag-query-categorization")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("StanBienaives/rag-query-categorization")
    model = AutoModelForSequenceClassification.from_pretrained("StanBienaives/rag-query-categorization", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rag-query-categorization
555 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
StanBienaives's picture
StanBienaives
Training in progress, epoch 10
670cbc1 verified over 2 years ago
  • .DS_Store
    6.15 kB
    Training in progress, epoch 1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.99 kB
    Training in progress, epoch 1 over 2 years ago
  • merges.txt
    574 kB
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    553 MB
    xet
    Training in progress, epoch 10 over 2 years ago
  • special_tokens_map.json
    366 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    2.96 kB
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.json
    1.45 MB
    Training in progress, epoch 1 over 2 years ago