Datasets:
File size: 3,961 Bytes
786931c 4b1b5e1 786931c 126c3b9 5056f73 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | ---
license: mit
task_categories:
- token-classification
- text-classification
- summarization
- fill-mask
- sentence-similarity
- feature-extraction
- translation
pretty_name: Necrositories of NecroPools
language:
- pl
tags:
- death,
- memory
- remainder
- passing
- records
- deseased
- tumbstones
- cementary
- burial
---
# NecroPools - zunifikowany system zapisu pośmiertnego
> baza danych o zdecentralizowanej rozproszonej formie zapisu według pozyskanych opiniowanych i weryfikowanych danych możliwych do identyfikacji w rzeczywistościdataset
### drzewo katalogowe
```sh
tree dataset -a >> dataset/README.md
# ├── book-of-dead
# │ ├── burial-places
# │ │ ├── .glossary.json
# │ │ ├── .index.csv
# │ │ └── .omnis.toml
# │ ├── departed-records
# │ │ ├── .glossary.json
# │ │ ├── .index.csv
# │ │ └── .omnis.toml
# │ ├── .glossary.json
# │ ├── .omnis.toml
# │ └── storylines
# │ ├── .glossary.json
# │ ├── .index.csv
# │ └── .omnis.toml
# ├── propagations
# │ ├── datastorages
# │ │ ├── huggingface.co___necropools-data.json
# │ │ └── .omnis.toml
# │ ├── .omnis.toml
# │ └── repos
# │ ├── github.com___bonescraft.json
# │ ├── github.com___dynamic-purgatory.json
# │ ├── github.com___memorialis.json
# │ ├── github.com___necropools.json
# │ ├── github.com___remember-me-humanity.json
# │ └── .omnis.toml
# ├── README.md
# └── sources
# ├── dnstrees
# │ ├── com
# │ │ ├── grobonet
# │ │ │ └── .omnis.toml
# │ │ ├── .omnis.toml
# │ │ └── regionstacker.json
# │ ├── info
# │ │ ├── .omnis.toml
# │ │ ├── regionstacker.json
# │ │ └── zmarli
# │ │ └── .omnis.toml
# │ ├── net
# │ │ ├── cmentarnik
# │ │ │ └── .omnis.toml
# │ │ ├── nekrologi
# │ │ │ ├── .omnis.toml
# │ │ │ └── www
# │ │ │ └── .omnis.toml
# │ │ ├── .omnis.toml
# │ │ └── regionstacker.json
# │ ├── .omnis.toml
# │ └── pl
# │ ├── ecmentarze
# │ │ ├── .omnis.toml
# │ │ └── www
# │ │ └── .omnis.toml
# │ ├── kontrastowo
# │ │ ├── .omnis.toml
# │ │ └── www
# │ │ └── .omnis.toml
# │ ├── ksiegazmarlych24
# │ │ ├── .omnis.toml
# │ │ └── www
# │ │ └── .omnis.toml
# │ ├── mogily
# │ │ └── .omnis.toml
# │ ├── .omnis.toml
# │ ├── regionstacker.json
# │ └── zniczsklep
# │ └── .omnis.toml
# ├── .omnis.toml
# └── websites
# ├── .omnis.toml
# └── urls.yml
# 28 directories, 46 files
```
### listing plików:
```sh
ls dataset/* -a1 >> dataset/README.md
# dataset/README.md
# dataset/book-of-dead:
# .
# ..
# burial-places
# departed-records
# .glossary.json
# .omnis.toml
# storylines
# dataset/propagations:
# .
# ..
# datastorages
# .omnis.toml
# repos
# dataset/sources:
# .
# ..
# dnstrees
# .omnis.toml
# websites
``` |