C-sharpMinor commited on
Commit
542a08e
·
verified ·
1 Parent(s): 274892d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/qwen3-14b-unsloth-bnb-4bit
3
  tags:
4
  - text-generation-inference
5
  - transformers
@@ -11,12 +11,17 @@ language:
11
  - en
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** C-sharpMinor
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/qwen3-14b-unsloth-bnb-4bit
 
 
 
 
 
 
 
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