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

  • Log In
  • Sign Up

Srish117
/
First_model

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use Srish117/First_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Srish117/First_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Srish117/First_model")
    model = AutoModelForSequenceClassification.from_pretrained("Srish117/First_model")
  • Notebooks
  • Google Colab
  • Kaggle
First_model / runs
10.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Srish117's picture
Srish117
End of training
973abb4 about 2 years ago
  • Apr20_15-00-21_0f3baba90d1d
    End of training about 2 years ago