C-sharpMinor commited on
Commit
1fd27ee
·
verified ·
1 Parent(s): 5b7da53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -5,19 +5,23 @@ tags:
5
  - transformers
6
  - unsloth
7
  - qwen3
8
- - trl
9
- - sft
10
  license: apache-2.0
11
  language:
12
  - en
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** C-sharpMinor
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** unsloth/qwen3-14b-unsloth-bnb-4bit
 
 
 
 
 
 
 
20
 
21
- This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
5
  - transformers
6
  - unsloth
7
  - qwen3
8
+ - gguf
 
9
  license: apache-2.0
10
  language:
11
  - en
12
  ---
13
 
14
+ # Surgery-Focused English Medical Q&A Generator
15
 
16
+ **Model name**: `csharpminor/surgery-qa-generator-en`
17
+ **Developed by**: **5YZ**
18
+ **Finetuned from**: `unsloth/qwen3-14b-unsloth-bnb-4bit`
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