github-code-fim / README.md
PotatoHD's picture
Upload README.md with huggingface_hub
da362f4 verified
|
Raw
History Blame Contribute Delete
1.03 kB
---
dataset_info:
features:
- name: text
dtype: string
- name: source
dtype: string
- name: repo
dtype: string
- name: language
dtype: string
splits:
- name: train
num_bytes: 8151876849
num_examples: 1351815
download_size: 2400357512
dataset_size: 8151876849
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- code
- fill-in-the-middle
- fim
- github
- code-completion
license: other
language:
- code
- en
size_categories:
- 1M<n<10M
task_categories:
- text-generation
pretty_name: GitHub Code Fill-in-the-Middle
---
## Description
Fill-in-the-middle (FIM) code-completion examples mined from public GitHub repositories. Columns: `text` (FIM-formatted), `source`, `repo`, `language`.
> Derived dataset. Source material retains its original per-item licence (see `source`/`repo` columns); treat as **other / mixed**. Provided as-is.
## Usage
```python
from datasets import load_dataset
ds = load_dataset("PotatoHD/github-code-fim")
```