Fixed a typo.
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 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 fine-tuned with LoRA using [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl/tree/main).
|
| 14 |
-
Unlike the base model the prompt is based on
|
| 15 |
|
| 16 |
Next there are some examples to show what the model is currently capable of.
|
| 17 |
(I have edited the quotes to be able to show the prompts correctly here the model outputs proper markdown.)
|
|
|
|
| 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 fine-tuned with LoRA using [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl/tree/main).
|
| 14 |
+
Unlike the base model the prompt is based on Alpaca.
|
| 15 |
|
| 16 |
Next there are some examples to show what the model is currently capable of.
|
| 17 |
(I have edited the quotes to be able to show the prompts correctly here the model outputs proper markdown.)
|