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

  • Log In
  • Sign Up

cerrano
/
myFirstModel

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

  • Libraries
  • Transformers

    How to use cerrano/myFirstModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cerrano/myFirstModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cerrano/myFirstModel")
    model = AutoModelForSequenceClassification.from_pretrained("cerrano/myFirstModel")
  • Notebooks
  • Google Colab
  • Kaggle
myFirstModel / runs
14.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
cerrano's picture
cerrano
End of training
bfe646a verified 21 days ago
  • Apr16_01-47-50_702f70341100
    End of training 21 days ago
  • Apr16_02-20-28_702f70341100
    End of training 21 days ago