parsak commited on
Commit
5602555
1 Parent(s): 9a3046b

Customized Inference Widget

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ ---