File size: 670 Bytes
4d90c85
 
 
 
 
62cd077
4d90c85
 
 
84b79f8
89f3ebb
 
 
 
 
 
 
 
 
 
 
 
 
4d90c85
 
8a224f4
89f3ebb
8a224f4
 
4d90c85
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: should_skip_code_exec
    dtype: bool
  - name: metadata_issues
    list: string
  - name: open_discussions_with_avocado_participation
    list:
    - name: author
      dtype: string
    - name: created_at
      dtype: timestamp[us, tz=UTC]
    - name: days_passed
      dtype: int64
    - name: status
      dtype: string
    - name: title
      dtype: string
    - name: url
      dtype: string
  splits:
  - name: train
    num_bytes: 8311
    num_examples: 100
  download_size: 9892
  dataset_size: 8311
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---