Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- magpie
|
10 |
- efficiency
|
11 |
- peft
|
12 |
-
-
|
13 |
library_name: peft
|
14 |
license: apache-2.0
|
15 |
language:
|
@@ -17,6 +17,8 @@ language:
|
|
17 |
pipeline_tag: text-generation
|
18 |
inference: false
|
19 |
model_type: qwen2
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# codelion/Qwen3-0.6B-accuracy-recovery-lora
|
@@ -91,4 +93,4 @@ print(response)
|
|
91 |
|
92 |
---
|
93 |
|
94 |
-
*This adapter is part of the [Ellora project](https://github.com/codelion/ellora) - standardized recipes for enhancing LLM capabilities.*
|
|
|
9 |
- magpie
|
10 |
- efficiency
|
11 |
- peft
|
12 |
+
- qwen3
|
13 |
library_name: peft
|
14 |
license: apache-2.0
|
15 |
language:
|
|
|
17 |
pipeline_tag: text-generation
|
18 |
inference: false
|
19 |
model_type: qwen2
|
20 |
+
datasets:
|
21 |
+
- codelion/Qwen3-0.6B-magpie
|
22 |
---
|
23 |
|
24 |
# codelion/Qwen3-0.6B-accuracy-recovery-lora
|
|
|
93 |
|
94 |
---
|
95 |
|
96 |
+
*This adapter is part of the [Ellora project](https://github.com/codelion/ellora) - standardized recipes for enhancing LLM capabilities.*
|