Text Generation
PEFT
Safetensors
Transformers
English
lora
sft
trl
unsloth
conversational
towardsinnovationlab commited on
Commit
c54a353
·
verified ·
1 Parent(s): 968f38c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -16,15 +16,16 @@ language:
16
  - en
17
  ---
18
 
19
- ### Model Description
20
 
21
- This model is a fine-tuned version of Qwen/Qwen3-0.6B using the Unsloth library and LoRA for parameter-efficient training.
 
22
 
23
- The model is trained on the following dataset:
24
 
25
  -OpenMed/Medical-Reasoning-SFT-GPT-OSS-120B - for enhancing medical reasoning skills
26
 
27
- ### Model Details
28
 
29
  - **Developed by:** Claudio Giorgio Giancaterino
30
  - **Language(s) (NLP):** English
@@ -35,7 +36,7 @@ The model is trained on the following dataset:
35
 
36
  ### Direct Use
37
 
38
- This model can be used as support in healthcare applications, medical research, and clinical text generation.
39
 
40
  ### Downstream Use
41
 
@@ -48,11 +49,11 @@ It is not suitable for high-level decision-making.
48
  ## Bias, Risks, and Limitations
49
 
50
  Conversational quality may degrade with complex or multi-turn inputs.
51
- The model may give inaccurate answers and should be referred to a professional.
52
 
53
- ## How to Get Started with the Model
54
 
55
- Use the code below to get started with the model.
56
 
57
  -Using the pipeline:
58
  ```python
 
16
  - en
17
  ---
18
 
19
+ ### Model Adapter Description
20
 
21
+ This is a LoRA adapter for Qwen/Qwen3-0.6B, trained using the Unsloth library for parameter-efficient fine-tuning (PEFT).
22
+ When loaded via the transformers pipeline or PeftModel, the base model Qwen/Qwen3-0.6B is automatically fetched, and the adapter is applied on top.
23
 
24
+ The adapter was trained on the following dataset:
25
 
26
  -OpenMed/Medical-Reasoning-SFT-GPT-OSS-120B - for enhancing medical reasoning skills
27
 
28
+ ### Model Adapter Details
29
 
30
  - **Developed by:** Claudio Giorgio Giancaterino
31
  - **Language(s) (NLP):** English
 
36
 
37
  ### Direct Use
38
 
39
+ This adapter can be used as support in healthcare applications, medical research, and clinical text generation.
40
 
41
  ### Downstream Use
42
 
 
49
  ## Bias, Risks, and Limitations
50
 
51
  Conversational quality may degrade with complex or multi-turn inputs.
52
+ The adapter may give inaccurate answers and should be referred to a professional.
53
 
54
+ ## How to Get Started with the Model Adapter
55
 
56
+ Use the code below to get started with the adapter.
57
 
58
  -Using the pipeline:
59
  ```python