fix(pulled): added pulled config spec
Browse files- README.md +75 -22
- {data β pulled}/train-00000-of-00010-2dcfda605f319b44.parquet +0 -0
- {data β pulled}/train-00001-of-00010-5236cca58e71ea6e.parquet +0 -0
- {data β pulled}/train-00002-of-00010-965c12a4a9114f26.parquet +0 -0
- {data β pulled}/train-00003-of-00010-7540e6bbfe02f37b.parquet +0 -0
- {data β pulled}/train-00004-of-00010-25c8be815157e066.parquet +0 -0
- {data β pulled}/train-00005-of-00010-b7b57b97ee842cf9.parquet +0 -0
- {data β pulled}/train-00006-of-00010-933954ef0a2b83d2.parquet +0 -0
- {data β pulled}/train-00007-of-00010-5b7d18ac626232c2.parquet +0 -0
- {data β pulled}/train-00008-of-00010-cf70e792bc83645d.parquet +0 -0
- {data β pulled}/train-00009-of-00010-7b6b6c6cde29a1d1.parquet +0 -0
README.md
CHANGED
@@ -1,25 +1,78 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
dataset_size: 4621864509.2
|
22 |
---
|
23 |
-
# Dataset Card for "auto-pale"
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- 10K<n<100K
|
14 |
+
task_categories:
|
15 |
+
- text-generation
|
16 |
+
- text-classification
|
17 |
+
- automatic-speech-recognition
|
18 |
+
configs:
|
19 |
+
- config_name: pulled
|
20 |
+
data_files: pulled/*.parquet
|
|
|
21 |
---
|
|
|
22 |
|
23 |
+
# Dataset card for pale
|
24 |
+
|
25 |
+
## Table of contents
|
26 |
+
|
27 |
+
- [Dataset description](#dataset-description)
|
28 |
+
- [Dataset summary](#dataset-summary)
|
29 |
+
- [Dataset structure](#dataset-structure)
|
30 |
+
- [Dataset instance](#dataset-instance)
|
31 |
+
- [Dataset fields](#dataset-fields)
|
32 |
+
|
33 |
+
## Dataset description
|
34 |
+
|
35 |
+
- **Homepage:** [pale homepage](https://huggingface.co/datasets/zeio/pale)
|
36 |
+
- **Repository:** [pale repository](https://huggingface.co/datasets/zeio/pale)
|
37 |
+
- **Point of contact:** [Zeio Nara](mailto:zeionara@gmail.com)
|
38 |
+
- **Dataset version:** `30.10.2023`
|
39 |
+
|
40 |
+
### Dataset summary
|
41 |
+
|
42 |
+
This dataset contains league of legends champions' quotes parsed from [fandom](https://leagueoflegends.fandom.com).
|
43 |
+
See dataset usage example [at google colab](https://cutt.ly/3wEKDUI9).
|
44 |
+
The dataset is available in the following configurations:
|
45 |
+
|
46 |
+
1. `vanilla` - all data pulled from the website without significant modifications apart from the web page structure parsing;
|
47 |
+
1. `quotes` - truncated version of the corpus, which does't contain sound effects;
|
48 |
+
1. `annotated` - an extended version of the full configuration with a couple of additional columns with labels;
|
49 |
+
1. `pulled` - same as vanilla, but sound files have been pulled from the website, and `source` column is replaced with `sound`.
|
50 |
+
|
51 |
+
|
52 |
+
## Dataset structure
|
53 |
+
|
54 |
+
### Data instance
|
55 |
+
|
56 |
+
An example of an entry from the dataset is given below:
|
57 |
+
|
58 |
+
```json
|
59 |
+
{
|
60 |
+
"header": "Attack",
|
61 |
+
"subheader": "Attacking",
|
62 |
+
"text": "Kindred: \"The masks of the Kindred seek you!\"",
|
63 |
+
"source": "https://static.wikia.nocookie.net/leagueoflegends/images/1/12/Kindred_Original_Passive_Mark_Enemy_6.ogg/revision/latest?cb=20221204121356",
|
64 |
+
"champion": "kindred"
|
65 |
+
}
|
66 |
+
```
|
67 |
+
|
68 |
+
### Data fields
|
69 |
+
|
70 |
+
Each dataset entry therefore consists of the following fields:
|
71 |
+
|
72 |
+
- `header` - main category of the text;
|
73 |
+
- `subheader` - secondary category of the text (none in some cases);
|
74 |
+
- `text` - text said by the champion or description of sound made by the champion;
|
75 |
+
- `source` - link to the audio file (only `vanilla` configuration);
|
76 |
+
- `champion` - name of the champion in lowercase;
|
77 |
+
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
78 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|
{data β pulled}/train-00000-of-00010-2dcfda605f319b44.parquet
RENAMED
File without changes
|
{data β pulled}/train-00001-of-00010-5236cca58e71ea6e.parquet
RENAMED
File without changes
|
{data β pulled}/train-00002-of-00010-965c12a4a9114f26.parquet
RENAMED
File without changes
|
{data β pulled}/train-00003-of-00010-7540e6bbfe02f37b.parquet
RENAMED
File without changes
|
{data β pulled}/train-00004-of-00010-25c8be815157e066.parquet
RENAMED
File without changes
|
{data β pulled}/train-00005-of-00010-b7b57b97ee842cf9.parquet
RENAMED
File without changes
|
{data β pulled}/train-00006-of-00010-933954ef0a2b83d2.parquet
RENAMED
File without changes
|
{data β pulled}/train-00007-of-00010-5b7d18ac626232c2.parquet
RENAMED
File without changes
|
{data β pulled}/train-00008-of-00010-cf70e792bc83645d.parquet
RENAMED
File without changes
|
{data β pulled}/train-00009-of-00010-7b6b6c6cde29a1d1.parquet
RENAMED
File without changes
|