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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sr5434
/
rm_hh_rlhf

Text Classification
Transformers
TensorBoard
Safetensors
gemma3_text
Generated from Trainer
trl
reward-trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use sr5434/rm_hh_rlhf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sr5434/rm_hh_rlhf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sr5434/rm_hh_rlhf")
    model = AutoModelForSequenceClassification.from_pretrained("sr5434/rm_hh_rlhf", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rm_hh_rlhf / runs
465 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
sr5434's picture
sr5434
End of training
44f113c verified 5 months ago
  • Feb07_18-17-25_56eed002c0e3
    End of training 6 months ago
  • Feb14_21-51-40_29113e30fb4b
    End of training 6 months ago
  • Mar01_20-10-48_df9c3a37a31c
    End of training 5 months ago
  • Mar01_22-29-39_83ffa021e35a
    End of training 5 months ago
  • Mar02_13-16-40_2fe8fa075669
    End of training 5 months ago