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

  • Log In
  • Sign Up

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

  • Libraries
  • Transformers

    How to use georgeliu/trained_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="georgeliu/trained_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("georgeliu/trained_model")
    model = AutoModelForSequenceClassification.from_pretrained("georgeliu/trained_model")
  • Notebooks
  • Google Colab
  • Kaggle
trained_model / runs
152 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 202 commits
georgeliu's picture
georgeliu
Training in progress, epoch 2
5423537 verified about 2 years ago
  • Feb11_20-28-24_a5901df83c4f
    Training in progress, epoch 6 about 2 years ago
  • Feb11_21-02-15_a5901df83c4f
    Training in progress, epoch 1 about 2 years ago
  • Feb11_21-26-37_a5901df83c4f
    Training in progress, epoch 8 about 2 years ago
  • Feb11_21-36-40_a5901df83c4f
    Training in progress, epoch 8 about 2 years ago
  • Feb11_21-46-42_a5901df83c4f
    Training in progress, epoch 16 about 2 years ago
  • Feb12_14-34-55_38eb8b426e4b
    Training in progress, epoch 1 about 2 years ago
  • Feb12_14-51-27_38eb8b426e4b
    Training in progress, epoch 1 about 2 years ago
  • Feb12_15-06-46_38eb8b426e4b
    Training in progress, epoch 1 about 2 years ago
  • Feb12_15-25-37_38eb8b426e4b
    Training in progress, epoch 16 about 2 years ago
  • Feb12_15-40-20_38eb8b426e4b
    Training in progress, epoch 16 about 2 years ago
  • Feb12_15-56-32_38eb8b426e4b
    Training in progress, epoch 16 about 2 years ago
  • Feb12_16-10-28_38eb8b426e4b
    Training in progress, epoch 20 about 2 years ago
  • Feb13_03-15-51_6cf6a0ebcdab
    Training in progress, epoch 20 about 2 years ago
  • Feb13_04-04-18_c1e0ea7dda29
    Training in progress, epoch 20 about 2 years ago
  • Mar23_21-17-59_a5e977a02278
    Training in progress, epoch 2 about 2 years ago