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

tingchih
/
1104

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use tingchih/1104 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tingchih/1104")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tingchih/1104")
    model = AutoModelForSequenceClassification.from_pretrained("tingchih/1104")
  • Notebooks
  • Google Colab
  • Kaggle
1104 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tingchih's picture
tingchih
classification-1104
990fc01 over 2 years ago
  • Nov04_14-09-08_vision1.cs.vt.edu
    Training in progress, epoch 1 over 2 years ago
  • Nov04_14-10-15_vision1.cs.vt.edu
    classification-1104 over 2 years ago