do-me commited on
Commit
03a0811
·
1 Parent(s): 5ec3897

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -21,13 +21,13 @@ This is the HF data repo for indexed texts, ready-to-import in SemanticFinder. T
21
 
22
  ### Catalogue
23
 
24
- | Title | Source | Language | Model | Quantized | Characters | Lines | Split Type | Split Num | Chunks | Decimals | Filesize [Mb] | URL |
25
- |-------------------------|----------------------------------------------------------------------------------------|----------|-----------------------|-----------|------------|--------|------------|-----------|--------|----------|---------------|--------------------------------------------------------------------------------------------------------------------|
26
- | King James Bible | [holybooks.com](https://www.holybooks.com/wp-content/uploads/2010/05/The-Holy-Bible-King-James-Version.pdf) | en | gte-tiny | true | 4,640,737 | 80,496 | chars | 200 | 23,055 | 2 | 11.7 | https://huggingface.co/datasets/do-me/SemanticFinder/resolve/main/king-james-bible_gte-tiny_q_200-chars_2-dec.json.gz |
27
- | King James Bible | [holybooks.com](https://www.holybooks.com/wp-content/uploads/2010/05/The-Holy-Bible-King-James-Version.pdf) | en | gte-tiny | true | 4,640,737 | 80,496 | chars | 200 | 23,055 | 4 | 26.17 | https://huggingface.co/datasets/do-me/SemanticFinder/resolve/main/king-james-bible_gte-tiny_q_200-chars_4-dec.json.gz |
28
- | IPCC Report 2022 | [ipcc.ch](https://report.ipcc.ch/ar6syr/pdf/IPCC_AR6_SYR_LongerReport.pdf) | en | bge-small-en | true | 311,979 | 3,230 | chars | 200 | 3,085 | 5 | 1.8 | https://huggingface.co/datasets/do-me/SemanticFinder/resolve/main/ipcc-2023_bge-small-en_q_200-chars_5-dec.json.gz |
29
- | Das Kapital (Karl Marx) | [archive.org](https://ia601605.us.archive.org/13/items/KarlMarxDasKapitalpdf/KAPITAL1.pdf) | de | multilingual-e5-small | true | 2,064,288 | 28,673 | words | 80 | 3,163 | 5 | 4.77 | https://huggingface.co/datasets/do-me/SemanticFinder/resolve/main/das-kapital_multilingual-e5-small_q_80-words_5-dec.json.gz |
30
- | Divina Commedia (Dante) | [letteratura-italiana.com](http://www.letteratura-italiana.com/pdf/divina%20commedia/08%20Inferno%20in%20versione%20italiana.pdf) | it | multilingual-e5-base | true | 397,917 | 6,225 | words | 50 | 1,178 | 5 | 2.57 | https://huggingface.co/datasets/do-me/SemanticFinder/resolve/main/divina-commedia_multilingual-e5-base_q_50-words_5-dec.json.gz |
31
 
32
  ### Example
33
  Once loaded in SemanticFinder it takes less than 3 seconds to search through the whole bible! Try it out.
 
21
 
22
  ### Catalogue
23
 
24
+ | filesize | textTitle | textAuthor | textYear | textLanguage | URL | modelName | quantized | splitParam | splitType | characters | chunks | exportDecimals | lines | textNotes | textSourceURL | filename |
25
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
26
+ | 4.78 | Das Kapital | Karl Marx | 1867 | de | https://do-me.github.io/SemanticFinder/?hf=Das_Kapital_64b55b6a | Xenova/multilingual-e5-small | True | 80 | Words | 2003807 | 3164 | 5 | 28673 | | https://ia601605.us.archive.org/13/items/KarlMarxDasKapitalpdf/KAPITAL1.pdf | Das_Kapital_64b55b6a.json.gz |
27
+ | 2.58 | Divina Commedia | Dante | 1321 | it | https://do-me.github.io/SemanticFinder/?hf=Divina_Commedia_d5de4a96 | Xenova/multilingual-e5-base | True | 50 | Words | 383782 | 1179 | 5 | 6225 | | http://www.letteratura-italiana.com/pdf/divina%20commedia/08%20Inferno%20in%20versione%20italiana.pdf | Divina_Commedia_d5de4a96.json.gz |
28
+ | 1.74 | IPCC Report 2023 | IPCC | 2023 | en | https://do-me.github.io/SemanticFinder/?hf=IPCC_Report_2023_5b129f31 | Supabase/bge-small-en | True | 200 | Chars | 307811 | 1566 | 5 | 3230 | state of knowledge of climate change | https://report.ipcc.ch/ar6syr/pdf/IPCC_AR6_SYR_LongerReport.pdf | IPCC_Report_2023_5b129f31.json.gz |
29
+ | 11.45 | King James Bible | | None | en | https://do-me.github.io/SemanticFinder/?hf=King_James_Bible_07a376a9 | TaylorAI/gte-tiny | True | 200 | Chars | 4556163 | 23056 | 2 | 80496 | | https://www.holybooks.com/wp-content/uploads/2010/05/The-Holy-Bible-King-James-Version.pdf | King_James_Bible_07a376a9.json.gz |
30
+ | 25.56 | King James Bible | | None | en | https://do-me.github.io/SemanticFinder/?hf=King_James_Bible_f8c80398 | TaylorAI/gte-tiny | True | 200 | Chars | 4556163 | 23056 | 5 | 80496 | | https://www.holybooks.com/wp-content/uploads/2010/05/The-Holy-Bible-King-James-Version.pdf | King_James_Bible_f8c80398.json.gz |
31
 
32
  ### Example
33
  Once loaded in SemanticFinder it takes less than 3 seconds to search through the whole bible! Try it out.