Datasets:
emrgnt-cmplxty
commited on
Commit
•
9689dfd
1
Parent(s):
64c693b
up
Browse files- README.md +9 -9
- stack-exchange/chunk_0.parquet +2 -2
README.md
CHANGED
@@ -5,7 +5,7 @@ size_categories:
|
|
5 |
- 1B<n<10B
|
6 |
task_categories:
|
7 |
- text-generation
|
8 |
-
pretty_name:
|
9 |
configs:
|
10 |
- config_name: default
|
11 |
data_files:
|
@@ -38,26 +38,26 @@ dataset_info:
|
|
38 |
|
39 |
### Getting Started
|
40 |
|
41 |
-
The
|
42 |
|
43 |
-
To access and utilize the
|
44 |
|
45 |
```python
|
46 |
from datasets import load_dataset
|
47 |
-
|
48 |
-
|
49 |
-
# Optional, load just the "arxiv" dataset
|
50 |
-
ds = load_dataset("SciPhi/OpenSERP-V1", "arxiv")
|
51 |
|
|
|
|
|
52 |
```
|
53 |
|
54 |
---
|
55 |
|
56 |
-
A full set of scripts to recreate the dataset from scratch can be found [here](https://github.com/SciPhi/
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
60 |
-
|
61 |
|
62 |
|
63 |
| Dataset | Token Count |
|
|
|
5 |
- 1B<n<10B
|
6 |
task_categories:
|
7 |
- text-generation
|
8 |
+
pretty_name: OpenWebSearch-V1
|
9 |
configs:
|
10 |
- config_name: default
|
11 |
data_files:
|
|
|
38 |
|
39 |
### Getting Started
|
40 |
|
41 |
+
The OpenWebSearch-V1 dataset includes full embeddings for over 50 million high-quality documents. This extensive collection encompasses the majority of content from sources like Arxiv, Wikipedia, Project Gutenberg, and includes quality-filtered CC data.
|
42 |
|
43 |
+
To access and utilize the OpenWebSearch-1B dataset, you can stream it via HuggingFace with the following Python code:
|
44 |
|
45 |
```python
|
46 |
from datasets import load_dataset
|
47 |
+
# To stream the entire dataset:
|
48 |
+
ds = load_dataset("SciPhi/OpenWebSearch-V1", data_files="**/*", streaming=True)
|
|
|
|
|
49 |
|
50 |
+
# Optional, stream just the "arxiv" dataset
|
51 |
+
ds = load_dataset("SciPhi/OpenWebSearch-V1", data_files="arxiv/*", streaming=True)
|
52 |
```
|
53 |
|
54 |
---
|
55 |
|
56 |
+
A full set of scripts to recreate the dataset from scratch can be found [here](https://github.com/SciPhi/OpenWebSearch).
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
60 |
+
OpenWebSearch is divided into a number of categories, similar to RedPajama-V1.
|
61 |
|
62 |
|
63 |
| Dataset | Token Count |
|
stack-exchange/chunk_0.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48af13baaf494ace567c50aeb536e96956ec72c7e2cd1cbeb22b72dd23203fa4
|
3 |
+
size 586755705
|