Nan-Do commited on
Commit
b7f2f07
·
1 Parent(s): f6cc6f2

Fixed some typos.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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
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
  ```