Instructions to use OpenGenerativeAI/LOGIC-LORA-27B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use OpenGenerativeAI/LOGIC-LORA-27B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-27b-it") model = PeftModel.from_pretrained(base_model, "OpenGenerativeAI/LOGIC-LORA-27B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -132,5 +132,5 @@ R = (13 * 14 * 15) / (4 * 84) = (13 * 14 * 15) / 336 = (13 * 2 * 7 * 3 * 5) / (2
|
|
| 132 |
|
| 133 |
<conclusion>
|
| 134 |
The radius of the circumcircle is 65/8 or 8.125.
|
| 135 |
-
</conclusion>
|
| 136 |
```
|
|
|
|
| 132 |
|
| 133 |
<conclusion>
|
| 134 |
The radius of the circumcircle is 65/8 or 8.125.
|
| 135 |
+
</conclusion>
|
| 136 |
```
|