Alex0007 commited on
Commit
c0f476c
1 Parent(s): 6b80e8b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: submission_id
5
+ dtype: string
6
+ - name: contestId
7
+ dtype: int64
8
+ - name: index
9
+ dtype: string
10
+ - name: name
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: rating
15
+ dtype: int64
16
+ - name: tags
17
+ sequence: string
18
+ - name: title
19
+ dtype: string
20
+ - name: time-limit
21
+ dtype: string
22
+ - name: memory-limit
23
+ dtype: string
24
+ - name: problem-description
25
+ dtype: string
26
+ - name: input-specification
27
+ dtype: string
28
+ - name: output-specification
29
+ dtype: string
30
+ - name: demo-input
31
+ sequence: string
32
+ - name: demo-output
33
+ sequence: string
34
+ - name: note
35
+ dtype: string
36
+ - name: points
37
+ dtype: float64
38
+ - name: test_cases
39
+ list:
40
+ - name: input
41
+ dtype: string
42
+ - name: output
43
+ dtype: string
44
+ - name: creationTimeSeconds
45
+ dtype: int64
46
+ - name: relativeTimeSeconds
47
+ dtype: int64
48
+ - name: programmingLanguage
49
+ dtype: string
50
+ - name: verdict
51
+ dtype: string
52
+ - name: testset
53
+ dtype: string
54
+ - name: passedTestCount
55
+ dtype: int64
56
+ - name: timeConsumedMillis
57
+ dtype: int64
58
+ - name: memoryConsumedBytes
59
+ dtype: int64
60
+ - name: code
61
+ dtype: string
62
+ splits:
63
+ - name: train
64
+ num_bytes: 3376338463
65
+ num_examples: 690396
66
+ download_size: 157268552
67
+ dataset_size: 3376338463
68
+ ---
69
+ # Dataset Card for "Codeforces-Python-Submissions"
70
+
71
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)