File size: 761 Bytes
4a14346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: path
    dtype: string
  - name: copies
    dtype: string
  - name: size
    dtype: string
  - name: content
    dtype: string
  - name: license
    dtype: string
  splits:
  - name: train
    num_bytes: 130556998.1704905
    num_examples: 10000
  - name: valid
    num_bytes: 6658657.886815172
    num_examples: 500
  download_size: 52539728
  dataset_size: 137215656.05730566
---
# Dataset Card for "codeparrot_10000_rows"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)