matteopilotto commited on
Commit
99c7ec6
1 Parent(s): ef8df11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,22 +1,32 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: url
 
 
 
 
5
  dtype: string
6
- - name: comments_url
7
  dtype: string
8
- - name: html_url
9
  dtype: string
10
  - name: labels
11
  dtype: string
12
- - name: comments
 
 
 
 
 
 
13
  dtype: string
14
  splits:
15
  - name: train
16
- num_bytes: 557449
17
  num_examples: 52
18
- download_size: 295928
19
- dataset_size: 557449
20
  configs:
21
  - config_name: default
22
  data_files:
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: issue_num
7
+ dtype: int64
8
+ - name: title
9
  dtype: string
10
+ - name: body
11
  dtype: string
12
+ - name: comments
13
  dtype: string
14
  - name: labels
15
  dtype: string
16
+ - name: comment_count
17
+ dtype: int64
18
+ - name: url
19
+ dtype: string
20
+ - name: html_url
21
+ dtype: string
22
+ - name: comments_url
23
  dtype: string
24
  splits:
25
  - name: train
26
+ num_bytes: 632530
27
  num_examples: 52
28
+ download_size: 339415
29
+ dataset_size: 632530
30
  configs:
31
  - config_name: default
32
  data_files: