Updated formating.
Browse files
README.md
CHANGED
|
@@ -8,7 +8,8 @@ tags:
|
|
| 8 |
- code
|
| 9 |
---
|
| 10 |
|
| 11 |
-
This is proof of concept to see how far LLM's on the smaller side can go when fine-tuned for code generation and understanding.
|
|
|
|
| 12 |
The base model is based on OpenLlama-3b and can be found [here](https://huggingface.co/psmathur/orca_mini_3b) and it has been trained using [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl/tree/main).
|
| 13 |
Unlike the base model the prompt is based on Alapaca.
|
| 14 |
|
|
|
|
| 8 |
- code
|
| 9 |
---
|
| 10 |
|
| 11 |
+
This is proof of concept to see how far LLM's on the smaller side can go when fine-tuned for code generation and understanding.
|
| 12 |
+
|
| 13 |
The base model is based on OpenLlama-3b and can be found [here](https://huggingface.co/psmathur/orca_mini_3b) and it has been trained using [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl/tree/main).
|
| 14 |
Unlike the base model the prompt is based on Alapaca.
|
| 15 |
|