Instructions to use MRBSTUDIO/Humor-Reward-Model-1.7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MRBSTUDIO/Humor-Reward-Model-1.7B with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-1.7B") model = PeftModel.from_pretrained(base_model, "MRBSTUDIO/Humor-Reward-Model-1.7B") - Transformers
How to use MRBSTUDIO/Humor-Reward-Model-1.7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MRBSTUDIO/Humor-Reward-Model-1.7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
reward_model: reward_model_data_v2_20260311_230906
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -33,13 +33,13 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"down_proj",
|
| 37 |
-
"up_proj",
|
| 38 |
"gate_proj",
|
| 39 |
-
"k_proj",
|
| 40 |
"v_proj",
|
| 41 |
-
"
|
| 42 |
-
"
|
|
|
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "SEQ_CLS",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
| 36 |
"gate_proj",
|
|
|
|
| 37 |
"v_proj",
|
| 38 |
+
"k_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"o_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "SEQ_CLS",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 69790680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73d038a12a27cb494479b8385cf79d966e5c93f030afde216bc0ccba17aab20a
|
| 3 |
size 69790680
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5521
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c03be421ad058af46d113cf0defda78a94d2bab1d0fb4ecc131b992dffb7baf9
|
| 3 |
size 5521
|