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

Tianyi-Zhang
/
test_model

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Tianyi-Zhang/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Tianyi-Zhang/test_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Tianyi-Zhang/test_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Tianyi-Zhang/test_model")
    model = AutoModelForSequenceClassification.from_pretrained("Tianyi-Zhang/test_model")
  • Notebooks
  • Google Colab
  • Kaggle
test_model / runs
21.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Tianyi-Zhang's picture
Tianyi-Zhang
Training in progress, epoch 5
743d0ee verified about 2 years ago
  • May03_20-04-41_2c5c1d4fd115
    Training in progress, epoch 1 about 2 years ago
  • May03_20-07-06_2c5c1d4fd115
    Training in progress, epoch 1 about 2 years ago
  • May03_20-10-40_2c5c1d4fd115
    Training in progress, epoch 5 about 2 years ago
  • May03_20-11-06_2c5c1d4fd115
    Training in progress, epoch 5 about 2 years ago