chincyk commited on
Commit
15f1e64
1 Parent(s): a29dd1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,14 +1,14 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - code
5
- license: mit
6
- datasets:
7
- - iamtarun/python_code_instructions_18k_alpaca
8
- pipeline_tag: text-generation
9
- language:
10
- - en
11
- ---
12
 
13
  # PyCodeGen 350M
14
 
@@ -53,7 +53,7 @@ input = "a = 5, b = 2"
53
 
54
  prompt = f"""
55
  ### Instruction:
56
- Use the Task below and the Input given to write the Response, which is a programming code that can solve the Task.,
57
 
58
  ### Task:
59
  {instruction}
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - code
5
+ license: mit
6
+ datasets:
7
+ - iamtarun/python_code_instructions_18k_alpaca
8
+ pipeline_tag: text-generation
9
+ language:
10
+ - en
11
+ ---
12
 
13
  # PyCodeGen 350M
14
 
 
53
 
54
  prompt = f"""
55
  ### Instruction:
56
+ Use the Task below and the Input given to write the Response, which is a programming code that can solve the Task.
57
 
58
  ### Task:
59
  {instruction}