File size: 895 Bytes
2a371e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: language
    dtype: string
  - name: created_at
    dtype: timestamp[ns]
  - name: license
    dtype: string
  - name: description
    dtype: string
  - name: stars
    dtype: int64
  - name: forks
    dtype: int64
  - name: url
    dtype: string
  - name: repo_code
    list:
    - name: code
      dtype: string
    - name: path
      dtype: string
    - name: repo_name
      dtype: string
    - name: size
      dtype: int64
  splits:
  - name: train
    num_bytes: 219555370
    num_examples: 1474
  download_size: 71458940
  dataset_size: 219555370
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "repo_dedup_sep2023"

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