Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
codelion commited on
Commit
29efba9
1 Parent(s): 39f511d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,7 +11,10 @@ programming_language:
11
  - Java
12
  - JavaScript
13
  - Python
14
- inference: false
 
 
 
15
  widget:
16
  - text: 'def print_hello_world():'
17
  example_title: Hello world
 
11
  - Java
12
  - JavaScript
13
  - Python
14
+ inference:
15
+ parameters:
16
+ temparature: 0.8
17
+ max_new_tokens: 32
18
  widget:
19
  - text: 'def print_hello_world():'
20
  example_title: Hello world