Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

eazzy
/
classfier-chapter4

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

Instructions to use eazzy/classfier-chapter4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eazzy/classfier-chapter4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="eazzy/classfier-chapter4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("eazzy/classfier-chapter4")
    model = AutoModelForSequenceClassification.from_pretrained("eazzy/classfier-chapter4")
  • Notebooks
  • Google Colab
  • Kaggle
classfier-chapter4 / runs
11.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
eazzy's picture
eazzy
Training in progress, step 314
ee3a3c7 verified 10 months ago
  • Jul14_15-10-58_gpusystem
    End of training 10 months ago
  • Jul14_16-25-40_gpusystem
    Training in progress, step 314 10 months ago