sayakpaul HF staff commited on
Commit
36c15a8
1 Parent(s): 0534a6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: prompt
5
+ dtype: string
6
+ - name: prompt_id
7
+ dtype: string
8
+ - name: messages
9
+ list:
10
+ - name: content
11
+ dtype: string
12
+ - name: role
13
+ dtype: string
14
+ - name: category
15
+ dtype: string
16
+ splits:
17
+ - name: test_sft
18
+ num_bytes: 28398.72
19
+ num_examples: 16
20
+ - name: train_sft
21
+ num_bytes: 579995.1134736842
22
+ num_examples: 334
23
+ download_size: 324423
24
+ dataset_size: 608393.8334736841
25
+ ---
26
+ # Dataset Card for "no_robots_only_coding"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)