iamtarun commited on
Commit
435a897
1 Parent(s): 7d7fd2b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: language
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': UNKNOWN
15
+ '1': Python2
16
+ '2': C++
17
+ '3': Python3
18
+ '4': JAVA
19
+ - name: test_samples
20
+ sequence:
21
+ - name: input
22
+ dtype: string
23
+ - name: output
24
+ dtype: string
25
+ - name: source
26
+ dtype:
27
+ class_label:
28
+ names:
29
+ '0': UNKNOWN_SOURCE
30
+ '1': CODECHEF
31
+ '2': CODEFORCES
32
+ '3': HACKEREARTH
33
+ '4': CODEJAM
34
+ '5': ATCODER
35
+ '6': AIZU
36
+ splits:
37
+ - name: train
38
+ num_bytes: 3321514817
39
+ num_examples: 38438
40
+ download_size: 1017499787
41
+ dataset_size: 3321514817
42
+ configs:
43
+ - config_name: default
44
+ data_files:
45
+ - split: train
46
+ path: data/train-*
47
+ ---
48
+ # Dataset Card for "code_contest_processed"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)