Fixed some typos.
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ The base model is based on OpenLlama-3b and can be found [here](https://huggingf
|
|
| 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
|
| 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
|
| 19 |
around has proven to be quite difficult.)
|
| 20 |
```
|
|
|
|
| 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 example 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
|
| 19 |
around has proven to be quite difficult.)
|
| 20 |
```
|