Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#### Introduction
|
| 2 |
The Model is trained on the Ultrachat dataset regenerate by [Qwen3.5-35B-A3B](https://huggingface.co/datasets/jiapingW/qwen3.5-35b-a3b-ultrachat-regen). And I only train the first conversation. I use the Specforge to train this. The training parameter is listed below:
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen3.5-35B-A3B
|
| 5 |
+
pipeline_tag: question-answering
|
| 6 |
+
---
|
| 7 |
#### Introduction
|
| 8 |
The Model is trained on the Ultrachat dataset regenerate by [Qwen3.5-35B-A3B](https://huggingface.co/datasets/jiapingW/qwen3.5-35b-a3b-ultrachat-regen). And I only train the first conversation. I use the Specforge to train this. The training parameter is listed below:
|
| 9 |
|