legolasyiu commited on
Commit
3d32c2f
1 Parent(s): 3a29eab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -26
README.md CHANGED
@@ -18,32 +18,6 @@ finetuinng with
18
 
19
 
20
  # code
21
- ```
22
-
23
- Formated text
24
- ''python
25
- formatted_text = f"""Below is an instruction that describes a task. \
26
- Write a response that appropriately completes the request.
27
-
28
- ### Instruction:
29
- {x['instruction']}
30
-
31
- ### Input:
32
- {x['input']}
33
-
34
- ### Response:
35
- {x['output']}<eos>
36
- else:
37
- formatted_text = f"""Below is an instruction that describes a task. \
38
- Write a response that appropriately completes the request.
39
-
40
- ### Instruction:
41
- {x['instruction']}
42
-
43
- ### Response:
44
- {x['output']}<eos>"""
45
-
46
- ''
47
 
48
 
49
  ```python
 
18
 
19
 
20
  # code
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
 
23
  ```python