hannah-eee commited on
Commit
d1eda78
·
verified ·
1 Parent(s): 93e93f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -111,13 +111,10 @@ The conversion script is provided under the MIT License.
111
 
112
  ## Generation Process
113
 
114
- 1. Installed the official arch-wiki-docs package:
115
- sudo pacman -S arch-wiki-docs
116
- 2. Wrote a Python script using BeautifulSoup4 to parse all HTML files.
117
- 3. Extracted: title (from title tag), clean text (from #mw-content-text), headings (from h1-h3).
118
- 4. Output as JSON Lines (.jsonl) with one page per line.
119
-
120
- You can find the conversion script in the scripts/ folder of this repository (or linked in the dataset card).
121
 
122
  ## Changelog
123
 
 
111
 
112
  ## Generation Process
113
 
114
+ * Download from the arch-wiki-docs package (`sudo pacman -S arch-wiki-docs`)
115
+ * Upload to my cloud storage (I downloaded it in a VM, I use Debian on my system)
116
+ * Download it and run this python script to convert it to .JSON: https://github.com/dapper-11/docs-to-json
117
+ * Upload to huggingface.co
 
 
 
118
 
119
  ## Changelog
120