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

  • Log In
  • Sign Up

Ethan615
/
try

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

  • Libraries
  • Transformers

    How to use Ethan615/try with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ethan615/try")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ethan615/try")
    model = AutoModelForSequenceClassification.from_pretrained("Ethan615/try")
  • Notebooks
  • Google Colab
  • Kaggle
try / run-8
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Ethan615's picture
Ethan615
Training in progress, epoch 1
a122730 over 2 years ago
  • checkpoint-268
    Training in progress, epoch 1 over 2 years ago
  • checkpoint-536
    Training in progress, epoch 1 over 2 years ago
  • checkpoint-804
    Training in progress, epoch 1 over 2 years ago