added examples
Browse files
README.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
license: gemma
|
3 |
datasets:
|
4 |
- flytech/python-codes-25k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
|
|
2 |
license: gemma
|
3 |
datasets:
|
4 |
- flytech/python-codes-25k
|
5 |
+
widget:
|
6 |
+
- text: "write a simple python function"
|
7 |
+
example_title: "Example 1"
|
8 |
+
- text: "write a python program using flask"
|
9 |
+
example_title: "Example 2"
|
10 |
+
- text: "make a todo list using python"
|
11 |
+
example_title: "Example 3"
|
12 |
+
- text: "print current date and time using python"
|
13 |
+
example_title: "Example 4"
|
14 |
language:
|
15 |
- en
|
16 |
pipeline_tag: text-generation
|