--- license: mit configs: - config_name: default data_files: - split: train path: - "sources/websites/*" - split: test path: - "sources/dnstrees/*" 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 ```