iamtarun commited on
Commit
f5a8080
1 Parent(s): fc33334

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: description
7
+ dtype: string
8
+ - name: code
9
+ dtype: string
10
+ - name: test_samples
11
+ sequence:
12
+ - name: input
13
+ dtype: string
14
+ - name: output
15
+ dtype: string
16
+ - name: source
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ '0': UNKNOWN_SOURCE
21
+ '1': CODECHEF
22
+ '2': CODEFORCES
23
+ '3': HACKEREARTH
24
+ '4': CODEJAM
25
+ '5': ATCODER
26
+ '6': AIZU
27
+ - name: prompt
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 624564538
32
+ num_examples: 8139
33
+ download_size: 183461727
34
+ dataset_size: 624564538
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: train
39
+ path: data/train-*
40
+ ---
41
+ # Dataset Card for "code_contest_python3_alpaca"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)