|
--- |
|
license: apache-2.0 |
|
task_categories: |
|
- text-generation |
|
- text2text-generation |
|
- text-classification |
|
language: |
|
- ja |
|
tags: |
|
- Quotes |
|
- Anime |
|
- AnimeQuotes |
|
- NLP |
|
size_categories: |
|
- 1K<n<10K |
|
pretty_name: Anime Quotes Dataset ― アニメの名言データセット🎐 |
|
--- |
|
|
|
|
|
# Anime Quotes Dataset ― アニメの名言データセット🎐 |
|
|
|
> Welcome to Anime Quotes Dataset |
|
|
|
<div align="center"> |
|
<picture> |
|
<source |
|
srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/p5OxsdeQQmJ5ayHMen0X0.jpeg" |
|
media="(prefers-color-scheme: dark)" |
|
/> |
|
<source |
|
srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/p5OxsdeQQmJ5ayHMen0X0.jpeg" |
|
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" |
|
/> |
|
<img src="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/p5OxsdeQQmJ5ayHMen0X0.jpeg" width="100%" height="350px" /> |
|
</picture> |
|
</div> |
|
|
|
## Overview |
|
This dataset contains a curated collection of inspiring and memorable quotes from various anime series, sourced from the [Anime Motivation](https://ja.animemotivation.com) website. The quotes are stored as a list of dictionaries and can be easily accessed for analysis, research, or personal enjoyment. |
|
|
|
|
|
## Data Format |
|
|
|
Each entry in the dataset is represented by a dictionary with the following fields: |
|
|
|
- `Quote`: The text of the quote. |
|
- `Character`: The name of the character who said the quote. |
|
- `URL`: The source URL of the quote. |
|
|
|
|
|
## Usage |
|
|
|
```python |
|
import datasets |
|
|
|
# Load the dataset |
|
dataset = datasets.load_dataset('v3xlrm1nOwo1/AnimeQuotes') |
|
|
|
print(dataset) |
|
``` |
|
|
|
```python |
|
DatasetDict({ |
|
train: Dataset({ |
|
features: ['Quote', 'Character', 'URL'], |
|
num_rows: 10388 |
|
}) |
|
}) |
|
``` |
|
|
|
## Contributions |
|
We welcome contributions and feedback to make the Anime Quotes Dataset even more fantastic! Whether you're adding new quotes, enhancing existing ones, or providing valuable feedback, your input is highly appreciated. |
|
<p>You find code of this dataset in my Gihub account <a href="https://github.com/v3xlrm1nOwo1/AnimeQuotes">v3xlrm1nOwo1</a>.</p> |
|
|
|
|
|
## Acknowledgments |
|
A special thanks to [Anime Motivation](https://ja.animemotivation.com) for the inspiration and quotes that make this dataset truly special. |
|
|
|
|
|
## License |
|
This dataset is provided under the [Apache License 2.0](LICENSE). Feel free to use, modify, and share it. |
|
<p>Dive into the Anime Quotes Dataset and let the enchanting magic of anime wisdom unfold! 🌌✨🚀</p> |
|
|
|
> **_NOTE:_** To contribute to the project, please contribute directly. I am happy to do so, and if you have any comments, advice, job opportunities, or want me to contribute to a project, please contact me I am happy to do so <a href='mailto:V3xlrm1nOwo1@gmail.com' target='blank'>V3xlrm1nOwo1@gmail.com</a> |