KaraKaraWitch commited on
Commit
ac09575
·
verified ·
1 Parent(s): a23cdd9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - crowdsourced
6
+ pretty_name: SuperWikiNEXT-32B
7
+ paperswithcode_id: null
8
+ license:
9
+ - cc-by-sa-3.0
10
+ task_categories:
11
+ - text-generation
12
+ - fill-mask
13
+ task_ids:
14
+ - language-modeling
15
+ - masked-language-modeling
16
+ source_datasets:
17
+ - original
18
+ multilinguality:
19
+ - multilingual
20
+ language:
21
+ - en
22
+ size_categories:
23
+ - 100K<n<1M
24
+ ---
25
+
26
+ # Dataset Card for Tiny-SuperWiki
27
+
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/QE5FHbRwFGHkb3rub4azP.png)
29
+
30
+ *Waifu to catch your attention.*
31
+
32
+ ## Dataset Details
33
+
34
+ ### Dataset Description
35
+
36
+ *Tiny-SuperWiki* is a english only subset of the SuperWikipedia-NEXT (SuperWikiNEXT-32B)
37
+
38
+ - **Curated by:** KaraKaraWitch
39
+ - **Funded by:** Recursal.ai (I work there lol)
40
+ - **Shared by:** KaraKaraWitch
41
+ - **Language(s) (NLP):** English Only.
42
+ - **License:** cc-by-sa-4.0,
43
+
44
+ ### Dataset Sources
45
+
46
+ <!-- Provide the basic links for the dataset. -->
47
+
48
+ - **Source Data:** [https://dumps.wikimedia.org/other/enterprise_html/](https://dumps.wikimedia.org/other/enterprise_html)
49
+
50
+ ### Dataset Summary
51
+
52
+ Refer to the original [dataset](https://huggingface.co/datasets/recursal/SuperWikiNEXT-32B) for more details. All of it applies except the formatting and the language selection.
53
+ Additionally, only articles which character length exceeds > 2048 characters are included.
54
+
55
+ ### Data keys
56
+
57
+ Users can run `less` to see the contents. A sample and a list of dictionary keys have been provided below:
58
+
59
+ ```json
60
+ {
61
+ "text": "\n**Tharman Shanmugaratnam** PBM (born 25 February 1957) is a Singaporean politician and economist. He is the President of Singapore since 2023. \n\nHe was Senior Minister of Singapore between 2019 and 2023.<...TRUNCATED IN SAMPLE>",
62
+ }
63
+ ```
64
+
65
+ ```
66
+ text: str (Markdown text)
67
+ ```
68
+
69
+ ### Dataset Curators
70
+
71
+ KaraKaraWitch. (I now mainly hangout in ~~PygmalionAI~~ EleutherAI discord. If something is wrong, `@karakarawitch` on discord.)
72
+
73
+ I'd be happy if you could spread the word and recommend this dataset over wikitext for your use cases `:)`
74
+
75
+ ### Licensing Information
76
+
77
+ Most of Wikipedia's text and many of its images are co-licensed under the
78
+ [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License)
79
+ (CC BY-SA) and the [GNU Free Documentation License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License)
80
+ (GFDL) (un-versioned, with no invariant sections, front-cover texts, or back-cover texts).
81
+
82
+ Some text has been imported only under CC BY-SA and CC BY-SA-compatible license and cannot be reused under GFDL; such
83
+ text will be identified on the page footer, in the page history, or on the discussion page of the article that utilizes
84
+ the text.
85
+
86
+ Recursal Waifus (The banner image) are licensed under CC-BY-SA.
87
+ They do not represent the related websites in any official capacity unless otherwise or announced by the website.
88
+ You may use them as a banner image. However, you must always link back to the dataset.