Varun Hemachandran commited on
Commit
5551a4b
·
1 Parent(s): 89595ec

Add README and configure Git LFS for PDF files

Browse files
Files changed (2) hide show
  1. .gitattributes +2 -0
  2. README.md +55 -3
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ # Document files - compressed
61
+ *.pdf filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: cc-by-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # JFK Document Release 2025 - Document Index
2
+
3
+ This file provides an overview of the document collection included in this repository.
4
+
5
+ ## Collection Overview
6
+
7
+ - **Total Documents**: Over 2,000 files
8
+ - **Total Size**: Approximately 6GB
9
+ - **Format**: PDF files
10
+ - **Source**: National Archives and Records Administration (NARA)
11
+ - **Release Date**: 2025
12
+ - **Hosted On**: [Hugging Face Datasets](https://huggingface.co/datasets/varun-heman/jfk-files-2025)
13
+
14
+ ## Document Naming Convention
15
+
16
+ The documents follow the National Archives naming convention:
17
+
18
+ - Format: `104-XXXXX-XXXXX.pdf`
19
+ - Example: `104-10003-10041.pdf`
20
+
21
+ These numbers correspond to the JFK Assassination Records Collection identification system.
22
+
23
+ ## Key Documents
24
+
25
+ While all documents are available in the Hugging Face dataset, some notable documents include:
26
+
27
+ - Large files (over 20MB) that may contain comprehensive reports
28
+ - Files with multiple versions (e.g., those with annotations like `(C06932208)` in the filename)
29
+
30
+ ## How to Use This Collection
31
+
32
+ 1. **Access via Hugging Face**: You can directly browse and download the files from the [Hugging Face dataset](https://huggingface.co/datasets/varun-heman/jfk-files-2025).
33
+ 2. **Download programmatically**: Use the Hugging Face datasets library to access the files:
34
+ ```python
35
+ from datasets import load_dataset
36
+ dataset = load_dataset("varun-heman/jfk-files-2025")
37
+ ```
38
+ 3. **Run the scraper**: If you prefer to download directly from the National Archives, you can use the scraper tool included in this repository.
39
+ 4. **Search by filename**: If you're looking for specific document numbers referenced in other research.
40
+
41
+ ## Research Tips
42
+
43
+ - Many of these documents contain cross-references to other documents in the collection.
44
+ - Some documents may be partially redacted as per NARA's release guidelines.
45
+ - Consider using PDF search tools to locate specific terms across multiple documents.
46
+
47
+ ## Additional Resources
48
+
49
+ For more information about the JFK Assassination Records Collection:
50
+ - [National Archives JFK Collection](https://www.archives.gov/research/jfk)
51
+ - [JFK Assassination Records Processing Project](https://www.archives.gov/research/jfk/processing-project)
52
+
53
+ ---
54
+
55
+ *This index was created to accompany the 2025 JFK Document Release. The documents themselves are works of the United States Government and are in the public domain.*