DeathReaper0965
commited on
Commit
•
e08ea2b
1
Parent(s):
50a2529
Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,10 @@ tags:
|
|
7 |
- code-generation
|
8 |
- gpt2-large
|
9 |
widget:
|
10 |
-
- text:
|
11 |
-
def hello_world():
|
12 |
example_title: Code Generation Example 1
|
13 |
-
- text:
|
14 |
-
|
15 |
example_title: Code Generation Example 2
|
16 |
-
pipeline_tag: text-generation
|
17 |
inference:
|
18 |
parameters:
|
19 |
max_new_tokens: 30
|
|
|
7 |
- code-generation
|
8 |
- gpt2-large
|
9 |
widget:
|
10 |
+
- text: 'def hello_world():'
|
|
|
11 |
example_title: Code Generation Example 1
|
12 |
+
- text: ''
|
|
|
13 |
example_title: Code Generation Example 2
|
|
|
14 |
inference:
|
15 |
parameters:
|
16 |
max_new_tokens: 30
|