Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LogiLlama
|
| 2 |
|
| 3 |
**LogiLlama** is a fine-tuned language model developed by Goppa AI. Built upon a 1B-parameter base from LLaMA, LogiLlama has been enhanced with injected knowledge and logical reasoning abilities. Our mission is to make smaller models smarter—delivering improved reasoning and problem-solving capabilities while maintaining a low memory footprint and energy efficiency for on-device applications.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: llama3
|
| 4 |
+
base_model: meta-llama/Llama-3.2-1B
|
| 5 |
+
tags:
|
| 6 |
+
- full
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
- nlp
|
| 9 |
+
model-index:
|
| 10 |
+
- name: stratos_unverified_mix_2nodes
|
| 11 |
+
results: []
|
| 12 |
+
datasets:
|
| 13 |
+
- open-thoughts/open-thoughts-114k
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# LogiLlama
|
| 17 |
|
| 18 |
**LogiLlama** is a fine-tuned language model developed by Goppa AI. Built upon a 1B-parameter base from LLaMA, LogiLlama has been enhanced with injected knowledge and logical reasoning abilities. Our mission is to make smaller models smarter—delivering improved reasoning and problem-solving capabilities while maintaining a low memory footprint and energy efficiency for on-device applications.
|