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

  • Log In
  • Sign Up

hypo69
/
my_text_classification_model

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 hypo69/my_text_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hypo69/my_text_classification_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hypo69/my_text_classification_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hypo69/my_text_classification_model")
    model = AutoModelForSequenceClassification.from_pretrained("hypo69/my_text_classification_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_text_classification_model / runs
6.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hypo69's picture
hypo69
Training in progress, step 24
be114d6 verified 12 months ago
  • May17_13-37-42_887428ad6657
    Training in progress, step 24 12 months ago