Ronsor commited on
Commit
e27069e
1 Parent(s): e254841

Update README

Browse files
Files changed (2) hide show
  1. .gitattributes +5 -0
  2. README.md +3 -2
.gitattributes CHANGED
@@ -52,3 +52,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ fandom23k-01.jsonl filter=lfs diff=lfs merge=lfs -text
56
+ fandom23k-02.jsonl filter=lfs diff=lfs merge=lfs -text
57
+ fandom23k-03.jsonl filter=lfs diff=lfs merge=lfs -text
58
+ fandom23k-04.jsonl filter=lfs diff=lfs merge=lfs -text
59
+ fandom23k-00.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -98,7 +98,8 @@ besides links.
98
  Fourth, `dump2jsonl` was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was
99
  applied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header.
100
 
101
- Finally, the JSONL files were concatenated into the Fandom23K dataset.
 
102
 
103
  #### Who are the source language producers?
104
 
@@ -159,4 +160,4 @@ CC-BY-SA 3.0, except for any portions which state otherwise.
159
 
160
  ### Contributions
161
 
162
- Thanks to @ronsor for gathering this dataset.
 
98
  Fourth, `dump2jsonl` was used to convert the XML files into JSONL files with an article per line. Light markdown formatting was
99
  applied, converting the HTML links to markdown-formatted links, and automatically making the article's title a header.
100
 
101
+ Finally, the JSONL files were concatenated into the Fandom23K dataset. The version uploaded to this repository, however, is split
102
+ into multiple files, numbered 00 through 04 inclusive.
103
 
104
  #### Who are the source language producers?
105
 
 
160
 
161
  ### Contributions
162
 
163
+ Thanks to @ronsor for gathering this dataset.