m8than commited on
Commit
b1421d2
1 Parent(s): 007433c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -81
README.md CHANGED
@@ -1,82 +1,82 @@
1
- ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - crowdsourced
6
- license:
7
- - cc-by-sa-4.0
8
- task_categories:
9
- - text-generation
10
- - fill-mask
11
- task_ids:
12
- - language-modeling
13
- - masked-language-modeling
14
- source_datasets:
15
- - original
16
- language:
17
- - en
18
-
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: final
23
- path: "data"
24
-
25
- pretty_name: ArXiv-CC0
26
- ---
27
-
28
- # Dataset Card for Fanatic Fandom
29
-
30
- ![](waifu.png "SD-Generated image styled in the same essence as arXiv")
31
-
32
- *Waifu to catch your attention.*
33
-
34
- ## Dataset Details
35
-
36
- ### Dataset Description
37
-
38
- *ArXiv CC0* is a cleaned dataset of a raw scrape of arXiv.
39
- Filtering to a total amount of tokens of **~-B** (llama-2-7b-chat-tokenizer) / **~-B** (RWKV Tokenizer) from primarily English language.
40
-
41
- - **Curated by:** M8than
42
- - **Funded by [optional]:** Recursal.ai
43
- - **Shared by [optional]:** M8than
44
- - **Language(s) (NLP):** Primarily English
45
- - **License:** cc-by-sa-4.0
46
-
47
- ### Dataset Sources [optional]
48
-
49
- - **Source Data:** [https://www.kaggle.com/datasets/Cornell-University/arxiv](https://www.kaggle.com/datasets/Cornell-University/arxiv) (Metadata for the papers.)
50
- - **Source Data:** [https://arxiv.org](https://arxiv.org) (PDF's downloaded from here)
51
-
52
- ### Processing and Filtering
53
-
54
- The entries are filtered down to CC0 only, so these are all public domain. The PDF's have their text pulled from them (not via OCR, the text is embedded). The documents are then run through a filtering and text transformation process within our pipeline to produce readable outputs, filtering out excessive newlines or spaces and also converting to markdown.
55
-
56
- ### Data Splits
57
-
58
- - final
59
- - Contains chunked final jsonl files.
60
-
61
- ### Dataset Curators
62
-
63
- M8than. (If something is wrong, `@m8than` on discord.)
64
-
65
- ### Licensing Information
66
-
67
- This release contains only CC-Zero ArXiv content.
68
-
69
- Recursal Waifus (The banner image) are licensed under CC-BY-SA.
70
- They do not represent the related websites in any official capacity unless otherwise or announced by the website.
71
- You may use them as a banner image. However, you must always link back to the dataset.
72
-
73
- ### Citation Information
74
-
75
- ```
76
- @ONLINE{arxiv-cc0,
77
- title = {arxiv-cc0},
78
- author = {M8than, recursal.ai},
79
- year = {2024},
80
- howpublished = {\url{https://huggingface.co/datasets/recursal/arxiv-cc0}},
81
- }
82
  ```
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - crowdsourced
6
+ license:
7
+ - cc-by-sa-4.0
8
+ task_categories:
9
+ - text-generation
10
+ - fill-mask
11
+ task_ids:
12
+ - language-modeling
13
+ - masked-language-modeling
14
+ source_datasets:
15
+ - original
16
+ language:
17
+ - en
18
+
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: final
23
+ path: "data"
24
+
25
+ pretty_name: ArXiv-CC0
26
+ ---
27
+
28
+ # Dataset Card for ArXiv-CC0
29
+
30
+ ![](waifu.png "SD-Generated image styled in the same essence as arXiv")
31
+
32
+ *Waifu to catch your attention.*
33
+
34
+ ## Dataset Details
35
+
36
+ ### Dataset Description
37
+
38
+ *ArXiv CC0* is a cleaned dataset of a raw scrape of arXiv using the latest metadata from January 2024.
39
+ Filtering to a total amount of tokens of **~-B** (llama-2-7b-chat-tokenizer) / **~-B** (RWKV Tokenizer) from primarily English language.
40
+
41
+ - **Curated by:** M8than
42
+ - **Funded by [optional]:** Recursal.ai
43
+ - **Shared by [optional]:** M8than
44
+ - **Language(s) (NLP):** Primarily English
45
+ - **License:** cc-by-sa-4.0
46
+
47
+ ### Dataset Sources [optional]
48
+
49
+ - **Source Data:** [https://www.kaggle.com/datasets/Cornell-University/arxiv](https://www.kaggle.com/datasets/Cornell-University/arxiv) (Metadata for the papers.)
50
+ - **Source Data:** [https://arxiv.org](https://arxiv.org) (PDF's downloaded from here)
51
+
52
+ ### Processing and Filtering
53
+
54
+ The entries are filtered down to CC0 only, so these are all public domain. The PDF's have their text pulled from them (not via OCR, the text is embedded). The documents are then run through a filtering and text transformation process within our pipeline to produce readable outputs, filtering out excessive newlines or spaces and also converting to markdown.
55
+
56
+ ### Data Splits
57
+
58
+ - final
59
+ - Contains chunked final jsonl files.
60
+
61
+ ### Dataset Curators
62
+
63
+ M8than. (If something is wrong, `@m8than` on discord.)
64
+
65
+ ### Licensing Information
66
+
67
+ This release contains only CC-Zero ArXiv content.
68
+
69
+ Recursal Waifus (The banner image) are licensed under CC-BY-SA.
70
+ They do not represent the related websites in any official capacity unless otherwise or announced by the website.
71
+ You may use them as a banner image. However, you must always link back to the dataset.
72
+
73
+ ### Citation Information
74
+
75
+ ```
76
+ @ONLINE{arxiv-cc0,
77
+ title = {arxiv-cc0},
78
+ author = {M8than, recursal.ai},
79
+ year = {2024},
80
+ howpublished = {\url{https://huggingface.co/datasets/recursal/arxiv-cc0}},
81
+ }
82
  ```