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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 17e71955c2a0e2fe05e289f2309c8775b825509436fa8e5c94050dfe5236e0e8
- Size of remote file:
- 5.52 kB
- SHA256:
- c03be421ad058af46d113cf0defda78a94d2bab1d0fb4ecc131b992dffb7baf9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.