dongbobo commited on
Commit
fa7778f
·
verified ·
1 Parent(s): 94a04de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Annoy RawCode 1k First 200 Lines Summary
5
+
6
+ This dataset contains a summary of the first 200 lines of the `rawcode_1k.jsonl` file from the Annoy-DataSync repository.
7
+
8
+ ## Source
9
+
10
+ - GitHub Repository: https://github.com/piekeniuszwu/Annoy-DataSync
11
+ - Raw JSONL file: https://raw.githubusercontent.com/piekeniuszwu/Annoy-DataSync/main/data/rawcode_1k.jsonl
12
+ - SHA-256 of first 200 lines: `98b90e39af38766c017adcea5d3a373d447d511637121b2e4424c3880df94a18`
13
+
14
+ ## Summary
15
+
16
+ The summary JSON file `annoy_rawcode_1k_summary.json` includes:
17
+ - Source URL
18
+ - Number of lines parsed (200)
19
+ - Total bytes downloaded
20
+ - Union of top-level JSON keys across records
21
+ - Key presence counts
22
+ - SHA-256 checksum of the first 200 lines
23
+ - Referenced Hugging Face dataset links from the README
24
+ - Metadata about the Hugging Face dataset `dongbobo/annoy-license-manifest`
25
+
26
+ ## Usage
27
+
28
+ The summary can be used to verify data provenance and understand the structure of the raw data.
29
+
30
+ ## License
31
+
32
+ MIT