Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- instruction-tuning
|
6 |
+
- text-generation-inference
|
7 |
+
widget:
|
8 |
+
- text: Write an essay about meditation.
|
9 |
+
example_title: Essay
|
10 |
+
- text: 5 steps to learn how to play piano.
|
11 |
+
example_title: How-to
|
12 |
+
inference:
|
13 |
+
parameters:
|
14 |
+
top_p: 0.9
|
15 |
+
max_new_tokens: 50
|
16 |
+
|
17 |
+
---
|