Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

project-themis
/
Themis-RM-4B

Text Classification
Transformers
Safetensors
English
qwen3
code
reward-model
multilingual
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use project-themis/Themis-RM-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use project-themis/Themis-RM-4B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="project-themis/Themis-RM-4B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("project-themis/Themis-RM-4B")
    model = AutoModelForSequenceClassification.from_pretrained("project-themis/Themis-RM-4B")
  • Notebooks
  • Google Colab
  • Kaggle
Themis-RM-4B
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
iNeil77's picture
iNeil77
Update README.md
916b00e verified 9 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 8 months ago
  • README.md
    14.8 kB
    Update README.md 9 days ago
  • added_tokens.json
    707 Bytes
    Upload tokenizer 8 months ago
  • chat_template.jinja
    4.91 kB
    Upload tokenizer 2 months ago
  • config.json
    1.65 kB
    Upload Qwen3ForSequenceClassification 2 months ago
  • merges.txt
    1.67 MB
    Upload tokenizer 8 months ago
  • model-00001-of-00004.safetensors
    4.99 GB
    xet
    Upload Qwen3ForSequenceClassification 2 months ago
  • model-00002-of-00004.safetensors
    4.94 GB
    xet
    Upload Qwen3ForSequenceClassification 2 months ago
  • model-00003-of-00004.safetensors
    5 GB
    xet
    Upload Qwen3ForSequenceClassification 2 months ago
  • model-00004-of-00004.safetensors
    1.16 GB
    xet
    Upload Qwen3ForSequenceClassification 2 months ago
  • model.safetensors.index.json
    32.9 kB
    Upload Qwen3ForSequenceClassification 2 months ago
  • special_tokens_map.json
    614 Bytes
    Upload tokenizer 8 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    5.43 kB
    Upload tokenizer 2 months ago
  • vocab.json
    2.78 MB
    Upload tokenizer 8 months ago