KaraKaraWitch commited on
Commit
b228bd8
1 Parent(s): 7a515ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -31
README.md CHANGED
@@ -1,25 +1,25 @@
1
  ---
2
  annotations_creators:
3
- - no-annotation
4
  language_creators:
5
- - crowdsourced
6
  license:
7
- - cc-by-sa-3.0
8
  task_categories:
9
- - text-generation
10
- - fill-mask
11
  task_ids:
12
- - language-modeling
13
- - masked-language-modeling
14
  source_datasets:
15
- - original
16
  language:
17
- - en
18
  configs:
19
- - config_name: default
20
- data_files:
21
- - split: final
22
- path: jsonl/*.jsonl
23
  pretty_name: SCP-RECURSAL
24
  ---
25
 
@@ -27,21 +27,23 @@ pretty_name: SCP-RECURSAL
27
 
28
  ---
29
 
 
 
30
  **Item ID:** SCP-RECURSAL
31
 
32
  **Object Class:** Safe
33
 
34
  **Special Containment Procedures:**
35
 
36
- SCP-Recursal is to be stored on the Huggingface (HF) Servers, with backup copies maintained on other secure servers.
37
  Access to SCP-Recursal is unrestricted, and it may be freely used and redistributed without authorization.
38
 
39
- **Description:** SCP-Recursal is a dataset comprising **~[TBD]B** Tokens (llama-2-7b-chat-tokenizer) / **~[TBD]B** Tokens (RWKV Tokenizer) scraped from the SCP Wiki website (scp-wiki.wikidot.com).
40
- The dataset is curated by Darok (Erik), released by KaraKaraWitch and funded by Recursal.ai.
41
 
42
- SCP-Recursal is a comprehensive collection of tales, series, and jokes from the SCP Wiki, spanning from 2008 to 2022.
43
  The dataset was created by scraping lists of tales for each year, fetching content from tale pages using BeautifulSoup selectors, and filtering out unnecessary information.
44
- The same process was applied to series `scp-series-1` to `scp-series-8`, while the joke SCPs were extracted from a single URL (`/joke-scps`).
45
 
46
  The cleaning process involved removing author credits, "More articles by" sections, "Hide list" buttons, ratings, and special characters until the next line.
47
  Unicode characters were also cleaned, and unnecessary text was removed. The resulting dataset is a cohesive collection of SCP-related content, ideal for language modeling tasks.
@@ -50,32 +52,75 @@ Unicode characters were also cleaned, and unnecessary text was removed. The resu
50
 
51
  **Experiment 1:** "SCP-Recursal: The Ultimate Language Model"
52
 
53
- * Researchers used SCP-Recursal to train a language model, which was then tasked with generating a new SCP article.
54
- * Result: The model produced [DATA EXPUNGED]. Due to it's Memetic Effect, the computer that was in use was incinerated.
55
- * Conclusion: [DATA EXPUNGED]
56
 
57
  ---
58
 
59
-
60
  ## Dataset Details
61
 
62
  ### Dataset Description
63
 
64
- It serves as a training resource for large language models and other NLP tasks.
65
- This card details the dataset's origin, content, and limitations.
66
 
67
- - **Curated by:** KaraKaraWitch
68
  - **Funded by [optional]:** Recursal.ai (I work there lol)
69
  - **Shared by [optional]:** KaraKaraWitch
70
- - **Language(s) (NLP):** Mainly English
71
- - **License:** cc-by-sa-3.0
72
-
73
- SCP-RECURSAL was created under time constraints for the release of [EagleX v1](https://huggingface.co/recursal/EagleX_1-7T_HF), and may contain suboptimal selection.
74
 
75
  ### Supported Tasks and Leaderboards
76
 
77
- Primarily used for language modeling
78
 
79
  ### Languages
80
 
81
- English. Mostly.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  annotations_creators:
3
+ - no-annotation
4
  language_creators:
5
+ - crowdsourced
6
  license:
7
+ - cc-by-sa-3.0
8
  task_categories:
9
+ - text-generation
10
+ - fill-mask
11
  task_ids:
12
+ - language-modeling
13
+ - masked-language-modeling
14
  source_datasets:
15
+ - original
16
  language:
17
+ - en
18
  configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: final
22
+ path: jsonl/*.jsonl
23
  pretty_name: SCP-RECURSAL
24
  ---
25
 
 
27
 
28
  ---
29
 
30
+ ![](SCP-Tan.png "A researcher wearing a white lab coat within recursal looking though the documents collectively known as SCP-Recursal.")
31
+
32
  **Item ID:** SCP-RECURSAL
33
 
34
  **Object Class:** Safe
35
 
36
  **Special Containment Procedures:**
37
 
38
+ SCP-Recursal is to be stored on the Huggingface (HF) Servers, with backup copies maintained on other secure servers.
39
  Access to SCP-Recursal is unrestricted, and it may be freely used and redistributed without authorization.
40
 
41
+ **Description:** SCP-Recursal is a dataset comprising **~[TBD]B** Tokens (llama-2-7b-chat-tokenizer) / **~[TBD]B** Tokens (RWKV Tokenizer) scraped from the SCP Wiki website (scp-wiki.wikidot.com).
42
+ The dataset is curated by Darok, released by KaraKaraWitch and funded by Recursal.ai.
43
 
44
+ SCP-Recursal is a comprehensive collection of tales, series, from the SCP Wiki, spanning from 2008 to 2022.
45
  The dataset was created by scraping lists of tales for each year, fetching content from tale pages using BeautifulSoup selectors, and filtering out unnecessary information.
46
+ The same process was applied to series `scp-series-1` to `scp-series-8`.
47
 
48
  The cleaning process involved removing author credits, "More articles by" sections, "Hide list" buttons, ratings, and special characters until the next line.
49
  Unicode characters were also cleaned, and unnecessary text was removed. The resulting dataset is a cohesive collection of SCP-related content, ideal for language modeling tasks.
 
52
 
53
  **Experiment 1:** "SCP-Recursal: The Ultimate Language Model"
54
 
55
+ - Researchers used SCP-Recursal to train a language model, which was then tasked with generating a new SCP article.
56
+ - Result: The model produced [DATA EXPUNGED]. Due to it's Memetic Effect, the computer that was in use was incinerated.
57
+ - Conclusion: [DATA EXPUNGED]
58
 
59
  ---
60
 
 
61
  ## Dataset Details
62
 
63
  ### Dataset Description
64
 
65
+ SCP-Recursal as mentioned in the SCP-Article above, is a dataset of **~[TBD]B** Tokens (llama-2-7b-chat-tokenizer) / **~[TBD]B** Tokens (RWKV Tokenizer) of SCP Tales and Stories
 
66
 
67
+ - **Curated by:** Darok
68
  - **Funded by [optional]:** Recursal.ai (I work there lol)
69
  - **Shared by [optional]:** KaraKaraWitch
70
+ - **Language(s) (NLP):** Multiple (see Supported Languages)
71
+ - **License:** cc-by-sa-4.0
 
 
72
 
73
  ### Supported Tasks and Leaderboards
74
 
75
+ Primarily used for language modeling.
76
 
77
  ### Languages
78
 
79
+ From cursory look, the dataset is mainly written in english.
80
+
81
+ ### Scrpaing
82
+
83
+ Scraping by fetching each page with BeautifulSoup.
84
+
85
+ ### Filtering
86
+
87
+ Filtering is done base on a per line basis. removing certain patterns within lines of text. The file `tools/clean.py` contains the tools used to post process the stories.
88
+
89
+ ### Data Instances
90
+
91
+ A sample is provided below
92
+
93
+ ```json
94
+ {"text": "Project Codename: Olympia\nProject#: PRJOLM-000134\nClearance and File#: NPF-00051473\nHead Researcher: Professor K.P. Crow\nExperiment Aims:\nTo test the properties, capabilities and limitations of the subject.\nSubject is the product of Olympia Integration Experiment BETA, and is the ultimate product of the Olympia Project.<...TRUNCATED>"}
95
+ ```
96
+
97
+ ### Data Fields
98
+
99
+ There is only 1 field (`text`) which contains a string to an article. No additional metadata is included.
100
+
101
+ ### Dataset Curators
102
+
103
+ This dataset was mainly Darok's work. I (KaraKaraWitch) only assisted them with questions and the writing of the dataset card.
104
+
105
+ ### Licensing Information
106
+
107
+ All the tales and stories in SCP-Wiki are broadly listed under `CC-BY-SA-3.0`. With the exception of 1 Image (SCP-173). However, we do not include any images for the SCP Items. As such all the text should be compliant under the `CC-BY-SA-3.0` license.
108
+
109
+ ### Citation Information
110
+
111
+ ```
112
+ @misc{scp-recursal,
113
+ title = {SCP-Recursal},
114
+ author = {Darok, KaraKaraWitch, recursal.ai},
115
+ year = {2023},
116
+ howpublished = {\url{https://huggingface.co/datasets/recursal/SCP-RECURSAL}},
117
+ }
118
+ ```
119
+
120
+ ### Additional Notes
121
+
122
+ For those within SCP-Wiki wishing to use SCP-RECURSAL in writing / stories / tales:
123
+
124
+ - Either `SCP-RECURSAL` or `SCP-Recursal`.
125
+ - Do not misuse / detract from the defintion of SCP-RECURSAL mentioned above.
126
+ - Aside from the above, you are allowed to reuse SCP-RECURSAL to your liking.