Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,11 @@
|
|
2 |
base_model: unsloth/gemma-3-27b-it
|
3 |
library_name: peft
|
4 |
license: gemma
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
# LOGIC-27B
|
8 |
|
9 |
LOGIC Framework (Lay Out Problem, Options, Groundwork, Inference, Conclusion)
|
10 |
|
@@ -40,10 +42,10 @@ Ends with a conclusion that ties it all together.
|
|
40 |
|
41 |
|
42 |
### Model Details
|
43 |
-
- **Model Name:**
|
44 |
- **Base Architecture:** gemma3
|
45 |
- **Application:** Reasoning using LOGIC Framework
|
46 |
-
- **Release Date:**
|
47 |
|
48 |
```python
|
49 |
system_prompt = \
|
@@ -131,6 +133,4 @@ R = (13 * 14 * 15) / (4 * 84) = (13 * 14 * 15) / 336 = (13 * 2 * 7 * 3 * 5) / (2
|
|
131 |
<conclusion>
|
132 |
The radius of the circumcircle is 65/8 or 8.125.
|
133 |
</conclusion><end_of_turn>
|
134 |
-
```
|
135 |
-
|
136 |
-
|
|
|
2 |
base_model: unsloth/gemma-3-27b-it
|
3 |
library_name: peft
|
4 |
license: gemma
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
|
9 |
+
# LOGIC-LORA-27B
|
10 |
|
11 |
LOGIC Framework (Lay Out Problem, Options, Groundwork, Inference, Conclusion)
|
12 |
|
|
|
42 |
|
43 |
|
44 |
### Model Details
|
45 |
+
- **Model Name:** LOGIC-LORA-27B
|
46 |
- **Base Architecture:** gemma3
|
47 |
- **Application:** Reasoning using LOGIC Framework
|
48 |
+
- **Release Date:** 20-March-2025
|
49 |
|
50 |
```python
|
51 |
system_prompt = \
|
|
|
133 |
<conclusion>
|
134 |
The radius of the circumcircle is 65/8 or 8.125.
|
135 |
</conclusion><end_of_turn>
|
136 |
+
```
|
|
|
|