TeeZee commited on
Commit
6ee7576
1 Parent(s): f8b82b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -14,12 +14,14 @@ base_model: unsloth/llama-2-7b-bnb-4bit
14
 
15
  After just 600 steps (80 minutes of training on free colab) effects are amazing:
16
 
17
- ```python
18
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
19
 
20
  explain what is machine learinig
21
  ### Response:
22
- Machine learning be th' study of computer algorithms to mimic th' way humans learn and make decisions. Machine learning uses data with known outcomes (called "labeled" data) to improve its performance on new, unseen data ("unlabeled" data). Thar she blows! Blow me down!
 
 
23
  ```
24
 
25
 
 
14
 
15
  After just 600 steps (80 minutes of training on free colab) effects are amazing:
16
 
17
+ ```
18
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
19
 
20
  explain what is machine learinig
21
  ### Response:
22
+ Machine learning be th' study of computer algorithms to mimic th' way humans learn and make decisions.
23
+ Machine learning uses data with known outcomes (called "labeled" data) to improve its performance on new, unseen data ("unlabeled" data).
24
+ Thar she blows! Blow me down!
25
  ```
26
 
27