Update README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,8 @@ 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 |
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 |
|
| 14 |
-
Next
|
| 15 |
-
I have edited the quotes to be able to show the prompts correctly here the model outputs proper markdown.
|
| 16 |
|
| 17 |
The first sample shows a non-trivial example of the model generating code.
|
| 18 |
(Depending on the complexity of the required task the generated code might not work. For example, making the model write code to move the square
|
|
|
|
| 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 |
|
| 14 |
+
Next there are some examples to show what the model is currently capable of.
|
| 15 |
+
(I have edited the quotes to be able to show the prompts correctly here the model outputs proper markdown.)
|
| 16 |
|
| 17 |
The first sample shows a non-trivial example of the model generating code.
|
| 18 |
(Depending on the complexity of the required task the generated code might not work. For example, making the model write code to move the square
|