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

Duplicated from  ZephyruSalsify/AutoTrain_Advanced

kumrsanjeev
/
AutoTrain_Advanced

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

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

  • Libraries
  • Transformers

    How to use kumrsanjeev/AutoTrain_Advanced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kumrsanjeev/AutoTrain_Advanced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kumrsanjeev/AutoTrain_Advanced")
    model = AutoModelForSequenceClassification.from_pretrained("kumrsanjeev/AutoTrain_Advanced", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AutoTrain_Advanced
545 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
kumrsanjeev's picture
kumrsanjeev
ZephyruSalsify's picture
ZephyruSalsify
Duplicate from ZephyruSalsify/AutoTrain_Advanced
0605eab 5 months ago
  • .gitattributes
    1.52 kB
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • README.md
    5.18 kB
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • config.json
    802 Bytes
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • model.safetensors
    541 MB
    xet
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • special_tokens_map.json
    695 Bytes
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • tokenizer.json
    2.92 MB
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • tokenizer_config.json
    1.44 kB
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago
  • vocab.txt
    996 kB
    Duplicate from ZephyruSalsify/AutoTrain_Advanced 5 months ago