Add details, widgets
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: gemma
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gemma
|
3 |
+
datasets:
|
4 |
+
- greengerong/leetcode
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
|
11 |
+
widget:
|
12 |
+
- text: "Generate a computer science question of easy difficulty."
|
13 |
+
example_title: "Easy"
|
14 |
+
- text: "Generate a computer science question of medium difficulty."
|
15 |
+
example_title: "Medium"
|
16 |
+
- text: "Generate a computer science question of hard difficulty."
|
17 |
+
example_title: "Hard"
|
18 |
+
|
19 |
+
---
|