DeathReaper0965 commited on
Commit
21dfbb4
1 Parent(s): 2b8d4c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,15 +7,16 @@ tags:
7
  - code-generation
8
  - gpt2-large
9
  widget:
10
- - text: 'def add(a, b):'
 
11
  example_title: Example 1
12
- - text: 'def get_files_size(filename):'
 
13
  example_title: Example 2
14
  inference:
15
  parameters:
16
  max_new_tokens: 30
17
  num_return_sequences: 1
18
- pipeline_tag: text-generation
19
  ---
20
 
21
  # Code Generation using GPT2-Large
 
7
  - code-generation
8
  - gpt2-large
9
  widget:
10
+ - text: >-
11
+ def add(a, b):
12
  example_title: Example 1
13
+ - text: >-
14
+ def get_file_size(filename):
15
  example_title: Example 2
16
  inference:
17
  parameters:
18
  max_new_tokens: 30
19
  num_return_sequences: 1
 
20
  ---
21
 
22
  # Code Generation using GPT2-Large