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

internlm
/
internlm2-1_8b-reward

Text Classification
Transformers
Safetensors
English
Chinese
internlm2
feature-extraction
reward model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use internlm/internlm2-1_8b-reward with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use internlm/internlm2-1_8b-reward with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="internlm/internlm2-1_8b-reward", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("internlm/internlm2-1_8b-reward", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
internlm2-1_8b-reward
3.4 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
x54-729
replace get_max_length
25f3593 about 1 year ago
  • reward_bench_results
    model rename almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    16.5 kB
    model rename almost 2 years ago
  • config.json
    813 Bytes
    upload model almost 2 years ago
  • configuration_internlm2.py
    9.04 kB
    upload model almost 2 years ago
  • model-00001-of-00002.safetensors
    1.98 GB
    xet
    upload model almost 2 years ago
  • model-00002-of-00002.safetensors
    1.42 GB
    xet
    upload model almost 2 years ago
  • model.safetensors.index.json
    13.7 kB
    upload model almost 2 years ago
  • modeling_internlm2.py
    91.4 kB
    replace get_max_length about 1 year ago
  • special_tokens_map.json
    809 Bytes
    upload model almost 2 years ago
  • tokenization_internlm2.py
    8.81 kB
    upload model almost 2 years ago
  • tokenization_internlm2_fast.py
    7.81 kB
    upload model almost 2 years ago
  • tokenizer.model
    1.48 MB
    xet
    upload model almost 2 years ago
  • tokenizer_config.json
    2.95 kB
    upload model almost 2 years ago