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

2026hbk
/
learn_hf_20260603

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

Instructions to use 2026hbk/learn_hf_20260603 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 2026hbk/learn_hf_20260603 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="2026hbk/learn_hf_20260603")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("2026hbk/learn_hf_20260603")
    model = AutoModelForSequenceClassification.from_pretrained("2026hbk/learn_hf_20260603", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
learn_hf_20260603
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
2026hbk's picture
2026hbk
Uploading food not food text classifier model (putting it all together!)
64ba690 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.08 kB
    Uploading food not food text classifier model (putting it all together!) 3 months ago
  • config.json
    775 Bytes
    Uploading food not food text classifier model (putting it all together!) 3 months ago
  • model.safetensors
    268 MB
    xet
    Uploading food not food text classifier model (putting it all together!) 3 months ago
  • tokenizer.json
    711 kB
    Uploading food not food text classifier model (putting it all together!) 3 months ago
  • tokenizer_config.json
    322 Bytes
    Uploading food not food text classifier model (putting it all together!) 3 months ago
  • training_args.bin
    5.14 kB
    xet
    Uploading food not food text classifier model (putting it all together!) 3 months ago