Customized Inference Widget
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
widget:
|
3 |
+
- text: Create a function to calculate the standard deviation of the given numbers.
|
4 |
+
example_title: Standard Deviation
|
5 |
+
- text: Write a code that checks if a given word is palindrom or not
|
6 |
+
example_title: Palindrom
|
7 |
+
datasets:
|
8 |
+
- sahil2801/CodeAlpaca-20k
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
- text-generation-inference
|
12 |
+
---
|