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

Misha0706
/
llm-alignment-reward-model

Text Classification
Transformers
Safetensors
English
llama
trl
reward-model
reward-trainer
sequence-classification
alignment
Model card Files Files and versions
xet
Community

Instructions to use Misha0706/llm-alignment-reward-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Misha0706/llm-alignment-reward-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Misha0706/llm-alignment-reward-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Misha0706/llm-alignment-reward-model")
    model = AutoModelForSequenceClassification.from_pretrained("Misha0706/llm-alignment-reward-model")
  • Notebooks
  • Google Colab
  • Kaggle
llm-alignment-reward-model
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Misha0706's picture
Misha0706
Update README.md
6b59454 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    7.37 kB
    Update README.md about 1 month ago
  • config.json
    812 Bytes
    Upload LlamaForSequenceClassification about 1 month ago
  • model.safetensors
    269 MB
    xet
    Upload LlamaForSequenceClassification about 1 month ago