File size: 774 Bytes
5b8c290
 
3abc5c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b8c290
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
---
license: mit
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: title
    dtype: string
  - name: title_slug
    dtype: string
  - name: question_content
    dtype: string
  - name: tag
    dtype: string
  - name: level
    dtype: string
  - name: success_rate
    dtype: float64
  - name: total_submission
    dtype: int64
  - name: total_accepted
    dtype: int64
  - name: question_likes
    dtype: int64
  - name: question_dislikes
    dtype: int64
  - name: question_hints
    dtype: string
  - name: similar_question_ids
    dtype: string
  splits:
  - name: train
    num_bytes: 1355724
    num_examples: 2238
  download_size: 695440
  dataset_size: 1355724
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---