File size: 632 Bytes
cb4e3fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13f148f
 
 
 
 
cb4e3fa
 
 
 
 
13f148f
 
cb4e3fa
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
---
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
  splits:
  - name: train
    num_bytes: 12154781005.699432
    num_examples: 6910582
  - name: test
    num_bytes: 1343478602.168797
    num_examples: 767838
  download_size: 6343581879
  dataset_size: 13498259607.868229
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---