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

ProceduralTree
/
HW3

Multiple Choice
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use ProceduralTree/HW3 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultipleChoice
    
    tokenizer = AutoTokenizer.from_pretrained("ProceduralTree/HW3")
    model = AutoModelForMultipleChoice.from_pretrained("ProceduralTree/HW3")
  • Notebooks
  • Google Colab
  • Kaggle
HW3 / runs
11 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ProceduralTree's picture
ProceduralTree
End of training
1490205 over 3 years ago
  • Dec28_13-26-48_195562844f62
    End of training over 3 years ago