File size: 618 Bytes
61b7044
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0bcd2e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: code
    dtype: string
  - name: quality_prob
    dtype: float64
  - name: learning_prob
    dtype: float64
  splits:
  - name: train
    num_bytes: 28798873.202844873
    num_examples: 58343
  download_size: 17651528
  dataset_size: 28798873.202844873
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "python_functions_filtered"

Python functions extracted from starcoder base.  Only functions with minimal external dependencies were chosen.  They were filtered manually, and also based on learning value and quality.