File size: 1,600 Bytes
f1604e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
---
pretty_name: NotaBug.org Code Dataset
size_categories:
- 10M<n<100M
task_categories:
- text-generation
- fill-mask
annotations_creators:
- found
multilinguality:
- multilingual
source_datasets:
- original
configs:
- config_name: default
  data_files:
  - split: train
    path: "notabug_*.jsonl.zst"
  default: true
tags:
- code
license:
- other
---

# Dataset Card for NotaBug.org Code Dataset

### Dataset Summary

This dataset contains source code files collected from 19,449 repositories and branches hosted on NotABug.org, a free code hosting platform. The dataset includes code from various programming languages and represents a diverse collection of open-source projects and personal repositories.

## Dataset Structure

### Data Fields

This dataset includes the following fields:

- `code`: Content of the source file (string)
- `repo_name`: Name of the NotaBug.org repository (string)
- `path`: Path of file within the repository (string)
- `language`: Programming language as inferred by file extension (string)
- `license`: License of the repository, if available (string)
- `size`: Size of source file in bytes (integer)

### Data Splits

All examples are in the train split, there is no validation split.

### Data Format

- **Format**: JSONL (JSON Lines) compressed with Zstandard (.jsonl.zst)
- **File Structure**: 113 files (notabug_0000.jsonl.zst to notabug_0112.jsonl.zst)
- **Total Repositories**: 19,449 repositories and branches
- **Filtering**: Files with lines longer than 1,000 characters were excluded
- **Deduplication**: No deduplication was performed on the dataset