KaraKaraWitch commited on
Commit
b2187a4
1 Parent(s): b228bd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -67,7 +67,7 @@ SCP-Recursal as mentioned in the SCP-Article above, is a dataset of **~[TBD]B**
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
@@ -76,15 +76,11 @@ 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
 
 
67
  - **Curated by:** Darok
68
  - **Funded by [optional]:** Recursal.ai (I work there lol)
69
  - **Shared by [optional]:** KaraKaraWitch
70
+ - **Language(s) (NLP):** English
71
  - **License:** cc-by-sa-4.0
72
 
73
  ### Supported Tasks and Leaderboards
 
76
 
77
  ### Languages
78
 
79
+ Mainly written in english.
80
 
81
+ ### Scraping & Filtering
82
 
83
+ Scraping by fetching each page with BeautifulSoup. 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. The tools folder contains all the tools used to filter and crawl the wiki.
 
 
 
 
84
 
85
  ### Data Instances
86