Datasets:
language: | |
- en | |
license: apache-2.0 | |
tags: | |
- gaming | |
annotation_creators: | |
- crowdsourced | |
language_creators: | |
- crowdsourced | |
pretty_name: pale | |
size_categories: | |
- 1K<n<10K | |
task_categories: | |
- text-generation | |
- text-classification | |
- automatic-speech-recognition | |
# Dataset card for pale | |
## Table of contents | |
- [Dataset description](#dataset-description) | |
- [Dataset summary](#dataset-summary) | |
- [Dataset structure](#dataset-structure) | |
- [Dataset instance](#dataset-instance) | |
- [Dataset fields](#dataset-fields) | |
## Dataset description | |
- **Homepage:** [pale homepage]() | |
- **Repository:** [pale repository](https://huggingface.co./datasets/zeio/pale) | |
- **Point of contact:** [Zeio Nara](mailto:[email protected]) | |
- **Dataset version:** `19.10.2023` | |
### Dataset summary | |
This dataset contains league of legends champions' quotes parsed from [fandom](https://leagueoflegends.fandom.com). There are 1417 entries with `kindred` and `jhin` quotes. | |
## Dataset structure | |
### Data instance | |
An example of an entry from the dataset is given below: | |
```json | |
{ | |
"text": "Kindred: \"The masks of the Kindred seek you!\"", | |
"source": "https://static.wikia.nocookie.net/leagueoflegends/images/1/12/Kindred_Original_Passive_Mark_Enemy_6.ogg/revision/latest?cb=20221204121356", | |
"champion": "kindred" | |
} | |
``` | |
### Data fields | |
Each dataset entry therefore consists of the following fields: | |
- `text` - text said by the champion or description of sound made by the champion; | |
- `source` - link to the audio file; | |
- `champion` - name of the champion in lowercase. | |