ZennyKenny commited on
Commit
cf9e9e1
·
verified ·
1 Parent(s): abd5bd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ This model is a fine-tuned version of the `unsloth/qwen2.5-3b-instruct-unsloth-b
14
  This model applies LoRA (Low-Rank Adaptation) to the Qwen2.5-3B-Instruct base model, targeting key projection modules for efficient fine-tuning. It is quantized to 4-bit precision using the Unsloth library to optimize for inference performance on lower-resource hardware.
15
 
16
  - **Developed by:** [montebello.ai](https://www.montebello.ai/)
17
- - **Funded by [optional]:** Bootstrapped for Life
18
  - **Model type:** Causal Language Model with LoRA Adapter
19
  - **Language(s) (NLP):** English (primary), multilingual support for some other languages (research ongoing).
20
  - **License:** MIT
@@ -22,7 +22,7 @@ This model applies LoRA (Low-Rank Adaptation) to the Qwen2.5-3B-Instruct base mo
22
 
23
  ### Model Sources
24
 
25
- - **Demo [optional]:** [Link if available]
26
 
27
  ## Uses
28
 
@@ -88,7 +88,7 @@ print(tokenizer.decode(outputs[0]))
88
 
89
  ### Training Data
90
 
91
- This model was trained on the [GSMI dataset](https://github.com/openai/grade-school-math) from OpenAI.
92
 
93
  ## Environmental Impact
94
 
 
14
  This model applies LoRA (Low-Rank Adaptation) to the Qwen2.5-3B-Instruct base model, targeting key projection modules for efficient fine-tuning. It is quantized to 4-bit precision using the Unsloth library to optimize for inference performance on lower-resource hardware.
15
 
16
  - **Developed by:** [montebello.ai](https://www.montebello.ai/)
17
+ - **Funded by:** Bootstrapped 4 Life
18
  - **Model type:** Causal Language Model with LoRA Adapter
19
  - **Language(s) (NLP):** English (primary), multilingual support for some other languages (research ongoing).
20
  - **License:** MIT
 
22
 
23
  ### Model Sources
24
 
25
+ - **Demo [optional]:** [COMING SOON]
26
 
27
  ## Uses
28
 
 
88
 
89
  ### Training Data
90
 
91
+ This model was trained on the [GSM8K dataset](https://github.com/openai/grade-school-math) from OpenAI.
92
 
93
  ## Environmental Impact
94