Datasets:
init(repo): added the first dataset version
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- gaming
|
7 |
+
annotation_creators:
|
8 |
+
- crowdsourced
|
9 |
+
language_creators:
|
10 |
+
- crowdsourced
|
11 |
+
pretty_name: pale
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
task_categories:
|
15 |
+
- text-generation
|
16 |
+
- text-classification
|
17 |
+
- automatic-speech-recognition
|
18 |
---
|
19 |
+
|
20 |
+
# Dataset card for pale
|
21 |
+
|
22 |
+
## Table of contents
|
23 |
+
|
24 |
+
- [Dataset description](#dataset-description)
|
25 |
+
- [Dataset summary](#dataset-summary)
|
26 |
+
- [Dataset structure](#dataset-structure)
|
27 |
+
- [Dataset instance](#dataset-instance)
|
28 |
+
- [Dataset fields](#dataset-fields)
|
29 |
+
|
30 |
+
## Dataset description
|
31 |
+
|
32 |
+
- **Homepage:** [pale homepage]()
|
33 |
+
- **Repository:** [pale repository](https://huggingface.co/datasets/zeio/pale)
|
34 |
+
- **Point of contact:** [Zeio Nara](mailto:zeionara@gmail.com)
|
35 |
+
- **Dataset version:** `19.10.2023`
|
36 |
+
|
37 |
+
### Dataset summary
|
38 |
+
|
39 |
+
This dataset contains league of legends champions' quotes parsed from [fandom](https://leagueoflegends.fandom.com). There are 1417 entries with `kindred` and `jhin` quotes.
|
40 |
+
|
41 |
+
## Dataset structure
|
42 |
+
|
43 |
+
### Data instance
|
44 |
+
|
45 |
+
An example of an entry from the dataset is given below:
|
46 |
+
|
47 |
+
```json
|
48 |
+
{
|
49 |
+
"text": "Kindred: \"The masks of the Kindred seek you!\"",
|
50 |
+
"source": "https://static.wikia.nocookie.net/leagueoflegends/images/1/12/Kindred_Original_Passive_Mark_Enemy_6.ogg/revision/latest?cb=20221204121356",
|
51 |
+
"champion": "kindred"
|
52 |
+
}
|
53 |
+
```
|
54 |
+
|
55 |
+
### Data fields
|
56 |
+
|
57 |
+
Each dataset entry therefore consists of the following fields:
|
58 |
+
|
59 |
+
- `text` - text said by the champion or description of sound made by the champion;
|
60 |
+
- `source` - link to the audio file;
|
61 |
+
- `champion` - name of the champion in lowercase.
|
pale.tsv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
/home/zeio/pale/assets/pale.tsv
|