Spaces:
Running on Zero
Running on Zero
Bellok commited on
Commit ·
9cfb7f7
1
Parent(s): b237de9
chore(gitignore): selectively include tinystories chunks 001-050 and validation.json, exclude kh-tinystories CSVs
Browse filesRefine .gitignore patterns to include only the first 50 tinystories chunks and validation.json files in HuggingFace packs to maintain deployment size under 1GB, while excluding train.csv and validation.csv from the kh-tinystories pack for cleaner repository tracking.
- .gitignore +56 -0
.gitignore
CHANGED
|
@@ -48,9 +48,62 @@ results/
|
|
| 48 |
# HuggingFace language packs (downloaded on-demand)
|
| 49 |
# Exclude all HF packs to keep deployment size under 1GB
|
| 50 |
packs/warbler-pack-hf-*/*chunk*.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
packs/debug-*/
|
| 52 |
packs/test-*/
|
| 53 |
packs/ingestion_report_*.json
|
|
|
|
| 54 |
|
| 55 |
# Keep only Warbler's own packs (these stay in repo)
|
| 56 |
# packs/warbler-pack-core/
|
|
@@ -71,3 +124,6 @@ Thumbs.db
|
|
| 71 |
# HuggingFace cache
|
| 72 |
.cache/
|
| 73 |
models/
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
# HuggingFace language packs (downloaded on-demand)
|
| 49 |
# Exclude all HF packs to keep deployment size under 1GB
|
| 50 |
packs/warbler-pack-hf-*/*chunk*.jsonl
|
| 51 |
+
|
| 52 |
+
# Include tinystories chunks 001-050 (git applies rules in order, so inclusion comes after exclusion)
|
| 53 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-001.jsonl
|
| 54 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-002.jsonl
|
| 55 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-003.jsonl
|
| 56 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-004.jsonl
|
| 57 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-005.jsonl
|
| 58 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-006.jsonl
|
| 59 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-007.jsonl
|
| 60 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-008.jsonl
|
| 61 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-009.jsonl
|
| 62 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-010.jsonl
|
| 63 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-011.jsonl
|
| 64 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-012.jsonl
|
| 65 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-013.jsonl
|
| 66 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-014.jsonl
|
| 67 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-015.jsonl
|
| 68 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-016.jsonl
|
| 69 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-017.jsonl
|
| 70 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-018.jsonl
|
| 71 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-019.jsonl
|
| 72 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-020.jsonl
|
| 73 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-021.jsonl
|
| 74 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-022.jsonl
|
| 75 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-023.jsonl
|
| 76 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-024.jsonl
|
| 77 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-025.jsonl
|
| 78 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-026.jsonl
|
| 79 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-027.jsonl
|
| 80 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-028.jsonl
|
| 81 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-029.jsonl
|
| 82 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-030.jsonl
|
| 83 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-031.jsonl
|
| 84 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-032.jsonl
|
| 85 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-033.jsonl
|
| 86 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-034.jsonl
|
| 87 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-035.jsonl
|
| 88 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-036.jsonl
|
| 89 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-037.jsonl
|
| 90 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-038.jsonl
|
| 91 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-039.jsonl
|
| 92 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-040.jsonl
|
| 93 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-041.jsonl
|
| 94 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-042.jsonl
|
| 95 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-043.jsonl
|
| 96 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-044.jsonl
|
| 97 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-045.jsonl
|
| 98 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-046.jsonl
|
| 99 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-047.jsonl
|
| 100 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-048.jsonl
|
| 101 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-049.jsonl
|
| 102 |
+
!packs/warbler-pack-hf-*/warbler-pack-hf-tinystories-chunk-050.jsonl
|
| 103 |
packs/debug-*/
|
| 104 |
packs/test-*/
|
| 105 |
packs/ingestion_report_*.json
|
| 106 |
+
packs/warbler-pack-hf-*/validation.json
|
| 107 |
|
| 108 |
# Keep only Warbler's own packs (these stay in repo)
|
| 109 |
# packs/warbler-pack-core/
|
|
|
|
| 124 |
# HuggingFace cache
|
| 125 |
.cache/
|
| 126 |
models/
|
| 127 |
+
packs/warbler-pack-kh-tinystories/train.csv
|
| 128 |
+
packs/warbler-pack-kh-tinystories/validation.csv
|
| 129 |
+
packs/warbler-pack-kh-tinystories/train.csv
|