EvseyKI commited on
Commit
01c9287
·
verified ·
1 Parent(s): b6a24cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -8
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 📦 shikimori-anime-clean-v1
2
 
3
  **Anime dataset parsed from Shikimori.one — cleaned, filtered, description-only entries.**
@@ -8,8 +30,6 @@ Dataset of anime titles scraped from [Shikimori.one](https://shikimori.one) —
8
 
9
  Suitable for semantic search, recommendation systems, RAG pipelines, and vector databases (e.g. Qdrant).
10
 
11
- ---
12
-
13
  ## Filters applied
14
 
15
  - Status: `released` only (no ongoing/announced)
@@ -17,8 +37,6 @@ Suitable for semantic search, recommendation systems, RAG pipelines, and vector
17
  - Rating: excluded `rx`, `r+`
18
  - Kind: `tv`, `movie`, `ova`, `ona` (no music/cm/special spam)
19
 
20
- ---
21
-
22
  ## Schema
23
 
24
  | Field | Type | Description |
@@ -49,8 +67,6 @@ Suitable for semantic search, recommendation systems, RAG pipelines, and vector
49
  | `persons` | list[obj] | Staff with roles |
50
  | `trailer_url` | string | Trailer link (YouTube/VK) |
51
 
52
- ---
53
-
54
  ## Stats
55
 
56
  ```
@@ -68,8 +84,6 @@ Distribution by kind:
68
  tv_special 313 ( 4.9%)
69
  ```
70
 
71
- ---
72
-
73
  ## License
74
 
75
  Data sourced from [Shikimori.one](https://shikimori.one). For research and educational purposes only.
 
1
+ ---
2
+ language:
3
+ - ru
4
+ - ja
5
+ license: other
6
+ license_name: shikimori-data
7
+ tags:
8
+ - anime
9
+ - recommendation
10
+ - semantic-search
11
+ - qdrant
12
+ - rag
13
+ pretty_name: Shikimori Anime Clean v1
14
+ size_categories:
15
+ - 1K<n<10K
16
+ task_categories:
17
+ - text-retrieval
18
+ - feature-extraction
19
+ source_datasets:
20
+ - original
21
+ ---
22
+
23
  # 📦 shikimori-anime-clean-v1
24
 
25
  **Anime dataset parsed from Shikimori.one — cleaned, filtered, description-only entries.**
 
30
 
31
  Suitable for semantic search, recommendation systems, RAG pipelines, and vector databases (e.g. Qdrant).
32
 
 
 
33
  ## Filters applied
34
 
35
  - Status: `released` only (no ongoing/announced)
 
37
  - Rating: excluded `rx`, `r+`
38
  - Kind: `tv`, `movie`, `ova`, `ona` (no music/cm/special spam)
39
 
 
 
40
  ## Schema
41
 
42
  | Field | Type | Description |
 
67
  | `persons` | list[obj] | Staff with roles |
68
  | `trailer_url` | string | Trailer link (YouTube/VK) |
69
 
 
 
70
  ## Stats
71
 
72
  ```
 
84
  tv_special 313 ( 4.9%)
85
  ```
86
 
 
 
87
  ## License
88
 
89
  Data sourced from [Shikimori.one](https://shikimori.one). For research and educational purposes only.