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

MaggieZhang
/
myclassification

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use MaggieZhang/myclassification with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "MaggieZhang/myclassification")
  • Notebooks
  • Google Colab
  • Kaggle
myclassification / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 109 commits
MaggieZhang's picture
MaggieZhang
Training in progress, epoch 100
dfc5999 verified over 2 years ago
  • Feb22_11-38-23_467e1836718b
    Training in progress, epoch 9 over 2 years ago
  • Feb22_12-35-29_e145ee28492a
    Training in progress, epoch 100 over 2 years ago