File size: 891 Bytes
d67f29d
 
 
 
 
 
 
79ad77f
 
 
 
 
 
 
 
 
d67f29d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
task_categories:
- text-generation
language:
- code
pretty_name: Repository Code Snippets
configs:
- config_name: default
  data_files:
  - split: train
    path: parquet/snippets.parquet
- config_name: repo_shards
  data_files:
  - split: train
    path: source_snippets/*.jsonl
---

# Repository Code Snippets

Focused source-code snippets for static repository graph browsing.

Rows are keyed by `repo_id` and `entity_id`, matching the public repo graph
entity ids. Each row contains a focused source span plus surrounding context,
not a complete repository dump.

## Columns

- `repo_id`
- `entity_id`
- `uri`
- `kind`
- `name`
- `path`
- `language`
- `start_line`
- `end_line`
- `context_start_line`
- `context_end_line`
- `code`
- `source_hash`
- `truncated`

## Stats

- snippets: `468,268`
- skipped entities: `437,756`
- repos: `155`
- generated at: `1777152029`