Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,4 +20,33 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
tags:
|
| 24 |
+
- code
|
| 25 |
+
- fill-in-the-middle
|
| 26 |
+
- fim
|
| 27 |
+
- github
|
| 28 |
+
- code-completion
|
| 29 |
+
license: other
|
| 30 |
+
language:
|
| 31 |
+
- code
|
| 32 |
+
- en
|
| 33 |
+
size_categories:
|
| 34 |
+
- 1M<n<10M
|
| 35 |
+
task_categories:
|
| 36 |
+
- text-generation
|
| 37 |
+
pretty_name: GitHub Code Fill-in-the-Middle
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## Description
|
| 42 |
+
|
| 43 |
+
Fill-in-the-middle (FIM) code-completion examples mined from public GitHub repositories. Columns: `text` (FIM-formatted), `source`, `repo`, `language`.
|
| 44 |
+
|
| 45 |
+
> Derived dataset. Source material retains its original per-item licence (see `source`/`repo` columns); treat as **other / mixed**. Provided as-is.
|
| 46 |
+
|
| 47 |
+
## Usage
|
| 48 |
+
|
| 49 |
+
```python
|
| 50 |
+
from datasets import load_dataset
|
| 51 |
+
ds = load_dataset("PotatoHD/github-code-fim")
|
| 52 |
+
```
|