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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Krat6s
/
fitness-comment-classifier

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

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

  • Libraries
  • Transformers

    How to use Krat6s/fitness-comment-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Krat6s/fitness-comment-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Krat6s/fitness-comment-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Krat6s/fitness-comment-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
fitness-comment-classifier
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Krat6s's picture
Krat6s
Update README.md
6ef33b1 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    2.38 kB
    Update README.md 6 days ago
  • config.json
    889 Bytes
    Upload DistilBertForSequenceClassification 6 days ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 6 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 6 days ago
  • tokenizer_config.json
    321 Bytes
    Upload tokenizer 6 days ago