File size: 946 Bytes
20a9f9b
b2db97e
527f069
 
6e5b7c9
 
527f069
 
 
 
 
 
 
 
 
 
 
 
 
9e43d5a
 
 
 
527f069
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e5b7c9
051f6fa
527f069
051f6fa
 
527f069
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
configs:
- config_name: python
  data_files:
  - split: test
    path: python/test-*
dataset_info:
  config_name: python
  features:
  - name: id
    dtype: string
  - name: content
    dtype: string
  - name: test
    struct:
    - name: code
      dtype: string
  - name: labels
    struct:
    - name: programming_language
      dtype: string
    - name: execution_language
      dtype: string
    - name: questionId
      dtype: string
    - name: questionFrontendId
      dtype: string
    - name: questionTitle
      dtype: string
    - name: stats
      struct:
      - name: totalAccepted
        dtype: string
      - name: totalSubmission
        dtype: string
      - name: totalAcceptedRaw
        dtype: int64
      - name: totalSubmissionRaw
        dtype: int64
      - name: acRate
        dtype: string
  splits:
  - name: test
    num_bytes: 1236371
    num_examples: 260
  download_size: 502189
  dataset_size: 1236371
---