Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Annoy-DataSync First 25 Records Subset
|
| 5 |
+
|
| 6 |
+
This dataset contains the first 25 records (lines) from the Annoy-DataSync dataset source file `rawcode_1k.jsonl`.
|
| 7 |
+
|
| 8 |
+
## Statistics
|
| 9 |
+
- Number of records: 25
|
| 10 |
+
- Total file size: 53487 bytes
|
| 11 |
+
- SHA256 checksum: `f221a5cd87d95371f331bb23018f67a5f783a1687b30bbbb6aa640e28b9e34f2`
|
| 12 |
+
|
| 13 |
+
## Source
|
| 14 |
+
Original file: [https://raw.githubusercontent.com/hdqtoolathlon/Annoy-DataSync/main/data/rawcode_1k.jsonl](https://raw.githubusercontent.com/hdqtoolathlon/Annoy-DataSync/main/data/rawcode_1k.jsonl)
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
This subset is intended for reproducible testing and demonstration purposes.
|
| 18 |
+
|
| 19 |
+
## Dataset Structure
|
| 20 |
+
The dataset contains a single JSONL file: `rawcode_first25.jsonl`. Each line is a JSON object representing a code snippet with metadata.
|