Commit
·
5881bc9
1
Parent(s):
e08ea2b
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,14 +9,13 @@ tags:
|
|
| 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
|
| 17 |
temperature: 0.5
|
| 18 |
num_return_sequences: 1
|
| 19 |
-
do_sample: true
|
| 20 |
---
|
| 21 |
|
| 22 |
# Code Generation using GPT2-Large
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: 'def hello_world():'
|
| 11 |
example_title: Code Generation Example 1
|
| 12 |
+
- text: 'def get_files_size(filename):'
|
| 13 |
example_title: Code Generation Example 2
|
| 14 |
inference:
|
| 15 |
parameters:
|
| 16 |
max_new_tokens: 30
|
| 17 |
temperature: 0.5
|
| 18 |
num_return_sequences: 1
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# Code Generation using GPT2-Large
|