Instructions to use Locon213/ThinkLite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Locon213/ThinkLite with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "Locon213/ThinkLite") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,10 @@ tags:
|
|
| 7 |
model-index:
|
| 8 |
- name: qwen-finetuned
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: qwen-finetuned
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- SkunkworksAI/reasoning-0.01
|
| 12 |
+
metrics:
|
| 13 |
+
- accuracy
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|