File size: 738 Bytes
1cb3b60 165376a | 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 | ---
dataset_info:
features:
- name: blob_id
dtype: string
- name: repo_name
dtype: string
- name: path
dtype: string
- name: length_bytes
dtype: int64
- name: score
dtype: float64
- name: int_score
dtype: int64
- name: text
dtype: string
- name: is_english
dtype: bool
splits:
- name: train
num_bytes: 875280662
num_examples: 726923
download_size: 459109574
dataset_size: 875280662
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Dataset created from styal/filtered-python-edu with only English samples.
Enlgish samples have been classified with papluca/xlm-roberta-base-language-detection with a minimum threshold score of 0.8.
|