Update README.md
Browse files
README.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# qwen3-4b-question-gen
|
|
@@ -40,4 +41,4 @@ from vllm import LLM, SamplingParams
|
|
| 40 |
llm = LLM(model="ash256/qwen3-4b-question-gen")
|
| 41 |
outputs = llm.generate(["Generate a technical screening question for a senior backend engineer:"], SamplingParams(max_tokens=256))
|
| 42 |
print(outputs[0].outputs[0].text)
|
| 43 |
-
```
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 4 |
tags:
|
| 5 |
+
- question-generation
|
| 6 |
+
- rl
|
| 7 |
+
- grpo
|
| 8 |
+
- lora
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
|
| 13 |
# qwen3-4b-question-gen
|
|
|
|
| 41 |
llm = LLM(model="ash256/qwen3-4b-question-gen")
|
| 42 |
outputs = llm.generate(["Generate a technical screening question for a senior backend engineer:"], SamplingParams(max_tokens=256))
|
| 43 |
print(outputs[0].outputs[0].text)
|
| 44 |
+
```
|