DeathReaper0965 commited on
Commit
4147583
1 Parent(s): 5881bc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -7,10 +7,12 @@ tags:
7
  - code-generation
8
  - 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
 
7
  - code-generation
8
  - gpt2-large
9
  widget:
10
+ - text: >-
11
+ def hello_world():
12
+ example_title: Example 1
13
+ - text: >-
14
+ def get_files_size(filename):
15
+ example_title: Example 2
16
  inference:
17
  parameters:
18
  max_new_tokens: 30