jaicards / README.md
AUTOMATIC's picture
Update README.md
e474e78 verified
|
raw
history blame
2.06 kB
---
license: mit
task_categories:
- conversational
- text-generation
size_categories:
- 100K<n<1M
---
# janitorai-cards
This dataset contains 190k cards that I received from janitorai, from a source that wished to remain anonymous.
My addition to this data is conversion of cards to [v2 character card](https://github.com/malfoyslastname/character-card-spec-v2/blob/main/README.md) format, and a local webpage that can be used to explore the dataset.
### Webpage
![](screenshot.png)
Ther webpage lets you browse cards, search by text, fitler by tags and order by date/name/popularity.
To use the webpage, put [index.html](index.html) into a directory, and download and extract archives into same directory: [0123.zip](0123.zip), [4567.zip](4567.zip), [89ab.zip](89ab.zip), [cdef.zip](cdef.zip), and [html.zip](html.zip).
After that, just open [index.html](index.html) in the browser.
The directory structure should look like this:
```
πŸ“
┣━━ πŸ“„ index.html
┣━━ πŸ“ cards
┃ ┣━━ πŸ“ 0
┃ ┣━━ πŸ“ 1
┃ ┃ ...
┃ ┗━━ πŸ“ f
┗━━ πŸ“ html
┣━━ πŸ“„ allcards.js
┣━━ πŸ“„ cards.js
┗━━ πŸ“„ cardsmeta.js
```
For performance reasons, the webpage only loads 10000 most popular cards when you open it. To view all, click the "Load all" button in the top row.
Caveat: instead of downloading the card, it opens it in a new pageβ€”you have to save it yourself. I can't figure out how to get the download to work.
### Files
- [0123.zip](0123.zip), [4567.zip](4567.zip), [89ab.zip](89ab.zip), [cdef.zip](cdef.zip) - archives with v2 character cards, tested to work with SillyTavern.
- [cards-js.7z](cards-js.7z) - all v2 character cards in json format, without images, tested to work with SillyTavern.
- [index.html](index.html) - webpage for browsing cards.
- [html.zip](html.zip) - files with information about cards - it's needed for the webpage to function.
- [orig.7z](orig.7z) - original json files with cards from janitorai - not compatible with any software.