Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- conversational
|
5 |
+
- text-generation
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
---
|
9 |
+
# janitorai-cards
|
10 |
+
|
11 |
+
This dataset contains 190k cards that I received from janitorai, from a source that wished to remain anonymous.
|
12 |
+
|
13 |
+
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.
|
14 |
+
|
15 |
+
### Webpage
|
16 |
+
|
17 |
+
![](screenshot.png)
|
18 |
+
|
19 |
+
Ther webpage lets you browse cards, search by text, fitler by tags and order by date/name/popularity.
|
20 |
+
|
21 |
+
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).
|
22 |
+
|
23 |
+
After that, just open [index.html](index.html) in the browser.
|
24 |
+
|
25 |
+
The directory structure should look like this:
|
26 |
+
|
27 |
+
```
|
28 |
+
π
|
29 |
+
β£ββ π index.html
|
30 |
+
β£ββ π cards
|
31 |
+
β β£ββ π 0
|
32 |
+
β β£ββ π 1
|
33 |
+
β β ...
|
34 |
+
β βββ π f
|
35 |
+
βββ π html
|
36 |
+
β£ββ π allcards.js
|
37 |
+
β£ββ π cards.js
|
38 |
+
βββ π cardsmeta.js
|
39 |
+
```
|
40 |
+
|
41 |
+
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.
|
42 |
+
|
43 |
+
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.
|
44 |
+
|
45 |
+
### Files
|
46 |
+
|
47 |
+
- [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.
|
48 |
+
- [cards-js.7z](cards-js.7z) - all v2 character cards in json format, without images, tested to work with SillyTavern.
|
49 |
+
- [index.html](index.html) - webpage for browsing cards.
|
50 |
+
- [html.zip](html.zip) - files with information about cards - it's needed for the webpage to function.
|
51 |
+
- [orig.7z](orig.7z) - original json files with cards from janitorai - not compatible with any software.
|