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

sheduele
/
distil_task_B_2

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

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

  • Libraries
  • Transformers

    How to use sheduele/distil_task_B_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sheduele/distil_task_B_2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sheduele/distil_task_B_2")
    model = AutoModelForSequenceClassification.from_pretrained("sheduele/distil_task_B_2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distil_task_B_2 / runs
33.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
sheduele's picture
sheduele
Training in progress, epoch 3
383ac8e verified over 2 years ago
  • Jan26_06-24-15_d6848b9f607a
    Training in progress, epoch 1 over 2 years ago
  • Jan26_06-52-19_d6848b9f607a
    Training in progress, epoch 1 over 2 years ago
  • Jan26_07-18-02_d6848b9f607a
    Training in progress, epoch 1 over 2 years ago
  • Jan26_07-30-22_d6848b9f607a
    Training in progress, epoch 3 over 2 years ago