Files
ModelHub XC 03124f1f9e 初始化项目,由ModelHub XC社区提供模型
Model: jhhj25/qwen3-moe-neuron_structure_drop-p50-s1k-128samples-sft
Source: Original Platform
2026-05-13 03:34:36 +08:00

62 lines
1.8 KiB
Markdown

---
base_model: jayzou3773/qwen3-moe-neuron_structure_drop-p50-s1k-128samples
library_name: transformers
model_name: jhhj25/qwen3-moe-neuron_structure_drop-p50-s1k-128samples-sft
tags:
- generated_from_trainer
- trl
- sft
licence: license
---
# Model Card for jhhj25/qwen3-moe-neuron_structure_drop-p50-s1k-128samples-sft
This model is a fine-tuned version of [jayzou3773/qwen3-moe-neuron_structure_drop-p50-s1k-128samples](https://huggingface.co/jayzou3773/qwen3-moe-neuron_structure_drop-p50-s1k-128samples).
It has been trained using [TRL](https://github.com/huggingface/trl).
## Quick start
```python
from transformers import pipeline
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
generator = pipeline("text-generation", model="jhhj25/qwen3-moe-neuron_structure_drop-p50-s1k-128samples-sft", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])
```
## Training procedure
This model was trained with SFT.
### Framework versions
- TRL: 0.16.0.dev0
- Transformers: 4.51.3
- Pytorch: 2.6.0+cu124
- Datasets: 3.5.0
- Tokenizers: 0.21.4
## Citations
Cite TRL as:
```bibtex
@misc{vonwerra2022trl,
title = {{TRL: Transformer Reinforcement Learning}},
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
year = 2020,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}
```
## Router mask / pruned experts
- Mask not materialized (reason: zero3_detected).