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

knapierk
/
dream_classifier

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use knapierk/dream_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="knapierk/dream_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("knapierk/dream_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("knapierk/dream_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
dream_classifier / runs
98.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 52 commits
knapierk's picture
knapierk
Training in progress, epoch 10
4e8ffcc almost 3 years ago
  • Jun16_05-49-06_d576ba529ee6
    End of training almost 3 years ago
  • Jun16_06-06-04_d576ba529ee6
    End of training almost 3 years ago
  • Jun16_06-31-15_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_06-41-51_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_06-46-56_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_06-47-56_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_06-52-43_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_06-55-56_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_07-01-14_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_07-06-19_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_07-07-20_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_07-11-53_d576ba529ee6
    Training in progress, epoch 1 almost 3 years ago
  • Jun16_07-14-25_d576ba529ee6
    Training in progress, epoch 10 almost 3 years ago