Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/qwen3-14b-unsloth-bnb-
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -11,12 +11,17 @@ language:
|
|
11 |
- en
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/qwen3-14b-unsloth-bnb-8bit
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
|
|
11 |
- en
|
12 |
---
|
13 |
|
14 |
+
# Surgery-Focused English Medical Q&A Generator
|
15 |
|
16 |
+
**Model name**: `csharpminor/surgery-qa-generator-en-q8`
|
17 |
+
**Developed by**: **5YZ**
|
18 |
+
**Finetuned from**: `unsloth/qwen3-14b-unsloth-bnb-8bit`
|
19 |
+
**License**: Apache 2.0
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
## Overview
|
24 |
+
This model is a large language model (LLM) fine-tuned to **write board-style, English multiple-choice questions in the field of surgery**, together with four answer choices (A–E), the single best answer, and a concise explanation.
|
25 |
+
It is intended to support **medical educators, exam writers, and students** who need a rapid first draft of high-quality assessment items.
|
26 |
|
|
|
27 |
|
|