seungheondoh commited on
Commit
c6a697a
β€’
1 Parent(s): 7286357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -32
README.md CHANGED
@@ -1,56 +1,52 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: mbid
5
- dtype: string
6
- - name: entity
7
- dtype: string
8
- - name: text
9
- dtype: string
10
- - name: url
11
- dtype: string
12
- - name: entity_type
13
- dtype: string
14
- splits:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - name: wikipedia_music
16
- num_bytes: 680790146
17
  num_examples: 167890
18
  - name: musicbrainz_genre
19
- num_bytes: 16896589
20
  num_examples: 1459
21
  - name: musicbrainz_instrument
22
- num_bytes: 7917349
23
  num_examples: 872
24
  - name: musicbrainz_artist
25
- num_bytes: 51727592
26
  num_examples: 7002
27
  - name: musicbrainz_release
28
- num_bytes: 1514431984
29
  num_examples: 163068
30
  - name: musicbrainz_release_group
31
- num_bytes: 150320828
32
  num_examples: 15942
33
  - name: musicbrainz_label
34
- num_bytes: 1446150
35
  num_examples: 158
36
  - name: musicbrainz_work
37
- num_bytes: 41084288
38
  num_examples: 4282
39
  - name: musicbrainz_series
40
- num_bytes: 50084
41
  num_examples: 12
42
  - name: musicbrainz_place
43
- num_bytes: 584068
44
  num_examples: 49
45
  - name: musicbrainz_event
46
- num_bytes: 217357
47
  num_examples: 16
48
  - name: musicbrainz_area
49
- num_bytes: 1846325
50
- num_examples: 360
51
- download_size: 1433730599
52
- dataset_size: 2467312760
53
- ---
54
- # Dataset Card for "music-wiki"
55
-
56
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - music
7
+ - wiki
8
+ size_categories:
9
+ - 100K<n<1M
10
+ ---
11
+ # Dataset Card for "music-wiki"
12
+
13
+ πŸ“šπŸŽ΅ Introducing **music-wiki**
14
+
15
+ πŸ“ŠπŸŽΆ Our data collection process unfolds as follows:
16
+ 1) Starting with a seed page from Wikipedia's music section, we navigate through a referenced page graph, employing recursive crawling up to a depth of 20 levels.
17
+ 2) Simultaneously, tapping into the rich MusicBrainz dump, we encounter a staggering 11 million unique music entities spanning 10 distinct categories. These entities serve as the foundation for utilizing the Wikipedia API to meticulously crawl corresponding pages.
18
+
19
+ The culmination of these efforts results in the assembly of data: 167k pages from the first method and an additional 193k pages through the second method.
20
+ While totaling at 361k pages, this compilation provides a substantial groundwork for establishing a Music-Text-Database. πŸŽ΅πŸ“šπŸ”
21
+
22
+
23
+ - **Repository:** [music-wiki](https://github.com/seungheondoh/music-wiki)
24
+
25
+ [![image](https://i.imgur.com/NJrjVyy.png)](https://github.com/seungheondoh/music-wiki)
26
+
27
+
28
+ ### splits
29
  - name: wikipedia_music
 
30
  num_examples: 167890
31
  - name: musicbrainz_genre
 
32
  num_examples: 1459
33
  - name: musicbrainz_instrument
 
34
  num_examples: 872
35
  - name: musicbrainz_artist
 
36
  num_examples: 7002
37
  - name: musicbrainz_release
 
38
  num_examples: 163068
39
  - name: musicbrainz_release_group
 
40
  num_examples: 15942
41
  - name: musicbrainz_label
 
42
  num_examples: 158
43
  - name: musicbrainz_work
 
44
  num_examples: 4282
45
  - name: musicbrainz_series
 
46
  num_examples: 12
47
  - name: musicbrainz_place
 
48
  num_examples: 49
49
  - name: musicbrainz_event
 
50
  num_examples: 16
51
  - name: musicbrainz_area
52
+ num_examples: 360