Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,51 +1,16 @@
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- latent-scope
|
4 |
-
configs:
|
5 |
-
- config_name: default
|
6 |
-
data_files:
|
7 |
-
- split: train
|
8 |
-
path: data/train-*
|
9 |
-
dataset_info:
|
10 |
-
features:
|
11 |
-
- name: index
|
12 |
-
dtype: int64
|
13 |
-
- name: identifier
|
14 |
-
dtype: string
|
15 |
-
- name: collection
|
16 |
-
dtype: string
|
17 |
-
- name: license
|
18 |
-
dtype: string
|
19 |
-
- name: text
|
20 |
-
dtype: string
|
21 |
-
- name: x
|
22 |
-
dtype: float32
|
23 |
-
- name: y
|
24 |
-
dtype: float32
|
25 |
-
- name: tile_index_64
|
26 |
-
dtype: int64
|
27 |
-
- name: tile_index_128
|
28 |
-
dtype: int64
|
29 |
-
- name: cluster
|
30 |
-
dtype: int64
|
31 |
-
- name: raw_cluster
|
32 |
-
dtype: int64
|
33 |
-
- name: label
|
34 |
-
dtype: string
|
35 |
-
- name: deleted
|
36 |
-
dtype: bool
|
37 |
-
splits:
|
38 |
-
- name: train
|
39 |
-
num_bytes: 1497202540
|
40 |
-
num_examples: 100000
|
41 |
-
download_size: 798707409
|
42 |
-
dataset_size: 1497202540
|
43 |
---
|
44 |
# ls-common-corpus-100k
|
45 |
|
46 |
This dataset contains the files necessary to view in [latentscope](https://github.com/enjalot/latent-scope).
|
47 |
-
The files in the `latentscope` are used by the app to view.
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
-
Total size of dataset files: 2.3 GB
|
50 |
|
51 |
-
TODO: download script inside latentscope
|
|
|
1 |
+
|
2 |
---
|
3 |
tags:
|
4 |
+
- latent-scope
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# ls-common-corpus-100k
|
7 |
|
8 |
This dataset contains the files necessary to view in [latentscope](https://github.com/enjalot/latent-scope).
|
9 |
+
The files in the `latentscope` are used by the app to view.
|
10 |
+
|
11 |
+
Total size of dataset files: 4.7 GB.
|
12 |
+
|
13 |
+
To view this scope, `pip install latentscope` and run `ls-serve`. You can then download via the UI and explore.
|
14 |
+
If you have questions, join us on [discord](https://discord.gg/x7NvpnM4pY).
|
15 |
|
|
|
16 |
|
|