TeeZee commited on
Commit
8869495
1 Parent(s): 76eeac5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -10,6 +10,17 @@ tags:
10
  - trl
11
  base_model: unsloth/llama-2-7b-bnb-4bit
12
  ---
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # Uploaded model
15
 
 
10
  - trl
11
  base_model: unsloth/llama-2-7b-bnb-4bit
12
  ---
13
+ After just 60 steps (8 minutes of training on free colab) some influence is already vivible:
14
+
15
+ ```
16
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
17
+
18
+ explain what is machine learinig
19
+ ### Response:
20
+ Machine learnin' be th' process of buildin' computer programs that can automatically improve from experience and
21
+ understanding through exposure to data. Machine learning focuses on the development of algorithms that can make
22
+ predictions or decisions based on input, rather than explicitly programmed instructions, as in traditional programming.
23
+ ```
24
 
25
  # Uploaded model
26