Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
inference:
|
6 |
+
parameters:
|
7 |
+
temperature: 0.2
|
8 |
+
top_p: 0.95
|
9 |
+
widget:
|
10 |
+
- text: 'def print_hello_world():'
|
11 |
+
example_title: Hello world
|
12 |
+
group: Python
|