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

xiryss
/
reward_model_output

Text Classification
Transformers
Safetensors
llama
Generated from Trainer
trl
reward-trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use xiryss/reward_model_output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="xiryss/reward_model_output")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xiryss/reward_model_output")
    model = AutoModelForSequenceClassification.from_pretrained("xiryss/reward_model_output", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
reward_model_output
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
xiryss's picture
xiryss
xiryss/llm-course-hw2-reward-model
2672164 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.89 kB
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • config.json
    841 Bytes
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • merges.txt
    466 kB
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • model.safetensors
    538 MB
    xet
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • special_tokens_map.json
    544 Bytes
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • tokenizer.json
    3.52 MB
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • tokenizer_config.json
    3.62 kB
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • training_args.bin
    5.43 kB
    xet
    xiryss/llm-course-hw2-reward-model over 1 year ago
  • vocab.json
    801 kB
    xiryss/llm-course-hw2-reward-model over 1 year ago