ebrinz commited on
Commit
eae7cad
·
1 Parent(s): 46e6224

Add SVG banner, update README with current stats

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. banner.svg +142 -0
README.md CHANGED
@@ -20,22 +20,24 @@ size_categories:
20
  - 1K<n<10K
21
  ---
22
 
23
- # text-cult
 
 
24
 
25
  A corpus of occult, esoteric, and hermetic texts compiled from public domain sources.
26
 
27
  ## Contents
28
 
29
  ```
30
- Total documents: 6,468
31
- Total characters: 418,368,273
32
- Parquet size: 124.7 MB (zstd compressed)
33
  ```
34
 
35
  | Source | Documents | Characters |
36
  |--------|-----------|------------|
37
  | sacred-texts | 5,873 | 85.7M |
38
- | internet-archive | 528 | 277.0M |
39
  | gutenberg | 67 | 55.6M |
40
 
41
  Covers alchemy, Kabbalah, Thelema, grimoires, Hermetica, Gnosticism, sacred texts, and related traditions. Primarily English with 120 Latin texts and smaller French/German collections.
 
20
  - 1K<n<10K
21
  ---
22
 
23
+ <p align="center">
24
+ <img src="banner.svg" alt="text-cult banner" width="100%"/>
25
+ </p>
26
 
27
  A corpus of occult, esoteric, and hermetic texts compiled from public domain sources.
28
 
29
  ## Contents
30
 
31
  ```
32
+ Total documents: 6,268
33
+ Total characters: 305,251,131
34
+ Parquet size: 117.6 MB (zstd compressed)
35
  ```
36
 
37
  | Source | Documents | Characters |
38
  |--------|-----------|------------|
39
  | sacred-texts | 5,873 | 85.7M |
40
+ | internet-archive | 328 | 163.9M |
41
  | gutenberg | 67 | 55.6M |
42
 
43
  Covers alchemy, Kabbalah, Thelema, grimoires, Hermetica, Gnosticism, sacred texts, and related traditions. Primarily English with 120 Latin texts and smaller French/German collections.
banner.svg ADDED