Update README.md
Browse files
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}
|