Instructions to use project-themis/Themis-RM-8B-PMP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use project-themis/Themis-RM-8B-PMP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="project-themis/Themis-RM-8B-PMP")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("project-themis/Themis-RM-8B-PMP") model = AutoModelForSequenceClassification.from_pretrained("project-themis/Themis-RM-8B-PMP", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload Qwen3ForSequenceClassification
Browse files- config.json +40 -2
- model-00001-of-00007.safetensors +1 -1
- model-00002-of-00007.safetensors +1 -1
- model-00003-of-00007.safetensors +1 -1
- model-00004-of-00007.safetensors +1 -1
- model-00005-of-00007.safetensors +1 -1
- model-00006-of-00007.safetensors +1 -1
- model-00007-of-00007.safetensors +1 -1
- model.safetensors.index.json +1 -0
config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
| 7 |
"eos_token_id": 151645,
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_act": "silu",
|
|
@@ -16,6 +17,44 @@
|
|
| 16 |
"label2id": {
|
| 17 |
"LABEL_0": 0
|
| 18 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"max_position_embeddings": 40960,
|
| 20 |
"max_window_layers": 36,
|
| 21 |
"model_type": "qwen3",
|
|
@@ -28,8 +67,7 @@
|
|
| 28 |
"rope_theta": 1000000,
|
| 29 |
"sliding_window": null,
|
| 30 |
"tie_word_embeddings": false,
|
| 31 |
-
"
|
| 32 |
-
"transformers_version": "4.51.0",
|
| 33 |
"unsloth_fixed": true,
|
| 34 |
"use_cache": false,
|
| 35 |
"use_sliding_window": false,
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
"eos_token_id": 151645,
|
| 9 |
"head_dim": 128,
|
| 10 |
"hidden_act": "silu",
|
|
|
|
| 17 |
"label2id": {
|
| 18 |
"LABEL_0": 0
|
| 19 |
},
|
| 20 |
+
"layer_types": [
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"full_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention",
|
| 51 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention",
|
| 55 |
+
"full_attention",
|
| 56 |
+
"full_attention"
|
| 57 |
+
],
|
| 58 |
"max_position_embeddings": 40960,
|
| 59 |
"max_window_layers": 36,
|
| 60 |
"model_type": "qwen3",
|
|
|
|
| 67 |
"rope_theta": 1000000,
|
| 68 |
"sliding_window": null,
|
| 69 |
"tie_word_embeddings": false,
|
| 70 |
+
"transformers_version": "4.57.6",
|
|
|
|
| 71 |
"unsloth_fixed": true,
|
| 72 |
"use_cache": false,
|
| 73 |
"use_sliding_window": false,
|
model-00001-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4972454376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7a9ca8ad2defc3eebe713f94f8876375db7b66a00bdbd8e1b23ce3218382965
|
| 3 |
size 4972454376
|
model-00002-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4832048608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:139b4c22f759617420811eb0e050344d5c3c9c15075f9c53d75d36d5ddffcc45
|
| 3 |
size 4832048608
|
model-00003-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4832048656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4840a79a9a5b46693a51b8d6030b698acc0a5f9b68c3a1a09d9ae6052efd7de7
|
| 3 |
size 4832048656
|
model-00004-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4999855528
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c9a1b08fd2bd7a46c38b886a71519bb98b1f87d296339939670132e6ac2679d
|
| 3 |
size 4999855528
|
model-00005-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4832048672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b87ff3b031627b362b5fdb09b3f52ddb39ca561bd329755d7808061e2c74d56a
|
| 3 |
size 4832048672
|
model-00006-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4832048672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a346c84bd4b1c27e41d4ddbda0dba9c65434dd5c38ae04b8b1b978961dd778
|
| 3 |
size 4832048672
|
model-00007-of-00007.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 973179640
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c6d39e02c6c76a8289ab32fb03365138e76b8e5e07e5979c4c17621c8a87fb0
|
| 3 |
size 973179640
|
model.safetensors.index.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
|
|
|
| 3 |
"total_size": 30273638400
|
| 4 |
},
|
| 5 |
"weight_map": {
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
+
"total_parameters": 7568409600,
|
| 4 |
"total_size": 30273638400
|
| 5 |
},
|
| 6 |
"weight_map": {
|