Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HanBi
/
my_awesome_model

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use HanBi/my_awesome_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="HanBi/my_awesome_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HanBi/my_awesome_model")
    model = AutoModelForSequenceClassification.from_pretrained("HanBi/my_awesome_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
HanBi's picture
HanBi
End of training
2cd5d27 almost 3 years ago
  • Jun19_09-21-42_6a11d0302ef3
    Training in progress, epoch 1 almost 3 years ago
  • Jun19_09-57-26_6a11d0302ef3
    Training in progress, epoch 1 almost 3 years ago
  • Jun19_10-09-56_6a11d0302ef3
    End of training almost 3 years ago
  • Jun19_11-50-30_df188ebc2425
    End of training almost 3 years ago
  • Jun22_15-23-57_96f896cd58b0
    End of training almost 3 years ago