enjalot commited on
Commit
5f91173
·
verified ·
1 Parent(s): cc68ba3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -45
README.md CHANGED
@@ -1,53 +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: author
14
- dtype: string
15
- - name: url
16
- dtype: string
17
- - name: joke
18
- dtype: string
19
- - name: score
20
- dtype: int64
21
- - name: date
22
- dtype: string
23
- - name: x
24
- dtype: float32
25
- - name: y
26
- dtype: float32
27
- - name: tile_index_64
28
- dtype: int64
29
- - name: tile_index_128
30
- dtype: int64
31
- - name: cluster
32
- dtype: int64
33
- - name: raw_cluster
34
- dtype: int64
35
- - name: label
36
- dtype: string
37
- - name: deleted
38
- dtype: bool
39
- splits:
40
- - name: train
41
- num_bytes: 17940039
42
- num_examples: 52751
43
- download_size: 9872488
44
- dataset_size: 17940039
45
  ---
46
  # ls-dadabase
47
 
48
  This dataset contains the files necessary to view in [latentscope](https://github.com/enjalot/latent-scope).
49
- The files in the `latentscope` are used by the app to view. You can also preview the scope TODO
 
 
 
 
 
50
 
51
- Total size of dataset files: 376.7 MB
52
 
53
- TODO: download script inside latentscope
 
1
+
2
  ---
3
  tags:
4
+ - latent-scope
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # ls-dadabase
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: 662.3 MB.
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