Update README.md
Browse files
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-
|
| 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 |
-
-
|
| 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)
|