krypticmouse commited on
Commit
c9bb4a0
·
verified ·
1 Parent(s): d096157

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,7 +57,7 @@ The Markdownified Ar5iv dataset comes in two variants:
57
  from datasets import load_dataset
58
 
59
  ds = load_dataset(
60
- "marin-community/ar5iv-warning-markdown",
61
  split="train",
62
  streaming=True
63
  )
@@ -86,6 +86,6 @@ All content inherits Ar5iv's licensing: C-UDA-1.0. Our conversion tools and pipe
86
 
87
  We extend our gratitude to:
88
 
89
- - The Wikimedia Foundation and Wikipedia's volunteer editors
90
  - Janek Bevendorff for the [Resiliparse project](https://github.com/chatnoir-eu/chatnoir-resiliparse)
91
  - Matthew Dapena-Tretter for [Markdownify](https://github.com/matthewwithanm/python-markdownify)
 
57
  from datasets import load_dataset
58
 
59
  ds = load_dataset(
60
+ "marin-community/ar5iv-no-problem-markdown",
61
  split="train",
62
  streaming=True
63
  )
 
86
 
87
  We extend our gratitude to:
88
 
89
+ - Arxiv Labs and KWARC for their work on the Ar5iv dataset
90
  - Janek Bevendorff for the [Resiliparse project](https://github.com/chatnoir-eu/chatnoir-resiliparse)
91
  - Matthew Dapena-Tretter for [Markdownify](https://github.com/matthewwithanm/python-markdownify)