Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- phi
|
5 |
+
- lora
|
6 |
+
- merged-lora
|
7 |
+
- reasoning
|
8 |
+
- react
|
9 |
+
- phi-2
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
---
|
12 |
+
|
13 |
+
# Merged Phi-2 LoRA - Reasoning (80%) + React (20%)
|
14 |
+
|
15 |
+
This LoRA adapter combines:
|
16 |
+
- 80% Refine4 (reasoning capabilities) from [Quazim0t0/Refine4](https://huggingface.co/Quazim0t0/Refine4)
|
17 |
+
- 20% React programming capabilities from [Quazim0t0/React_Lora](https://huggingface.co/Quazim0t0/React_Lora)
|
18 |
+
|
19 |
+
## Details
|
20 |
+
- Base Model: microsoft/phi-2
|
21 |
+
- Merge Date: 2025-01-27
|
22 |
+
- Primary Focus: Enhanced reasoning with React programming support
|
23 |
+
|
24 |
+
## Usage
|
25 |
+
This LoRA adapter enhances Phi-2's reasoning capabilities while maintaining React programming knowledge.
|