enjalot commited on
Commit
78593f6
·
verified ·
1 Parent(s): 871c61c

Upload README.md with huggingface_hub

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