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

SlipStream33
/
phi3-query-classifier_hs_final

Feature Extraction
Transformers
Safetensors
phi3
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use SlipStream33/phi3-query-classifier_hs_final with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SlipStream33/phi3-query-classifier_hs_final", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("SlipStream33/phi3-query-classifier_hs_final", trust_remote_code=True)
    model = AutoModel.from_pretrained("SlipStream33/phi3-query-classifier_hs_final", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
phi3-query-classifier_hs_final
7.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SlipStream33's picture
SlipStream33
Tokenizer update
c59f4e9 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Final balanced classification model 9 months ago
  • chat_template.jinja
    407 Bytes
    Tokenizer update 9 months ago
  • config.json
    906 Bytes
    Final balanced classification model 9 months ago
  • configuration_phi3.py
    11.2 kB
    Final balanced classification model 9 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Final balanced classification model 9 months ago
  • model-00002-of-00002.safetensors
    2.47 GB
    xet
    Final balanced classification model 9 months ago
  • model.safetensors.index.json
    15.1 kB
    Final balanced classification model 9 months ago
  • special_tokens_map.json
    569 Bytes
    Tokenizer update 9 months ago
  • tokenizer.json
    3.62 MB
    Tokenizer update 9 months ago
  • tokenizer_config.json
    2.93 kB
    Tokenizer update 9 months ago