Update README.md
Browse files
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 |
-
|
|
|
15 |
widget:
|
16 |
-
|
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 |
|