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

trl-lib
/
Qwen2-0.5B-Reward-Math-Sheperd

Token Classification
Transformers
TensorBoard
Safetensors
qwen2
Generated from Trainer
trl
stepwise-reward-trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use trl-lib/Qwen2-0.5B-Reward-Math-Sheperd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use trl-lib/Qwen2-0.5B-Reward-Math-Sheperd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="trl-lib/Qwen2-0.5B-Reward-Math-Sheperd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("trl-lib/Qwen2-0.5B-Reward-Math-Sheperd")
    model = AutoModelForTokenClassification.from_pretrained("trl-lib/Qwen2-0.5B-Reward-Math-Sheperd")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen2-0.5B-Reward-Math-Sheperd / runs
110 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
qgallouedec's picture
qgallouedec HF Staff
Model save
2b8acab verified over 1 year ago
  • Dec09_19-39-52_ip-26-0-172-57
    Training in progress, step 500 over 1 year ago
  • Dec09_19-51-10_ip-26-0-171-21
    Model save over 1 year ago