thwrhrt/Anime
收藏Hugging Face2026-03-28 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/thwrhrt/Anime
下载链接
链接失效反馈官方服务:
资源简介:
---
license: bsd-2-clause
---
# 🎬 Anime Dataset (Structured Metadata)
A curated dataset of anime titles including series and movies, with detailed metadata such as genres, studios, ratings, and release information.
---
## 📦 Dataset Overview
This dataset contains structured entries of anime works across different years, including both **TV series** and **movies**.
Each entry includes:
- 🆔 `id` — Unique identifier
- 🎥 `title` — Name of the anime
- 📺 `type` — `series` or `movie`
- 📅 `release_year` — Year of release
- ⏱️ `episodes` or `duration`
- 📊 `status` — `ongoing` / `completed`
- 🎭 `genres` — List of genres
- 🏢 `studio` — Production studio
- ⭐ `rating` — Average rating score
- 📝 `notes` *(optional)* — إضافات مثل أخبار أو معلومات خاصة
---
## 🧠 Example Entry
```json
{
"id": 348,
"title": "Chainsaw Man Season 2",
"type": "series",
"release_year": 2025,
"episodes": "ongoing",
"status": "ongoing",
"genres": ["action", "dark fantasy", "horror"],
"studio": "MAPPA",
"rating": 8.6
}
提供机构:
thwrhrt



