rajab7 commited on
Commit
b34529f
·
verified ·
1 Parent(s): 941ca14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -3,17 +3,13 @@ license: apache-2.0
3
  pipeline_tag: text-generation
4
  library_name: transformers
5
  ---
6
- pipeline_tag: text-generation
7
- inference:
8
- parameters:
9
- temperature: 0.2
10
- top_p: 0.95
11
-
12
-
13
  ---
14
- language: Java
 
15
  widget:
16
- - text: "public class HelloWorld {
17
- public static void main(String[] args) {"
 
 
18
  ---
19
 
 
3
  pipeline_tag: text-generation
4
  library_name: transformers
5
  ---
 
 
 
 
 
 
 
6
  ---
7
+ pipeline_tag: text-generation
8
+ inference: true
9
  widget:
10
+ - text: 'public class HelloWorld {
11
+ public static void main(String[] args) {'
12
+ example_title: Hello world
13
+ group: Java
14
  ---
15