Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- latentscope/clusters/cluster-001-labels-001.json +13 -0
- latentscope/clusters/cluster-001-labels-001.parquet +3 -0
- latentscope/clusters/cluster-001-labels-002.json +13 -0
- latentscope/clusters/cluster-001-labels-002.parquet +3 -0
- latentscope/clusters/cluster-001-labels-default.parquet +3 -0
- latentscope/clusters/cluster-001.json +9 -0
- latentscope/clusters/cluster-001.parquet +3 -0
- latentscope/clusters/cluster-001.png +3 -0
- latentscope/embeddings/embedding-001.h5 +3 -0
- latentscope/embeddings/embedding-001.json +1548 -0
- latentscope/input.parquet +3 -0
- latentscope/jobs/057ecdf9-a63e-4ab1-9bea-9371b1e2037b.json +1 -0
- latentscope/jobs/131c6e60-be30-4f82-9adf-9ad54cf1a288.json +1 -0
- latentscope/jobs/1fbed8a6-4b02-4a0f-9848-6838b6fd0b60.json +1 -0
- latentscope/jobs/2410141c-c2b3-4e9a-bb2e-2ade3d774bd4.json +1 -0
- latentscope/jobs/26bcd4aa-c320-4505-97ea-963c1b6c7c7d.json +1 -0
- latentscope/jobs/29e33537-7304-4051-bf40-c9af515e8b09.json +1 -0
- latentscope/jobs/2f19b94a-493e-4288-825d-0932439dfe92.json +1 -0
- latentscope/jobs/3055df17-88ed-49e7-a6fa-e9d7a12c47af.json +1 -0
- latentscope/jobs/33cdc725-a39e-405d-ae75-9dc19b8eeb43.json +1 -0
- latentscope/jobs/36f9b9be-9657-465d-82f5-8571a6f1c5cd.json +1 -0
- latentscope/jobs/3abd7f5b-320a-4089-b5a1-87f9522a7fee.json +1 -0
- latentscope/jobs/407ba6ea-ba70-4c51-88db-3c0ec01ccb11.json +1 -0
- latentscope/jobs/53ef0c10-0cc4-4968-b11f-753918bf1fe6.json +1 -0
- latentscope/jobs/5c373c23-beaf-4a82-8f30-25f394a4938f.json +1 -0
- latentscope/jobs/625c89b4-8495-4e02-8631-a18a673af162.json +1 -0
- latentscope/jobs/6734d196-d8e1-478f-9eb4-d5eb1a1be555.json +1 -0
- latentscope/jobs/7ad9de31-91c6-4886-9a83-ba9e313740b2.json +1 -0
- latentscope/jobs/8fe0c886-3fe2-4e51-9da8-398bfb2227ae.json +1 -0
- latentscope/jobs/9b45daac-dacc-4de4-9486-49520d5cad0a.json +1 -0
- latentscope/jobs/9f0d6bea-16f0-41d3-b8cb-5719d8a373f9.json +1 -0
- latentscope/jobs/af899ef4-4156-454d-bcf9-18ce7fda1862.json +1 -0
- latentscope/jobs/ef3bf47b-bd64-4630-be78-2340cf04be41.json +1 -0
- latentscope/jobs/f15d8c48-6446-407c-852e-dc6cae19432b.json +1 -0
- latentscope/jobs/f4dd59c4-6ab3-4d09-825e-9792d3d780a7.json +1 -0
- latentscope/jobs/fb552ca8-abff-4f79-b758-b724f9eea8fc.json +1 -0
- latentscope/jobs/ff1bd237-1993-4294-8082-d397e99fcc7c.json +1 -0
- latentscope/meta.json +1 -0
- latentscope/plots/plots-scopes-001-001.json +25 -0
- latentscope/plots/plots-scopes-001-001.png +3 -0
- latentscope/plots/plots-scopes-001-002.json +25 -0
- latentscope/plots/plots-scopes-001-002.png +3 -0
- latentscope/saes/sae-001.h5 +3 -0
- latentscope/saes/sae-001.json +0 -0
- latentscope/scopes/scopes-001-input.parquet +3 -0
- latentscope/scopes/scopes-001-transactions.json +1 -0
- latentscope/scopes/scopes-001.json +0 -0
- latentscope/scopes/scopes-001.parquet +3 -0
- latentscope/state-legislators-2024.csv +0 -0
- latentscope/tags/👍.indices +0 -0
latentscope/clusters/cluster-001-labels-001.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "cluster-001-labels-001",
|
3 |
+
"cluster_id": "cluster-001",
|
4 |
+
"model_id": "nltk-top-words",
|
5 |
+
"text_column": "text",
|
6 |
+
"samples": 10,
|
7 |
+
"context": "",
|
8 |
+
"system_prompt": {
|
9 |
+
"role": "system",
|
10 |
+
"content": "You're job is to summarize lists of items with a short label of no more than 4 words. The items are part of a cluster and the label will be used to distinguish this cluster from others, so pay attention to what makes this group of similar items distinct.\n\nThe user will submit a list of items in the format:\n<ListItem>...</ListItem>\n<ListItem>...</ListItem>\n...\n\nYou should choose a label that best summarizes the theme of the list so that someone browsing the labels will have a good idea of what is in the list. \nDo not use punctuation, Do not explain yourself, respond with only a few words that summarize the list."
|
11 |
+
},
|
12 |
+
"max_tokens": 127818
|
13 |
+
}
|
latentscope/clusters/cluster-001-labels-001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a661bb70a736e3dae663cbfb3cedf6c4db04582b045224f169150a744abbaf23
|
3 |
+
size 53848
|
latentscope/clusters/cluster-001-labels-002.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "cluster-001-labels-002",
|
3 |
+
"cluster_id": "cluster-001",
|
4 |
+
"model_id": "openai-gpt-4o-mini",
|
5 |
+
"text_column": "text",
|
6 |
+
"samples": 10,
|
7 |
+
"context": "",
|
8 |
+
"system_prompt": {
|
9 |
+
"role": "system",
|
10 |
+
"content": "You're job is to summarize lists of items with a short label of no more than 4 words. The items are part of a cluster and the label will be used to distinguish this cluster from others, so pay attention to what makes this group of similar items distinct.\n\nThe user will submit a list of items in the format:\n<ListItem>...</ListItem>\n<ListItem>...</ListItem>\n...\n\nYou should choose a label that best summarizes the theme of the list so that someone browsing the labels will have a good idea of what is in the list. \nDo not use punctuation, Do not explain yourself, respond with only a few words that summarize the list."
|
11 |
+
},
|
12 |
+
"max_tokens": 127817
|
13 |
+
}
|
latentscope/clusters/cluster-001-labels-002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f32a82b1765c16b13abdec512df924cf6453956e8de638929f598f9ffb3a597
|
3 |
+
size 53960
|
latentscope/clusters/cluster-001-labels-default.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a3ba31ed1b1c0503ca0a4c4481cc1eb29412594c4c615c6b2d3d61f8667fee5
|
3 |
+
size 50168
|
latentscope/clusters/cluster-001.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "cluster-001",
|
3 |
+
"umap_id": "umap-001",
|
4 |
+
"samples": 15,
|
5 |
+
"min_samples": 5,
|
6 |
+
"cluster_selection_epsilon": 0.005,
|
7 |
+
"n_clusters": 74,
|
8 |
+
"n_noise": 1255
|
9 |
+
}
|
latentscope/clusters/cluster-001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3b1fa6ad400da8427eab264d67204dca365ddf57bff2a7bf2801dc959fdb1f3
|
3 |
+
size 15795
|
latentscope/clusters/cluster-001.png
ADDED
Git LFS Details
|
latentscope/embeddings/embedding-001.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0066c8aba6567f88eafc02c862bdda66600f2d6b911cd454e9d9adfdb4c9ff67
|
3 |
+
size 44916848
|
latentscope/embeddings/embedding-001.json
ADDED
@@ -0,0 +1,1548 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "embedding-001",
|
3 |
+
"model_id": "\ud83e\udd17-nomic-ai___nomic-embed-text-v1.5",
|
4 |
+
"dataset_id": "state-legislators-2024",
|
5 |
+
"text_column": "text",
|
6 |
+
"dimensions": 768,
|
7 |
+
"prefix": "clustering: ",
|
8 |
+
"min_values": [
|
9 |
+
-0.04541981220245361,
|
10 |
+
0.022048598155379295,
|
11 |
+
-0.2598804235458374,
|
12 |
+
-0.07498300075531006,
|
13 |
+
-0.027028383687138557,
|
14 |
+
-0.022195976227521896,
|
15 |
+
-0.08046310395002365,
|
16 |
+
-0.027447136119008064,
|
17 |
+
-0.03695593401789665,
|
18 |
+
-0.09218751639127731,
|
19 |
+
-0.06502114236354828,
|
20 |
+
-0.05413205176591873,
|
21 |
+
0.002668091095983982,
|
22 |
+
-0.05486676096916199,
|
23 |
+
-0.03582937270402908,
|
24 |
+
-0.07536426931619644,
|
25 |
+
-0.05508655682206154,
|
26 |
+
-0.10444841533899307,
|
27 |
+
-0.0634537786245346,
|
28 |
+
-0.07112300395965576,
|
29 |
+
-0.08650953322649002,
|
30 |
+
-0.12220271676778793,
|
31 |
+
-0.05882134288549423,
|
32 |
+
-0.07565733045339584,
|
33 |
+
0.05786392465233803,
|
34 |
+
-0.05628177523612976,
|
35 |
+
-0.07001171261072159,
|
36 |
+
-0.029363278299570084,
|
37 |
+
-0.06834958493709564,
|
38 |
+
-0.0346849262714386,
|
39 |
+
-0.03211592137813568,
|
40 |
+
-0.05335492268204689,
|
41 |
+
-0.06956493109464645,
|
42 |
+
-0.07290219515562057,
|
43 |
+
-0.09809958934783936,
|
44 |
+
-0.1406642496585846,
|
45 |
+
-0.013071809895336628,
|
46 |
+
-0.02813764102756977,
|
47 |
+
-0.040324725210666656,
|
48 |
+
-0.06983824074268341,
|
49 |
+
-0.018097249791026115,
|
50 |
+
-0.026781179010868073,
|
51 |
+
-0.0815977081656456,
|
52 |
+
-0.12888172268867493,
|
53 |
+
-0.02035180851817131,
|
54 |
+
-0.09493280947208405,
|
55 |
+
-0.014824067242443562,
|
56 |
+
-0.004456918220967054,
|
57 |
+
-0.017825432121753693,
|
58 |
+
-0.07960370928049088,
|
59 |
+
-0.04975727200508118,
|
60 |
+
-0.08637843281030655,
|
61 |
+
-0.05898488685488701,
|
62 |
+
-0.05368339270353317,
|
63 |
+
-0.023795587942004204,
|
64 |
+
-0.05074484273791313,
|
65 |
+
-0.012054109945893288,
|
66 |
+
-0.038640283048152924,
|
67 |
+
-0.059071484953165054,
|
68 |
+
-0.050906408578157425,
|
69 |
+
0.04802988842129707,
|
70 |
+
-0.02402569353580475,
|
71 |
+
-0.06156650185585022,
|
72 |
+
0.06496458500623703,
|
73 |
+
-0.03032505512237549,
|
74 |
+
-0.07571325451135635,
|
75 |
+
-0.060752689838409424,
|
76 |
+
-0.011130371131002903,
|
77 |
+
-0.03837202489376068,
|
78 |
+
-0.0684269592165947,
|
79 |
+
-0.010520020499825478,
|
80 |
+
-0.06200876086950302,
|
81 |
+
-0.019766610115766525,
|
82 |
+
-0.037515126168727875,
|
83 |
+
-0.07322510331869125,
|
84 |
+
-0.04134734347462654,
|
85 |
+
-0.06861668080091476,
|
86 |
+
-0.04541182890534401,
|
87 |
+
-0.07316291332244873,
|
88 |
+
-0.03541449457406998,
|
89 |
+
-0.02016940340399742,
|
90 |
+
-0.03692987561225891,
|
91 |
+
0.001332595362327993,
|
92 |
+
-0.03149719536304474,
|
93 |
+
-0.027667775750160217,
|
94 |
+
-0.04389886558055878,
|
95 |
+
-0.03373456746339798,
|
96 |
+
-0.07960623502731323,
|
97 |
+
-0.0910637304186821,
|
98 |
+
-0.008025827817618847,
|
99 |
+
-0.03335154801607132,
|
100 |
+
-0.004597166553139687,
|
101 |
+
-0.03922203555703163,
|
102 |
+
0.003947077319025993,
|
103 |
+
-0.07369409501552582,
|
104 |
+
-0.07116635143756866,
|
105 |
+
-0.05801435559988022,
|
106 |
+
-0.042701274156570435,
|
107 |
+
-0.05343623459339142,
|
108 |
+
-0.09249728918075562,
|
109 |
+
-0.08505897969007492,
|
110 |
+
-0.06411071866750717,
|
111 |
+
-0.064674012362957,
|
112 |
+
-0.047732699662446976,
|
113 |
+
0.017186403274536133,
|
114 |
+
-0.03188380226492882,
|
115 |
+
-0.04799861088395119,
|
116 |
+
-0.049006953835487366,
|
117 |
+
-0.06412272155284882,
|
118 |
+
-0.05292815342545509,
|
119 |
+
-0.07265433669090271,
|
120 |
+
-0.013480670750141144,
|
121 |
+
-0.05294392630457878,
|
122 |
+
-0.07044178992509842,
|
123 |
+
-0.026302965357899666,
|
124 |
+
-0.04828862473368645,
|
125 |
+
-0.003698221407830715,
|
126 |
+
-0.08735444396734238,
|
127 |
+
-0.008623717352747917,
|
128 |
+
-0.025402843952178955,
|
129 |
+
-0.05858467146754265,
|
130 |
+
-0.08230134844779968,
|
131 |
+
-0.05578116700053215,
|
132 |
+
-0.022251298651099205,
|
133 |
+
-0.04878734424710274,
|
134 |
+
0.007831825874745846,
|
135 |
+
-0.0896637812256813,
|
136 |
+
-0.026570307090878487,
|
137 |
+
-0.04205784201622009,
|
138 |
+
-0.06510312855243683,
|
139 |
+
-0.052620626986026764,
|
140 |
+
-0.08156291395425797,
|
141 |
+
-0.05761665105819702,
|
142 |
+
-0.057366449385881424,
|
143 |
+
-0.016128478571772575,
|
144 |
+
-0.022395359352231026,
|
145 |
+
-0.09136006981134415,
|
146 |
+
-0.0723876804113388,
|
147 |
+
-0.02987043559551239,
|
148 |
+
-0.012553960084915161,
|
149 |
+
-0.042901866137981415,
|
150 |
+
-0.01826472580432892,
|
151 |
+
-0.04734242334961891,
|
152 |
+
-0.054434146732091904,
|
153 |
+
-0.03363377973437309,
|
154 |
+
-0.08662110567092896,
|
155 |
+
-0.019480671733617783,
|
156 |
+
-0.060728948563337326,
|
157 |
+
-0.07602084428071976,
|
158 |
+
-0.050982650369405746,
|
159 |
+
-0.03658910095691681,
|
160 |
+
-0.015034892596304417,
|
161 |
+
-0.03459548205137253,
|
162 |
+
-0.003973984159529209,
|
163 |
+
-0.03913618624210358,
|
164 |
+
-0.08202441781759262,
|
165 |
+
-0.04101782664656639,
|
166 |
+
-0.023512763902544975,
|
167 |
+
-0.006014874670654535,
|
168 |
+
-0.018823402002453804,
|
169 |
+
0.0025849572848528624,
|
170 |
+
-0.06203872710466385,
|
171 |
+
-0.07404661923646927,
|
172 |
+
-0.01076460536569357,
|
173 |
+
-0.052102766931056976,
|
174 |
+
-0.1033797487616539,
|
175 |
+
-0.03843076527118683,
|
176 |
+
0.01505760382860899,
|
177 |
+
-0.039519697427749634,
|
178 |
+
-0.017314262688159943,
|
179 |
+
-0.06234200298786163,
|
180 |
+
-0.07609096169471741,
|
181 |
+
-0.06085503101348877,
|
182 |
+
-0.07630614191293716,
|
183 |
+
-0.019020739942789078,
|
184 |
+
-0.06796577572822571,
|
185 |
+
-0.08777491748332977,
|
186 |
+
-0.06018102914094925,
|
187 |
+
-0.010766144841909409,
|
188 |
+
-0.06529240310192108,
|
189 |
+
-0.009156483225524426,
|
190 |
+
-0.0816960334777832,
|
191 |
+
-0.010059595108032227,
|
192 |
+
0.0019100558711215854,
|
193 |
+
-0.07192066311836243,
|
194 |
+
-0.06475627422332764,
|
195 |
+
-0.051690421998500824,
|
196 |
+
-0.09151614457368851,
|
197 |
+
-0.05739230662584305,
|
198 |
+
-0.0918123871088028,
|
199 |
+
-0.0355483777821064,
|
200 |
+
0.014403421431779861,
|
201 |
+
-0.08107185363769531,
|
202 |
+
-0.06512121111154556,
|
203 |
+
-0.08653455227613449,
|
204 |
+
-0.048896294087171555,
|
205 |
+
-0.014099624939262867,
|
206 |
+
-0.07009445875883102,
|
207 |
+
-0.02111339010298252,
|
208 |
+
-0.0772060677409172,
|
209 |
+
-0.03724462538957596,
|
210 |
+
-0.043020572513341904,
|
211 |
+
-0.05563905090093613,
|
212 |
+
-0.04523999243974686,
|
213 |
+
-0.09166599810123444,
|
214 |
+
-0.0029659364372491837,
|
215 |
+
-0.05033549293875694,
|
216 |
+
-0.028364771977066994,
|
217 |
+
-0.06489937007427216,
|
218 |
+
-0.02426893264055252,
|
219 |
+
0.02681843936443329,
|
220 |
+
-0.08325761556625366,
|
221 |
+
-0.06961825489997864,
|
222 |
+
-0.07202593237161636,
|
223 |
+
-0.02466951124370098,
|
224 |
+
-0.09261547029018402,
|
225 |
+
-0.06496404111385345,
|
226 |
+
-0.08573748916387558,
|
227 |
+
-0.05930196866393089,
|
228 |
+
-0.0435776486992836,
|
229 |
+
-0.03789609670639038,
|
230 |
+
-0.05085073411464691,
|
231 |
+
-0.019970878958702087,
|
232 |
+
-0.0796542838215828,
|
233 |
+
-0.028395390138030052,
|
234 |
+
-0.06285309046506882,
|
235 |
+
-0.06217218562960625,
|
236 |
+
-0.08042687922716141,
|
237 |
+
-0.06298675388097763,
|
238 |
+
-0.0524318628013134,
|
239 |
+
-0.06103643402457237,
|
240 |
+
-0.08710847795009613,
|
241 |
+
-0.004363236017525196,
|
242 |
+
-0.006564145442098379,
|
243 |
+
-0.03831225261092186,
|
244 |
+
-0.014530411921441555,
|
245 |
+
-0.007236362434923649,
|
246 |
+
-0.002308730036020279,
|
247 |
+
-0.027833959087729454,
|
248 |
+
-0.021763581782579422,
|
249 |
+
-0.056204572319984436,
|
250 |
+
0.0044403038918972015,
|
251 |
+
-0.05254020169377327,
|
252 |
+
-0.07753633707761765,
|
253 |
+
-0.07917066663503647,
|
254 |
+
0.0009622771176509559,
|
255 |
+
-0.04303743317723274,
|
256 |
+
-0.08349312841892242,
|
257 |
+
-0.016717635095119476,
|
258 |
+
-0.016720373183488846,
|
259 |
+
-0.021220890805125237,
|
260 |
+
-0.038925137370824814,
|
261 |
+
-0.0636199563741684,
|
262 |
+
-0.024914158508181572,
|
263 |
+
-0.017849847674369812,
|
264 |
+
-0.07872824370861053,
|
265 |
+
-0.06962279230356216,
|
266 |
+
-0.0317402184009552,
|
267 |
+
-0.05120597407221794,
|
268 |
+
-0.10299162566661835,
|
269 |
+
-0.022991236299276352,
|
270 |
+
-0.12264697253704071,
|
271 |
+
0.02777753211557865,
|
272 |
+
-0.10842733085155487,
|
273 |
+
-0.0636933296918869,
|
274 |
+
-0.07422167807817459,
|
275 |
+
-0.07167404145002365,
|
276 |
+
-0.04066380858421326,
|
277 |
+
-0.017653895542025566,
|
278 |
+
-0.06818070262670517,
|
279 |
+
-0.029163869097828865,
|
280 |
+
-0.01565171591937542,
|
281 |
+
-0.022372283041477203,
|
282 |
+
-0.007722899783402681,
|
283 |
+
-0.06941735744476318,
|
284 |
+
-0.06573622673749924,
|
285 |
+
-0.03660791367292404,
|
286 |
+
-0.06250415742397308,
|
287 |
+
-0.07438389211893082,
|
288 |
+
-0.028246711939573288,
|
289 |
+
-0.06547889858484268,
|
290 |
+
-0.07662039250135422,
|
291 |
+
-0.06567547470331192,
|
292 |
+
-0.0517071932554245,
|
293 |
+
-0.04904783517122269,
|
294 |
+
-0.015747731551527977,
|
295 |
+
0.000383283564588055,
|
296 |
+
-0.036730680614709854,
|
297 |
+
-0.04870791360735893,
|
298 |
+
-0.043759074062108994,
|
299 |
+
-0.014303797855973244,
|
300 |
+
-0.05036739259958267,
|
301 |
+
-0.03238637372851372,
|
302 |
+
-0.020036783069372177,
|
303 |
+
-0.04532290995121002,
|
304 |
+
-0.011284247040748596,
|
305 |
+
0.02043098583817482,
|
306 |
+
-0.07370587438344955,
|
307 |
+
-0.03551223874092102,
|
308 |
+
-0.055527448654174805,
|
309 |
+
-0.02719048038125038,
|
310 |
+
-0.04019859805703163,
|
311 |
+
-0.027537381276488304,
|
312 |
+
-0.03401803597807884,
|
313 |
+
-0.06128654256463051,
|
314 |
+
-0.0408710278570652,
|
315 |
+
0.021393034607172012,
|
316 |
+
-0.04702869430184364,
|
317 |
+
-0.006083272397518158,
|
318 |
+
-0.06377247720956802,
|
319 |
+
-0.07238471508026123,
|
320 |
+
-0.06247462332248688,
|
321 |
+
-0.06511275470256805,
|
322 |
+
-0.04473043978214264,
|
323 |
+
-0.1108398512005806,
|
324 |
+
-0.012093029916286469,
|
325 |
+
-0.018805749714374542,
|
326 |
+
-0.02760765515267849,
|
327 |
+
0.0124769052490592,
|
328 |
+
-0.041796959936618805,
|
329 |
+
-0.0441301204264164,
|
330 |
+
-0.07589591294527054,
|
331 |
+
-0.06050311028957367,
|
332 |
+
-0.08204316347837448,
|
333 |
+
-0.045531872659921646,
|
334 |
+
-0.009689614176750183,
|
335 |
+
-0.08235007524490356,
|
336 |
+
-0.009130259975790977,
|
337 |
+
-0.045704182237386703,
|
338 |
+
-0.08398416638374329,
|
339 |
+
-0.040277447551488876,
|
340 |
+
-0.027458511292934418,
|
341 |
+
-0.04275321960449219,
|
342 |
+
-0.08396796137094498,
|
343 |
+
-0.06147631257772446,
|
344 |
+
-0.0288857389241457,
|
345 |
+
-0.03999192267656326,
|
346 |
+
-0.02575228363275528,
|
347 |
+
-0.05442143231630325,
|
348 |
+
0.001329299178905785,
|
349 |
+
0.009398390538990498,
|
350 |
+
-0.04795023798942566,
|
351 |
+
-0.07525832951068878,
|
352 |
+
-0.0604570135474205,
|
353 |
+
-0.07794189453125,
|
354 |
+
-0.044609811156988144,
|
355 |
+
-0.09638874232769012,
|
356 |
+
-0.05742251127958298,
|
357 |
+
-0.023644495755434036,
|
358 |
+
-0.023992076516151428,
|
359 |
+
-0.0850934237241745,
|
360 |
+
-0.054066140204668045,
|
361 |
+
-0.03877149894833565,
|
362 |
+
-0.04103315621614456,
|
363 |
+
-0.03589072450995445,
|
364 |
+
-0.09579108655452728,
|
365 |
+
-0.00783926248550415,
|
366 |
+
-0.01749500259757042,
|
367 |
+
-0.03035839833319187,
|
368 |
+
-0.02989492565393448,
|
369 |
+
0.007357425056397915,
|
370 |
+
-0.050158411264419556,
|
371 |
+
-0.04838201776146889,
|
372 |
+
-0.09042101353406906,
|
373 |
+
-0.03235391527414322,
|
374 |
+
-0.012537035159766674,
|
375 |
+
0.009925717487931252,
|
376 |
+
-0.05699695274233818,
|
377 |
+
-0.0045862747356295586,
|
378 |
+
-0.02055218443274498,
|
379 |
+
-0.09818542003631592,
|
380 |
+
-0.0672111064195633,
|
381 |
+
-0.03170154616236687,
|
382 |
+
-0.003665650961920619,
|
383 |
+
-0.019401399418711662,
|
384 |
+
-0.03040231391787529,
|
385 |
+
-0.10988274216651917,
|
386 |
+
-0.07673872262239456,
|
387 |
+
-0.049337610602378845,
|
388 |
+
-0.04195554181933403,
|
389 |
+
-0.012369775213301182,
|
390 |
+
-0.06935328990221024,
|
391 |
+
-0.057757358998060226,
|
392 |
+
-0.040782198309898376,
|
393 |
+
-0.05509377270936966,
|
394 |
+
-0.04202966019511223,
|
395 |
+
-0.06549462676048279,
|
396 |
+
-0.05968516319990158,
|
397 |
+
-0.03637683764100075,
|
398 |
+
-0.03911576420068741,
|
399 |
+
-0.060622647404670715,
|
400 |
+
-0.051979802548885345,
|
401 |
+
-0.09122646600008011,
|
402 |
+
-0.04961536452174187,
|
403 |
+
-0.04530695080757141,
|
404 |
+
-0.07101383060216904,
|
405 |
+
-0.00928320549428463,
|
406 |
+
-0.06130625680088997,
|
407 |
+
-0.06650108098983765,
|
408 |
+
-0.02861046977341175,
|
409 |
+
-0.0867270976305008,
|
410 |
+
-0.08963500708341599,
|
411 |
+
-0.046332575380802155,
|
412 |
+
-0.056088950484991074,
|
413 |
+
-0.04609275981783867,
|
414 |
+
-0.018971629440784454,
|
415 |
+
-0.04885510727763176,
|
416 |
+
-0.08747972548007965,
|
417 |
+
-0.03053082339465618,
|
418 |
+
-0.06505861133337021,
|
419 |
+
-0.032762277871370316,
|
420 |
+
-0.0015107179060578346,
|
421 |
+
-0.035520702600479126,
|
422 |
+
-0.07406490296125412,
|
423 |
+
-0.04138321429491043,
|
424 |
+
-0.046411242336034775,
|
425 |
+
-0.01422116719186306,
|
426 |
+
-0.028943311423063278,
|
427 |
+
-0.04954442009329796,
|
428 |
+
-0.07328830659389496,
|
429 |
+
-0.000896796234883368,
|
430 |
+
-0.005922017619013786,
|
431 |
+
-0.04123074561357498,
|
432 |
+
-0.04860016331076622,
|
433 |
+
-0.028178388252854347,
|
434 |
+
-0.022794730961322784,
|
435 |
+
-0.03495490550994873,
|
436 |
+
-0.010424922220408916,
|
437 |
+
-0.05583425238728523,
|
438 |
+
-0.13866060972213745,
|
439 |
+
-0.047643259167671204,
|
440 |
+
-0.023482413962483406,
|
441 |
+
-0.02416081540286541,
|
442 |
+
-0.044017452746629715,
|
443 |
+
-0.04408656805753708,
|
444 |
+
-0.07424832135438919,
|
445 |
+
-0.030765896663069725,
|
446 |
+
-0.041607219725847244,
|
447 |
+
-0.028178542852401733,
|
448 |
+
0.017991140484809875,
|
449 |
+
-0.025997575372457504,
|
450 |
+
-0.09069747477769852,
|
451 |
+
-0.09257451444864273,
|
452 |
+
-0.06436936557292938,
|
453 |
+
0.006922589614987373,
|
454 |
+
-6.192225328049972e-07,
|
455 |
+
0.04347037151455879,
|
456 |
+
-0.0750804990530014,
|
457 |
+
-0.08704575896263123,
|
458 |
+
-0.03948821872472763,
|
459 |
+
-0.02777078002691269,
|
460 |
+
-0.039430294185876846,
|
461 |
+
-0.01224561408162117,
|
462 |
+
-0.025128088891506195,
|
463 |
+
0.03779885172843933,
|
464 |
+
-0.0717485249042511,
|
465 |
+
-0.045649152249097824,
|
466 |
+
-0.04280824959278107,
|
467 |
+
-0.03228610008955002,
|
468 |
+
-0.027862928807735443,
|
469 |
+
-0.015942493453621864,
|
470 |
+
-0.05041811242699623,
|
471 |
+
-0.08819906413555145,
|
472 |
+
-0.01561738085001707,
|
473 |
+
-0.05525302514433861,
|
474 |
+
-0.0480029359459877,
|
475 |
+
-0.07178078591823578,
|
476 |
+
-0.09413133561611176,
|
477 |
+
-0.03725455328822136,
|
478 |
+
0.014033865183591843,
|
479 |
+
-0.0830095112323761,
|
480 |
+
-0.02540742978453636,
|
481 |
+
-0.03481660038232803,
|
482 |
+
-0.0626322478055954,
|
483 |
+
-0.07144877314567566,
|
484 |
+
-0.0462033636868,
|
485 |
+
-0.03825429454445839,
|
486 |
+
-0.04107071831822395,
|
487 |
+
-0.03865309804677963,
|
488 |
+
-0.025792382657527924,
|
489 |
+
-0.03267304599285126,
|
490 |
+
-0.07311293482780457,
|
491 |
+
-0.0664927288889885,
|
492 |
+
-0.11010071635246277,
|
493 |
+
-0.045148540288209915,
|
494 |
+
-0.02347043715417385,
|
495 |
+
-0.03001679852604866,
|
496 |
+
-0.029467035084962845,
|
497 |
+
-0.03049435280263424,
|
498 |
+
-0.06919433176517487,
|
499 |
+
-0.03209128603339195,
|
500 |
+
-0.029956461861729622,
|
501 |
+
-0.041578274220228195,
|
502 |
+
-0.07823389768600464,
|
503 |
+
-0.06113053485751152,
|
504 |
+
-0.051883261650800705,
|
505 |
+
-0.09250915795564651,
|
506 |
+
-0.025264861062169075,
|
507 |
+
0.01033535785973072,
|
508 |
+
-0.01769290491938591,
|
509 |
+
-0.01816711761057377,
|
510 |
+
-0.03504996374249458,
|
511 |
+
-0.06031525135040283,
|
512 |
+
-0.06084819138050079,
|
513 |
+
-0.02134677954018116,
|
514 |
+
-0.055470362305641174,
|
515 |
+
-0.03670278936624527,
|
516 |
+
-0.06440813839435577,
|
517 |
+
-0.05979418382048607,
|
518 |
+
-0.02188996598124504,
|
519 |
+
-0.04803600162267685,
|
520 |
+
-0.025537559762597084,
|
521 |
+
-0.05330582335591316,
|
522 |
+
-0.02199886552989483,
|
523 |
+
0.006795636843889952,
|
524 |
+
-0.08534707129001617,
|
525 |
+
-0.027709029614925385,
|
526 |
+
-0.05232084542512894,
|
527 |
+
-0.107852041721344,
|
528 |
+
0.0002314466837560758,
|
529 |
+
-0.03226744383573532,
|
530 |
+
-0.06598009914159775,
|
531 |
+
-0.03261915221810341,
|
532 |
+
-0.08676720410585403,
|
533 |
+
-0.11769463866949081,
|
534 |
+
-0.02717362903058529,
|
535 |
+
-0.07179015129804611,
|
536 |
+
-0.06683886051177979,
|
537 |
+
-0.010555032640695572,
|
538 |
+
-0.021691257134079933,
|
539 |
+
-0.03319581598043442,
|
540 |
+
-0.03865084424614906,
|
541 |
+
-0.0673644170165062,
|
542 |
+
-0.06210530921816826,
|
543 |
+
-0.025475330650806427,
|
544 |
+
-0.07191111892461777,
|
545 |
+
-0.04613737016916275,
|
546 |
+
-0.02471924014389515,
|
547 |
+
-0.016467483714222908,
|
548 |
+
-0.050299398601055145,
|
549 |
+
-0.061546843498945236,
|
550 |
+
-0.05941544473171234,
|
551 |
+
-0.0763455331325531,
|
552 |
+
-0.03356347605586052,
|
553 |
+
-0.0510605163872242,
|
554 |
+
-0.04900000989437103,
|
555 |
+
-0.08315124362707138,
|
556 |
+
-0.04505117982625961,
|
557 |
+
-0.06367824971675873,
|
558 |
+
-0.056698694825172424,
|
559 |
+
-0.03071926161646843,
|
560 |
+
-0.1391494870185852,
|
561 |
+
-0.05468858778476715,
|
562 |
+
-0.08318077027797699,
|
563 |
+
-0.04897365719079971,
|
564 |
+
-0.08455540984869003,
|
565 |
+
-0.06336930394172668,
|
566 |
+
-0.05234064161777496,
|
567 |
+
-0.11369685083627701,
|
568 |
+
-0.0715104341506958,
|
569 |
+
-0.04950090870261192,
|
570 |
+
-0.0232892706990242,
|
571 |
+
-0.01446922030299902,
|
572 |
+
-0.053659744560718536,
|
573 |
+
-0.04498801752924919,
|
574 |
+
-0.05989443138241768,
|
575 |
+
-0.05108758807182312,
|
576 |
+
-0.06682043522596359,
|
577 |
+
-0.054919250309467316,
|
578 |
+
-0.07632569968700409,
|
579 |
+
-0.05730755999684334,
|
580 |
+
-0.11604829132556915,
|
581 |
+
-0.06273377686738968,
|
582 |
+
-0.07269252836704254,
|
583 |
+
-0.05672687664628029,
|
584 |
+
-0.034897513687610626,
|
585 |
+
-0.03302345424890518,
|
586 |
+
-0.0344526432454586,
|
587 |
+
-0.0937637984752655,
|
588 |
+
-0.08063609898090363,
|
589 |
+
-0.00977938249707222,
|
590 |
+
-0.09590718150138855,
|
591 |
+
-0.0328812412917614,
|
592 |
+
-0.010774113237857819,
|
593 |
+
-0.052670206874608994,
|
594 |
+
-0.04656476527452469,
|
595 |
+
-0.06985238194465637,
|
596 |
+
-0.09066623449325562,
|
597 |
+
0.00131138414144516,
|
598 |
+
-0.0712626725435257,
|
599 |
+
-0.034318115562200546,
|
600 |
+
-0.04245396703481674,
|
601 |
+
-0.04742800071835518,
|
602 |
+
-0.07939692586660385,
|
603 |
+
-0.04701017588376999,
|
604 |
+
-0.059348199516534805,
|
605 |
+
-0.07041215151548386,
|
606 |
+
-0.0739191398024559,
|
607 |
+
-0.08437088876962662,
|
608 |
+
-0.12090457230806351,
|
609 |
+
-0.07558047026395798,
|
610 |
+
-0.04349920526146889,
|
611 |
+
0.015104913152754307,
|
612 |
+
-0.10677061229944229,
|
613 |
+
-0.04315294325351715,
|
614 |
+
-0.005806091707199812,
|
615 |
+
-0.04032602533698082,
|
616 |
+
-0.030156319960951805,
|
617 |
+
-0.05607672780752182,
|
618 |
+
-0.0525069423019886,
|
619 |
+
-0.026470329612493515,
|
620 |
+
-0.05011850595474243,
|
621 |
+
-0.053148649632930756,
|
622 |
+
-0.05463797599077225,
|
623 |
+
-0.02270679548382759,
|
624 |
+
-0.03787292540073395,
|
625 |
+
-0.00903195608407259,
|
626 |
+
-0.0484025701880455,
|
627 |
+
-0.05018172040581703,
|
628 |
+
-0.09811167418956757,
|
629 |
+
-0.06294512748718262,
|
630 |
+
-0.0765797421336174,
|
631 |
+
-0.024855978786945343,
|
632 |
+
-0.03858311101794243,
|
633 |
+
-0.00682305870577693,
|
634 |
+
-0.028394341468811035,
|
635 |
+
-0.0892774909734726,
|
636 |
+
-0.0852261483669281,
|
637 |
+
-0.04393097013235092,
|
638 |
+
-0.007842497900128365,
|
639 |
+
-0.05411301180720329,
|
640 |
+
-0.007960589602589607,
|
641 |
+
-0.09664041548967361,
|
642 |
+
-0.11775808781385422,
|
643 |
+
-0.09327009320259094,
|
644 |
+
-0.057708028703927994,
|
645 |
+
-0.06953027844429016,
|
646 |
+
-0.06893731653690338,
|
647 |
+
-0.062450241297483444,
|
648 |
+
-0.004377407021820545,
|
649 |
+
-0.014479029923677444,
|
650 |
+
-0.06756003201007843,
|
651 |
+
-0.04842735826969147,
|
652 |
+
0.000701124663464725,
|
653 |
+
-0.012927972711622715,
|
654 |
+
-0.042095765471458435,
|
655 |
+
-0.021071119233965874,
|
656 |
+
-0.046381499618291855,
|
657 |
+
-0.012356370687484741,
|
658 |
+
-0.05733426287770271,
|
659 |
+
0.03377249091863632,
|
660 |
+
0.027246451005339622,
|
661 |
+
-0.015392130240797997,
|
662 |
+
-0.044765785336494446,
|
663 |
+
-0.028371350839734077,
|
664 |
+
-0.061237458139657974,
|
665 |
+
-0.007627260405570269,
|
666 |
+
-0.06697271764278412,
|
667 |
+
-0.10361676663160324,
|
668 |
+
-0.08733482658863068,
|
669 |
+
-0.054817624390125275,
|
670 |
+
-0.01973012275993824,
|
671 |
+
-0.06564322113990784,
|
672 |
+
-0.050262074917554855,
|
673 |
+
-0.022136729210615158,
|
674 |
+
-0.05385430529713631,
|
675 |
+
-0.037368640303611755,
|
676 |
+
-0.06575366854667664,
|
677 |
+
-0.13474272191524506,
|
678 |
+
-0.05263913422822952,
|
679 |
+
-0.02407112345099449,
|
680 |
+
-0.039828117936849594,
|
681 |
+
-0.04410634934902191,
|
682 |
+
-0.053248580545186996,
|
683 |
+
-0.05978943780064583,
|
684 |
+
-0.04140515998005867,
|
685 |
+
-0.025215312838554382,
|
686 |
+
-0.013165043666958809,
|
687 |
+
-0.032316919416189194,
|
688 |
+
-0.05942659080028534,
|
689 |
+
-0.0319996178150177,
|
690 |
+
-0.023527104407548904,
|
691 |
+
-0.0304276030510664,
|
692 |
+
-0.06878883391618729,
|
693 |
+
-0.035906337201595306,
|
694 |
+
-0.10072442889213562,
|
695 |
+
0.011008291505277157,
|
696 |
+
-0.06883863359689713,
|
697 |
+
-0.016406551003456116,
|
698 |
+
-0.0764077752828598,
|
699 |
+
-0.027694953605532646,
|
700 |
+
-0.09709620475769043,
|
701 |
+
-0.03799095377326012,
|
702 |
+
-0.04612097889184952,
|
703 |
+
-0.042506925761699677,
|
704 |
+
-0.03980688378214836,
|
705 |
+
-0.05106891319155693,
|
706 |
+
-0.04550091549754143,
|
707 |
+
-0.0722041204571724,
|
708 |
+
-0.029530948027968407,
|
709 |
+
-0.06131657585501671,
|
710 |
+
-0.021138129755854607,
|
711 |
+
-0.020367182791233063,
|
712 |
+
0.018353339284658432,
|
713 |
+
-0.09222345799207687,
|
714 |
+
-0.08653246611356735,
|
715 |
+
-0.02974628657102585,
|
716 |
+
-0.046949636191129684,
|
717 |
+
-0.053652796894311905,
|
718 |
+
-0.058486830443143845,
|
719 |
+
-0.04638701304793358,
|
720 |
+
-0.04197101667523384,
|
721 |
+
-0.052833154797554016,
|
722 |
+
0.02393813617527485,
|
723 |
+
-0.015274181962013245,
|
724 |
+
-0.044242359697818756,
|
725 |
+
-0.06009991094470024,
|
726 |
+
-0.1055363342165947,
|
727 |
+
-0.05774857476353645,
|
728 |
+
-0.06679539382457733,
|
729 |
+
-0.0050467029213905334,
|
730 |
+
-0.07514100521802902,
|
731 |
+
-0.09656335413455963,
|
732 |
+
-0.05285811424255371,
|
733 |
+
-0.06314018368721008,
|
734 |
+
-0.049460768699645996,
|
735 |
+
-0.007865332998335361,
|
736 |
+
-0.08216872811317444,
|
737 |
+
-0.03882242739200592,
|
738 |
+
-0.0959300547838211,
|
739 |
+
-0.06849806755781174,
|
740 |
+
-0.06677571684122086,
|
741 |
+
-0.10003848373889923,
|
742 |
+
-0.010916000232100487,
|
743 |
+
-0.08342435210943222,
|
744 |
+
-0.0528896301984787,
|
745 |
+
-0.08912622928619385,
|
746 |
+
-0.07036846876144409,
|
747 |
+
-0.07805408537387848,
|
748 |
+
-0.04827083647251129,
|
749 |
+
-0.07587935030460358,
|
750 |
+
-0.06526156514883041,
|
751 |
+
-0.024509914219379425,
|
752 |
+
-0.01417909562587738,
|
753 |
+
-0.041130147874355316,
|
754 |
+
-0.08108564466238022,
|
755 |
+
-0.06978803128004074,
|
756 |
+
-0.013857235200703144,
|
757 |
+
-0.06896068900823593,
|
758 |
+
-0.05354668200016022,
|
759 |
+
-0.041697073727846146,
|
760 |
+
-0.04869401454925537,
|
761 |
+
-0.08054634183645248,
|
762 |
+
-0.05138913914561272,
|
763 |
+
-0.013150599785149097,
|
764 |
+
-0.02934959903359413,
|
765 |
+
-0.041451144963502884,
|
766 |
+
-0.002727536717429757,
|
767 |
+
0.04196436330676079,
|
768 |
+
-0.03235408291220665,
|
769 |
+
-0.007126731798052788,
|
770 |
+
-0.04940604418516159,
|
771 |
+
-0.030025072395801544,
|
772 |
+
-0.06035918742418289,
|
773 |
+
-0.053855352103710175,
|
774 |
+
-0.09722466766834259,
|
775 |
+
-0.08394703269004822,
|
776 |
+
-0.07217858731746674
|
777 |
+
],
|
778 |
+
"max_values": [
|
779 |
+
0.05736256390810013,
|
780 |
+
0.11690299212932587,
|
781 |
+
-0.18413518369197845,
|
782 |
+
0.04549754038453102,
|
783 |
+
0.07062949240207672,
|
784 |
+
0.07583720237016678,
|
785 |
+
0.03287866339087486,
|
786 |
+
0.09037996083498001,
|
787 |
+
0.08542362600564957,
|
788 |
+
0.013711759820580482,
|
789 |
+
0.028832776471972466,
|
790 |
+
0.05437961593270302,
|
791 |
+
0.11109909415245056,
|
792 |
+
0.050283998250961304,
|
793 |
+
0.08972061425447464,
|
794 |
+
0.04392567276954651,
|
795 |
+
0.0516451820731163,
|
796 |
+
0.011106765829026699,
|
797 |
+
0.06627358496189117,
|
798 |
+
0.06577105075120926,
|
799 |
+
0.03773195296525955,
|
800 |
+
0.026934949681162834,
|
801 |
+
0.05174693465232849,
|
802 |
+
0.04188469052314758,
|
803 |
+
0.16402927041053772,
|
804 |
+
0.07881490141153336,
|
805 |
+
0.047028206288814545,
|
806 |
+
0.08841756731271744,
|
807 |
+
0.060832466930150986,
|
808 |
+
0.0963064432144165,
|
809 |
+
0.08384761214256287,
|
810 |
+
0.06743227690458298,
|
811 |
+
0.05141226574778557,
|
812 |
+
0.036375392228364944,
|
813 |
+
0.006477560847997665,
|
814 |
+
-0.009051991626620293,
|
815 |
+
0.08834502100944519,
|
816 |
+
0.09253862500190735,
|
817 |
+
0.07727688550949097,
|
818 |
+
0.04548070952296257,
|
819 |
+
0.08793700486421585,
|
820 |
+
0.11481842398643494,
|
821 |
+
0.038769882172346115,
|
822 |
+
0.014589834958314896,
|
823 |
+
0.09647051990032196,
|
824 |
+
0.0061673629097640514,
|
825 |
+
0.08126071095466614,
|
826 |
+
0.10081563889980316,
|
827 |
+
0.12231051921844482,
|
828 |
+
0.03731292858719826,
|
829 |
+
0.06836014986038208,
|
830 |
+
0.025971123948693275,
|
831 |
+
0.03882255405187607,
|
832 |
+
0.06208645924925804,
|
833 |
+
0.08718103915452957,
|
834 |
+
0.06235339865088463,
|
835 |
+
0.11342614144086838,
|
836 |
+
0.11051074415445328,
|
837 |
+
0.050086621195077896,
|
838 |
+
0.04765874519944191,
|
839 |
+
0.16283847391605377,
|
840 |
+
0.10704092681407928,
|
841 |
+
0.06926218420267105,
|
842 |
+
0.17007483541965485,
|
843 |
+
0.05691201984882355,
|
844 |
+
0.024734482169151306,
|
845 |
+
0.04877074807882309,
|
846 |
+
0.07711221277713776,
|
847 |
+
0.06009254604578018,
|
848 |
+
0.02640197053551674,
|
849 |
+
0.08869802206754684,
|
850 |
+
0.02747623808681965,
|
851 |
+
0.06388658285140991,
|
852 |
+
0.05974670127034187,
|
853 |
+
0.020112590864300728,
|
854 |
+
0.03885139152407646,
|
855 |
+
0.023003483191132545,
|
856 |
+
0.04483869671821594,
|
857 |
+
0.016639849171042442,
|
858 |
+
0.054782330989837646,
|
859 |
+
0.07851895689964294,
|
860 |
+
0.03378348425030708,
|
861 |
+
0.09048715233802795,
|
862 |
+
0.05860821157693863,
|
863 |
+
0.0934496521949768,
|
864 |
+
0.040558818727731705,
|
865 |
+
0.05619368329644203,
|
866 |
+
0.03930129110813141,
|
867 |
+
0.016073063015937805,
|
868 |
+
0.09089820832014084,
|
869 |
+
0.11039317399263382,
|
870 |
+
0.06800557672977448,
|
871 |
+
0.09020518511533737,
|
872 |
+
0.1039189025759697,
|
873 |
+
0.008451797068119049,
|
874 |
+
0.03362879902124405,
|
875 |
+
0.05424787476658821,
|
876 |
+
0.07878050208091736,
|
877 |
+
0.03798616677522659,
|
878 |
+
0.029981959611177444,
|
879 |
+
0.013756180182099342,
|
880 |
+
0.0176826361566782,
|
881 |
+
0.06728469580411911,
|
882 |
+
0.05803713947534561,
|
883 |
+
0.0949837788939476,
|
884 |
+
0.08299986273050308,
|
885 |
+
0.051815491169691086,
|
886 |
+
0.04463478550314903,
|
887 |
+
0.044026654213666916,
|
888 |
+
0.03866611421108246,
|
889 |
+
0.014706837944686413,
|
890 |
+
0.08912453055381775,
|
891 |
+
0.02802523598074913,
|
892 |
+
0.018562262877821922,
|
893 |
+
0.05688393488526344,
|
894 |
+
0.039431557059288025,
|
895 |
+
0.09937957674264908,
|
896 |
+
-0.019598860293626785,
|
897 |
+
0.07277220487594604,
|
898 |
+
0.06218791380524635,
|
899 |
+
0.04045625030994415,
|
900 |
+
0.01817280426621437,
|
901 |
+
0.053388409316539764,
|
902 |
+
0.07463105022907257,
|
903 |
+
0.06108513101935387,
|
904 |
+
0.09450068324804306,
|
905 |
+
0.001936421263962984,
|
906 |
+
0.05950499698519707,
|
907 |
+
0.03233564272522926,
|
908 |
+
0.016780702397227287,
|
909 |
+
0.035594042390584946,
|
910 |
+
0.01618148759007454,
|
911 |
+
0.033133119344711304,
|
912 |
+
0.030353402718901634,
|
913 |
+
0.07434152066707611,
|
914 |
+
0.08696745336055756,
|
915 |
+
0.00359017844311893,
|
916 |
+
0.04010487720370293,
|
917 |
+
0.04546302184462547,
|
918 |
+
0.07497478276491165,
|
919 |
+
0.062287505716085434,
|
920 |
+
0.05875680223107338,
|
921 |
+
0.049354199320077896,
|
922 |
+
0.03315907344222069,
|
923 |
+
0.05306781083345413,
|
924 |
+
0.0022168916184455156,
|
925 |
+
0.08538349717855453,
|
926 |
+
0.01924937032163143,
|
927 |
+
0.011749246157705784,
|
928 |
+
0.06553107500076294,
|
929 |
+
0.03996296972036362,
|
930 |
+
0.07445704191923141,
|
931 |
+
0.054770611226558685,
|
932 |
+
0.08044608682394028,
|
933 |
+
0.05621078982949257,
|
934 |
+
-0.005303085781633854,
|
935 |
+
0.061689767986536026,
|
936 |
+
0.0680299773812294,
|
937 |
+
0.082321897149086,
|
938 |
+
0.055078763514757156,
|
939 |
+
0.08446948975324631,
|
940 |
+
0.03110230527818203,
|
941 |
+
0.0257659200578928,
|
942 |
+
0.09447036683559418,
|
943 |
+
0.030632618814706802,
|
944 |
+
-0.02077861689031124,
|
945 |
+
0.0582706518471241,
|
946 |
+
0.08704706281423569,
|
947 |
+
0.06662503629922867,
|
948 |
+
0.07254175841808319,
|
949 |
+
0.011648228392004967,
|
950 |
+
0.0006848727352917194,
|
951 |
+
0.05296103656291962,
|
952 |
+
0.0203432384878397,
|
953 |
+
0.11050315946340561,
|
954 |
+
0.02075594663619995,
|
955 |
+
0.02978702448308468,
|
956 |
+
0.00031760125420987606,
|
957 |
+
0.07193739712238312,
|
958 |
+
0.012790918350219727,
|
959 |
+
0.07959270477294922,
|
960 |
+
0.010210132226347923,
|
961 |
+
0.07609821110963821,
|
962 |
+
0.06961870938539505,
|
963 |
+
0.03537587448954582,
|
964 |
+
0.029356002807617188,
|
965 |
+
0.038224924355745316,
|
966 |
+
0.00124257686547935,
|
967 |
+
0.020967215299606323,
|
968 |
+
0.009105474688112736,
|
969 |
+
0.04270653426647186,
|
970 |
+
0.08405939489603043,
|
971 |
+
-0.0009304771083407104,
|
972 |
+
0.024788873270154,
|
973 |
+
0.012057998217642307,
|
974 |
+
0.03912978246808052,
|
975 |
+
0.0581243634223938,
|
976 |
+
0.018569201231002808,
|
977 |
+
0.0578124076128006,
|
978 |
+
0.019571131095290184,
|
979 |
+
0.04728333652019501,
|
980 |
+
0.03345401957631111,
|
981 |
+
0.01785839907824993,
|
982 |
+
0.048588596284389496,
|
983 |
+
0.021387899294495583,
|
984 |
+
0.08559076488018036,
|
985 |
+
0.03027309663593769,
|
986 |
+
0.06342560797929764,
|
987 |
+
0.030117882415652275,
|
988 |
+
0.0551983118057251,
|
989 |
+
0.10057652741670609,
|
990 |
+
0.006903556641191244,
|
991 |
+
0.02914348617196083,
|
992 |
+
0.031563278287649155,
|
993 |
+
0.07062632590532303,
|
994 |
+
-0.003082319162786007,
|
995 |
+
0.04265851527452469,
|
996 |
+
0.020848097279667854,
|
997 |
+
0.013439389877021313,
|
998 |
+
0.063966765999794,
|
999 |
+
0.05949653685092926,
|
1000 |
+
0.05252799019217491,
|
1001 |
+
0.07616201043128967,
|
1002 |
+
0.02457408979535103,
|
1003 |
+
0.0650513544678688,
|
1004 |
+
0.019700633361935616,
|
1005 |
+
0.026836736127734184,
|
1006 |
+
0.025445150211453438,
|
1007 |
+
0.017192363739013672,
|
1008 |
+
0.0351293720304966,
|
1009 |
+
0.023338008671998978,
|
1010 |
+
0.008589026518166065,
|
1011 |
+
0.09291629493236542,
|
1012 |
+
0.07759270817041397,
|
1013 |
+
0.04533904418349266,
|
1014 |
+
0.07831322401762009,
|
1015 |
+
0.08129975199699402,
|
1016 |
+
0.07319574058055878,
|
1017 |
+
0.05916144698858261,
|
1018 |
+
0.05852105841040611,
|
1019 |
+
0.04023607447743416,
|
1020 |
+
0.09104157984256744,
|
1021 |
+
0.04283185303211212,
|
1022 |
+
0.01622520200908184,
|
1023 |
+
0.016393912956118584,
|
1024 |
+
0.08105319738388062,
|
1025 |
+
0.06765595078468323,
|
1026 |
+
0.015655094757676125,
|
1027 |
+
0.0452001690864563,
|
1028 |
+
0.07506971061229706,
|
1029 |
+
0.07505057752132416,
|
1030 |
+
0.05277087539434433,
|
1031 |
+
0.06542682647705078,
|
1032 |
+
0.08572591841220856,
|
1033 |
+
0.07918873429298401,
|
1034 |
+
0.02904720976948738,
|
1035 |
+
0.018681062385439873,
|
1036 |
+
0.0608825720846653,
|
1037 |
+
0.03380672261118889,
|
1038 |
+
0.01258784718811512,
|
1039 |
+
0.06342364102602005,
|
1040 |
+
-0.013336384668946266,
|
1041 |
+
0.14165586233139038,
|
1042 |
+
0.0006595919257961214,
|
1043 |
+
0.034904785454273224,
|
1044 |
+
0.03837568312883377,
|
1045 |
+
0.015583314932882786,
|
1046 |
+
0.06356998533010483,
|
1047 |
+
0.04981960356235504,
|
1048 |
+
0.003862470155581832,
|
1049 |
+
0.07178754359483719,
|
1050 |
+
0.07846362143754959,
|
1051 |
+
0.04544251412153244,
|
1052 |
+
0.06656978279352188,
|
1053 |
+
0.01188909262418747,
|
1054 |
+
0.024089301005005836,
|
1055 |
+
0.04896750673651695,
|
1056 |
+
0.034865789115428925,
|
1057 |
+
0.005084189586341381,
|
1058 |
+
0.03846149519085884,
|
1059 |
+
0.00917066726833582,
|
1060 |
+
0.012487368658185005,
|
1061 |
+
0.020532606169581413,
|
1062 |
+
0.0481850728392601,
|
1063 |
+
0.03896501287817955,
|
1064 |
+
0.09995707124471664,
|
1065 |
+
0.08463910222053528,
|
1066 |
+
0.059952035546302795,
|
1067 |
+
0.04558549448847771,
|
1068 |
+
0.03671785071492195,
|
1069 |
+
0.0846535935997963,
|
1070 |
+
0.032447315752506256,
|
1071 |
+
0.07957170158624649,
|
1072 |
+
0.07702802121639252,
|
1073 |
+
0.04075392335653305,
|
1074 |
+
0.07458417862653732,
|
1075 |
+
0.11284872889518738,
|
1076 |
+
0.02011953853070736,
|
1077 |
+
0.059574663639068604,
|
1078 |
+
0.036378733813762665,
|
1079 |
+
0.045304834842681885,
|
1080 |
+
0.04652690142393112,
|
1081 |
+
0.0806930735707283,
|
1082 |
+
0.06688341498374939,
|
1083 |
+
0.03504077345132828,
|
1084 |
+
0.0417918786406517,
|
1085 |
+
0.12160485237836838,
|
1086 |
+
0.03640124201774597,
|
1087 |
+
0.08845832198858261,
|
1088 |
+
0.016728555783629417,
|
1089 |
+
0.019999559968709946,
|
1090 |
+
0.02259538136422634,
|
1091 |
+
0.023701468482613564,
|
1092 |
+
0.03695249184966087,
|
1093 |
+
-0.00604759156703949,
|
1094 |
+
0.06490914523601532,
|
1095 |
+
0.03903844952583313,
|
1096 |
+
0.06316360831260681,
|
1097 |
+
0.11492600291967392,
|
1098 |
+
0.07242809981107712,
|
1099 |
+
0.04597603902220726,
|
1100 |
+
0.021380586549639702,
|
1101 |
+
0.008571856655180454,
|
1102 |
+
0.013869748450815678,
|
1103 |
+
0.03842674568295479,
|
1104 |
+
0.09158024191856384,
|
1105 |
+
0.02143428660929203,
|
1106 |
+
0.09053300321102142,
|
1107 |
+
0.04813987761735916,
|
1108 |
+
0.010801272466778755,
|
1109 |
+
0.02994786761701107,
|
1110 |
+
0.09693815559148788,
|
1111 |
+
0.039411403238773346,
|
1112 |
+
0.005811973940581083,
|
1113 |
+
0.025942731648683548,
|
1114 |
+
0.05627991631627083,
|
1115 |
+
0.048964180052280426,
|
1116 |
+
0.06837812066078186,
|
1117 |
+
0.017475256696343422,
|
1118 |
+
0.09391897171735764,
|
1119 |
+
0.09221947938203812,
|
1120 |
+
0.041284527629613876,
|
1121 |
+
0.024116672575473785,
|
1122 |
+
0.008145537227392197,
|
1123 |
+
-0.0010235928930342197,
|
1124 |
+
0.054566435515880585,
|
1125 |
+
0.0261965524405241,
|
1126 |
+
0.027813538908958435,
|
1127 |
+
0.0674637034535408,
|
1128 |
+
0.0700247511267662,
|
1129 |
+
-0.00524821737781167,
|
1130 |
+
0.03143106400966644,
|
1131 |
+
0.0386192612349987,
|
1132 |
+
0.04625552147626877,
|
1133 |
+
0.037476345896720886,
|
1134 |
+
0.027137694880366325,
|
1135 |
+
0.05962775647640228,
|
1136 |
+
0.09489110112190247,
|
1137 |
+
0.05894999951124191,
|
1138 |
+
0.03951890394091606,
|
1139 |
+
0.09732110798358917,
|
1140 |
+
0.022702569141983986,
|
1141 |
+
0.052948758006095886,
|
1142 |
+
0.010679051280021667,
|
1143 |
+
0.05002625659108162,
|
1144 |
+
0.07976893335580826,
|
1145 |
+
0.09417656064033508,
|
1146 |
+
0.06643449515104294,
|
1147 |
+
0.07334818691015244,
|
1148 |
+
0.05634341388940811,
|
1149 |
+
-0.010883680544793606,
|
1150 |
+
0.050622228533029556,
|
1151 |
+
0.05247045308351517,
|
1152 |
+
0.09326865524053574,
|
1153 |
+
0.06575774401426315,
|
1154 |
+
0.051410313695669174,
|
1155 |
+
-0.016497498378157616,
|
1156 |
+
0.02800581231713295,
|
1157 |
+
0.0632317066192627,
|
1158 |
+
0.04778142645955086,
|
1159 |
+
0.0660366490483284,
|
1160 |
+
0.019807608798146248,
|
1161 |
+
0.02258826419711113,
|
1162 |
+
0.034042660146951675,
|
1163 |
+
0.06004197150468826,
|
1164 |
+
0.041422851383686066,
|
1165 |
+
0.02240407094359398,
|
1166 |
+
0.006567793432623148,
|
1167 |
+
0.05813616141676903,
|
1168 |
+
0.04530678689479828,
|
1169 |
+
0.031152725219726562,
|
1170 |
+
0.06146189570426941,
|
1171 |
+
0.0021077790297567844,
|
1172 |
+
0.043123528361320496,
|
1173 |
+
0.049216121435165405,
|
1174 |
+
0.02059105783700943,
|
1175 |
+
0.06994757056236267,
|
1176 |
+
0.04036659747362137,
|
1177 |
+
0.05523938685655594,
|
1178 |
+
0.07178881019353867,
|
1179 |
+
-0.0006125218933448195,
|
1180 |
+
0.01991572231054306,
|
1181 |
+
0.059019144624471664,
|
1182 |
+
0.029573654755949974,
|
1183 |
+
0.04505630210042,
|
1184 |
+
0.09174590557813644,
|
1185 |
+
0.019296180456876755,
|
1186 |
+
0.011700086295604706,
|
1187 |
+
0.07106127589941025,
|
1188 |
+
0.03535529971122742,
|
1189 |
+
0.06855746358633041,
|
1190 |
+
0.09064104408025742,
|
1191 |
+
0.07218828052282333,
|
1192 |
+
0.011988136917352676,
|
1193 |
+
0.06744401156902313,
|
1194 |
+
0.07652955502271652,
|
1195 |
+
0.07702485471963882,
|
1196 |
+
0.07795926928520203,
|
1197 |
+
0.034531835466623306,
|
1198 |
+
0.041056063026189804,
|
1199 |
+
0.09058749675750732,
|
1200 |
+
0.06891939789056778,
|
1201 |
+
0.0379963181912899,
|
1202 |
+
0.04231036826968193,
|
1203 |
+
0.07159023731946945,
|
1204 |
+
0.0954674556851387,
|
1205 |
+
0.03154100850224495,
|
1206 |
+
0.062101829797029495,
|
1207 |
+
0.03245602175593376,
|
1208 |
+
-0.05442644655704498,
|
1209 |
+
0.043634895235300064,
|
1210 |
+
0.054850347340106964,
|
1211 |
+
0.05455539748072624,
|
1212 |
+
0.04653608798980713,
|
1213 |
+
0.046366188675165176,
|
1214 |
+
0.022996414452791214,
|
1215 |
+
0.07177314907312393,
|
1216 |
+
0.04705235734581947,
|
1217 |
+
0.09469180554151535,
|
1218 |
+
0.09653455764055252,
|
1219 |
+
0.08272019028663635,
|
1220 |
+
-0.0005769777926616371,
|
1221 |
+
-0.003180780215188861,
|
1222 |
+
0.036902207881212234,
|
1223 |
+
0.07936853170394897,
|
1224 |
+
0.11431831121444702,
|
1225 |
+
0.12941859662532806,
|
1226 |
+
0.023695049807429314,
|
1227 |
+
0.004334670957177877,
|
1228 |
+
0.06562872976064682,
|
1229 |
+
0.06008132919669151,
|
1230 |
+
0.0382966585457325,
|
1231 |
+
0.04952869936823845,
|
1232 |
+
0.04854029417037964,
|
1233 |
+
0.10982080549001694,
|
1234 |
+
0.01370055228471756,
|
1235 |
+
0.04596320539712906,
|
1236 |
+
0.0481521300971508,
|
1237 |
+
0.06368589401245117,
|
1238 |
+
0.09649690985679626,
|
1239 |
+
0.05069449543952942,
|
1240 |
+
0.04629247635602951,
|
1241 |
+
0.004805687814950943,
|
1242 |
+
0.05839737504720688,
|
1243 |
+
0.03570195287466049,
|
1244 |
+
0.04502382129430771,
|
1245 |
+
0.045161109417676926,
|
1246 |
+
0.03300776332616806,
|
1247 |
+
0.06405212730169296,
|
1248 |
+
0.11698166280984879,
|
1249 |
+
0.0003981762856710702,
|
1250 |
+
0.05344099551439285,
|
1251 |
+
0.04895871877670288,
|
1252 |
+
0.03925344720482826,
|
1253 |
+
0.014799165539443493,
|
1254 |
+
0.03585850074887276,
|
1255 |
+
0.04963044822216034,
|
1256 |
+
0.03419754281640053,
|
1257 |
+
0.062069717794656754,
|
1258 |
+
0.12079215049743652,
|
1259 |
+
0.05426181107759476,
|
1260 |
+
0.013085100799798965,
|
1261 |
+
0.009973124600946903,
|
1262 |
+
-0.0017499250825494528,
|
1263 |
+
0.02957424893975258,
|
1264 |
+
0.06731823086738586,
|
1265 |
+
0.06143536418676376,
|
1266 |
+
0.05177975073456764,
|
1267 |
+
0.05962314084172249,
|
1268 |
+
0.010214296169579029,
|
1269 |
+
0.040106482803821564,
|
1270 |
+
0.0930103212594986,
|
1271 |
+
0.0501721166074276,
|
1272 |
+
0.013507348485291004,
|
1273 |
+
0.044810328632593155,
|
1274 |
+
0.06529203802347183,
|
1275 |
+
0.011712593957781792,
|
1276 |
+
0.0864485576748848,
|
1277 |
+
0.1017518863081932,
|
1278 |
+
0.06838343292474747,
|
1279 |
+
0.07687762379646301,
|
1280 |
+
0.06335354596376419,
|
1281 |
+
0.015857914462685585,
|
1282 |
+
0.04259220138192177,
|
1283 |
+
0.04788297414779663,
|
1284 |
+
0.025914600118994713,
|
1285 |
+
0.06441950052976608,
|
1286 |
+
0.023467818275094032,
|
1287 |
+
0.0030825845897197723,
|
1288 |
+
0.07425596565008163,
|
1289 |
+
0.04670681804418564,
|
1290 |
+
0.063763327896595,
|
1291 |
+
0.0544402077794075,
|
1292 |
+
0.06883811205625534,
|
1293 |
+
0.10121756047010422,
|
1294 |
+
0.01357358880341053,
|
1295 |
+
0.07114378362894058,
|
1296 |
+
0.06415651738643646,
|
1297 |
+
-0.028568478301167488,
|
1298 |
+
0.11381466686725616,
|
1299 |
+
0.05589834973216057,
|
1300 |
+
0.005595545284450054,
|
1301 |
+
0.04173530638217926,
|
1302 |
+
0.004079356789588928,
|
1303 |
+
-0.02980334870517254,
|
1304 |
+
0.07545546442270279,
|
1305 |
+
0.031222129240632057,
|
1306 |
+
0.009627562947571278,
|
1307 |
+
0.07509633898735046,
|
1308 |
+
0.05692870914936066,
|
1309 |
+
0.05986683815717697,
|
1310 |
+
0.0674179196357727,
|
1311 |
+
0.027438733726739883,
|
1312 |
+
0.033252909779548645,
|
1313 |
+
0.0665740966796875,
|
1314 |
+
0.05390969291329384,
|
1315 |
+
0.04786393791437149,
|
1316 |
+
0.08768531680107117,
|
1317 |
+
0.0707949548959732,
|
1318 |
+
0.04705272242426872,
|
1319 |
+
0.02544710785150528,
|
1320 |
+
0.03591033071279526,
|
1321 |
+
0.04637648165225983,
|
1322 |
+
0.07726041227579117,
|
1323 |
+
0.040453940629959106,
|
1324 |
+
0.02672005072236061,
|
1325 |
+
0.008219213224947453,
|
1326 |
+
0.04900110885500908,
|
1327 |
+
0.019968215376138687,
|
1328 |
+
0.05374544486403465,
|
1329 |
+
0.07286518067121506,
|
1330 |
+
-0.0366244874894619,
|
1331 |
+
0.021285539492964745,
|
1332 |
+
0.038467537611722946,
|
1333 |
+
0.05854078009724617,
|
1334 |
+
-0.009051061235368252,
|
1335 |
+
0.028757605701684952,
|
1336 |
+
0.04302320256829262,
|
1337 |
+
-0.0045089335180819035,
|
1338 |
+
0.016572125256061554,
|
1339 |
+
0.05556556582450867,
|
1340 |
+
0.08068140596151352,
|
1341 |
+
0.0708155632019043,
|
1342 |
+
0.04170778766274452,
|
1343 |
+
0.08425752073526382,
|
1344 |
+
0.03306605666875839,
|
1345 |
+
0.019592560827732086,
|
1346 |
+
0.05391315743327141,
|
1347 |
+
0.018305543810129166,
|
1348 |
+
0.05725433677434921,
|
1349 |
+
0.04358880594372749,
|
1350 |
+
-0.014875192195177078,
|
1351 |
+
0.027893397957086563,
|
1352 |
+
0.017764251679182053,
|
1353 |
+
0.021798603236675262,
|
1354 |
+
0.0522817000746727,
|
1355 |
+
0.04865507036447525,
|
1356 |
+
0.05989306792616844,
|
1357 |
+
0.003714254591614008,
|
1358 |
+
0.02548513375222683,
|
1359 |
+
0.062374234199523926,
|
1360 |
+
-0.011197150684893131,
|
1361 |
+
0.06281614303588867,
|
1362 |
+
0.10228975117206573,
|
1363 |
+
0.022862594574689865,
|
1364 |
+
0.054477259516716,
|
1365 |
+
0.037168119102716446,
|
1366 |
+
0.026195615530014038,
|
1367 |
+
0.11445889621973038,
|
1368 |
+
0.031454164534807205,
|
1369 |
+
0.05219447985291481,
|
1370 |
+
0.04962226375937462,
|
1371 |
+
0.019895248115062714,
|
1372 |
+
0.04117482528090477,
|
1373 |
+
0.045750852674245834,
|
1374 |
+
0.06012968346476555,
|
1375 |
+
0.026897160336375237,
|
1376 |
+
0.023432062938809395,
|
1377 |
+
0.004507937002927065,
|
1378 |
+
-0.0011199535802006721,
|
1379 |
+
0.05345190688967705,
|
1380 |
+
0.048321034759283066,
|
1381 |
+
0.10220752656459808,
|
1382 |
+
-0.012042803689837456,
|
1383 |
+
0.04205085337162018,
|
1384 |
+
0.09102118015289307,
|
1385 |
+
0.031981971114873886,
|
1386 |
+
0.052585724741220474,
|
1387 |
+
0.026762502267956734,
|
1388 |
+
0.049231432378292084,
|
1389 |
+
0.048311538994312286,
|
1390 |
+
0.04222177341580391,
|
1391 |
+
0.040216654539108276,
|
1392 |
+
0.03972078487277031,
|
1393 |
+
0.06796754151582718,
|
1394 |
+
0.053358305245637894,
|
1395 |
+
0.0962378978729248,
|
1396 |
+
0.05689401179552078,
|
1397 |
+
0.0422489158809185,
|
1398 |
+
0.00957489013671875,
|
1399 |
+
0.01737564243376255,
|
1400 |
+
-0.0011969988700002432,
|
1401 |
+
0.07791322469711304,
|
1402 |
+
0.04265379160642624,
|
1403 |
+
0.08342288434505463,
|
1404 |
+
0.05876290798187256,
|
1405 |
+
0.01159537024796009,
|
1406 |
+
0.004180938471108675,
|
1407 |
+
0.054126009345054626,
|
1408 |
+
0.08353995531797409,
|
1409 |
+
0.028656484559178352,
|
1410 |
+
0.0797596275806427,
|
1411 |
+
0.014205507934093475,
|
1412 |
+
0.02290523238480091,
|
1413 |
+
-0.014125646091997623,
|
1414 |
+
0.0513138510286808,
|
1415 |
+
0.03760628029704094,
|
1416 |
+
0.018824104219675064,
|
1417 |
+
0.054258376359939575,
|
1418 |
+
0.08240389078855515,
|
1419 |
+
0.07260744273662567,
|
1420 |
+
0.038848139345645905,
|
1421 |
+
0.029901310801506042,
|
1422 |
+
0.10093741863965988,
|
1423 |
+
0.07914280891418457,
|
1424 |
+
0.0490996278822422,
|
1425 |
+
0.048875462263822556,
|
1426 |
+
0.06546687334775925,
|
1427 |
+
0.08572985976934433,
|
1428 |
+
0.03993222489953041,
|
1429 |
+
0.1337370127439499,
|
1430 |
+
0.10251966118812561,
|
1431 |
+
0.0644783079624176,
|
1432 |
+
0.0489814393222332,
|
1433 |
+
0.08234380185604095,
|
1434 |
+
0.017409425228834152,
|
1435 |
+
0.08721303939819336,
|
1436 |
+
0.014104818925261497,
|
1437 |
+
-0.003981591667979956,
|
1438 |
+
0.016001854091882706,
|
1439 |
+
0.019846025854349136,
|
1440 |
+
0.05845336988568306,
|
1441 |
+
0.026684094220399857,
|
1442 |
+
0.061282917857170105,
|
1443 |
+
0.07662232220172882,
|
1444 |
+
0.042568597942590714,
|
1445 |
+
0.05371852591633797,
|
1446 |
+
0.050118591636419296,
|
1447 |
+
-0.041052717715501785,
|
1448 |
+
0.031514719128608704,
|
1449 |
+
0.04032622650265694,
|
1450 |
+
0.056033071130514145,
|
1451 |
+
0.043167322874069214,
|
1452 |
+
0.02310115657746792,
|
1453 |
+
0.03570349141955376,
|
1454 |
+
0.06061330437660217,
|
1455 |
+
0.08236794173717499,
|
1456 |
+
0.07707769423723221,
|
1457 |
+
0.06644570082426071,
|
1458 |
+
0.021859802305698395,
|
1459 |
+
0.06057548150420189,
|
1460 |
+
0.07552410662174225,
|
1461 |
+
0.06801199167966843,
|
1462 |
+
0.003955918829888105,
|
1463 |
+
0.05073831230401993,
|
1464 |
+
-0.003087623743340373,
|
1465 |
+
0.09551913291215897,
|
1466 |
+
0.008034413680434227,
|
1467 |
+
0.07794526219367981,
|
1468 |
+
0.022394685074687004,
|
1469 |
+
0.04641453176736832,
|
1470 |
+
0.016390526667237282,
|
1471 |
+
0.03656558692455292,
|
1472 |
+
0.0260971300303936,
|
1473 |
+
0.031895920634269714,
|
1474 |
+
0.05534357205033302,
|
1475 |
+
0.03005795367062092,
|
1476 |
+
0.044679027050733566,
|
1477 |
+
0.01515908632427454,
|
1478 |
+
0.06476831436157227,
|
1479 |
+
0.024087443947792053,
|
1480 |
+
0.0663990005850792,
|
1481 |
+
0.052082810550928116,
|
1482 |
+
0.09528958797454834,
|
1483 |
+
0.004700190853327513,
|
1484 |
+
0.013097734190523624,
|
1485 |
+
0.07707798480987549,
|
1486 |
+
0.06343838572502136,
|
1487 |
+
0.02673097886145115,
|
1488 |
+
0.04314211383461952,
|
1489 |
+
0.04715985804796219,
|
1490 |
+
0.0544901005923748,
|
1491 |
+
0.036729276180267334,
|
1492 |
+
0.1221059188246727,
|
1493 |
+
0.10403987020254135,
|
1494 |
+
0.034371353685855865,
|
1495 |
+
0.04654134064912796,
|
1496 |
+
0.0003579198382794857,
|
1497 |
+
0.009897877462208271,
|
1498 |
+
0.0468217208981514,
|
1499 |
+
0.12000581622123718,
|
1500 |
+
0.014163714833557606,
|
1501 |
+
0.012808918952941895,
|
1502 |
+
0.010833172127604485,
|
1503 |
+
0.01389735285192728,
|
1504 |
+
0.059432968497276306,
|
1505 |
+
0.08612174540758133,
|
1506 |
+
0.006528488826006651,
|
1507 |
+
0.07578200846910477,
|
1508 |
+
0.03372470289468765,
|
1509 |
+
0.021791689097881317,
|
1510 |
+
0.027147546410560608,
|
1511 |
+
-0.01876983791589737,
|
1512 |
+
0.08184047788381577,
|
1513 |
+
0.0008429504814557731,
|
1514 |
+
0.02588259056210518,
|
1515 |
+
0.016283217817544937,
|
1516 |
+
0.024511389434337616,
|
1517 |
+
0.02468452975153923,
|
1518 |
+
0.03563018515706062,
|
1519 |
+
0.008571513928472996,
|
1520 |
+
0.02616311050951481,
|
1521 |
+
0.06324739009141922,
|
1522 |
+
0.0760345309972763,
|
1523 |
+
0.04092952981591225,
|
1524 |
+
0.03565828129649162,
|
1525 |
+
0.05101935938000679,
|
1526 |
+
0.06646594405174255,
|
1527 |
+
0.06134674325585365,
|
1528 |
+
0.03808220103383064,
|
1529 |
+
0.06901151686906815,
|
1530 |
+
0.05797768011689186,
|
1531 |
+
0.00755235506221652,
|
1532 |
+
0.04793805256485939,
|
1533 |
+
0.07301107048988342,
|
1534 |
+
0.06933672726154327,
|
1535 |
+
0.06602177768945694,
|
1536 |
+
0.07781365513801575,
|
1537 |
+
0.1313433200120926,
|
1538 |
+
0.07051976025104523,
|
1539 |
+
0.07446100562810898,
|
1540 |
+
0.03833673894405365,
|
1541 |
+
0.0597013421356678,
|
1542 |
+
0.0360533744096756,
|
1543 |
+
0.02787044085562229,
|
1544 |
+
-0.023670904338359833,
|
1545 |
+
-0.01201299112290144,
|
1546 |
+
0.011500696651637554
|
1547 |
+
]
|
1548 |
+
}
|
latentscope/input.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dbab7304b65f03d30a051d2d6ad71cce01c94c10d970eaf023118664ebd70c3
|
3 |
+
size 871870
|
latentscope/jobs/057ecdf9-a63e-4ab1-9bea-9371b1e2037b.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "057ecdf9-a63e-4ab1-9bea-9371b1e2037b", "dataset": "state-legislators-2024", "job_name": "cluster", "command": "ls-cluster \"state-legislators-2024\" \"umap-001\" 15 5 0.005", "status": "completed", "last_update": "2024-11-13 13:53:52.464846", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: cluster-001", "n_clusters: 74", "noise points assigned to clusters: 1255", "cluster raw_cluster", "0 15 15", "1 63 63", "2 61 61", "3 14 14", "4 8 8", "wrote /Users/enjalot/latent-scope-demo/state-legislators-2024/clusters/cluster-001.parquet", "POINT SIZE 30 for 7292 points", "", "0%| | 0/74 [00:00<?, ?it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:00<00:00, 8011.84it/s]", "done with cluster-001"], "times": ["2024-11-13 13:53:52.453248", "2024-11-13 13:53:52.453464", "2024-11-13 13:53:52.453599", "2024-11-13 13:53:52.453681", "2024-11-13 13:53:52.453776", "2024-11-13 13:53:52.453857", "2024-11-13 13:53:52.453949", "2024-11-13 13:53:52.454244", "2024-11-13 13:53:52.454334", "2024-11-13 13:53:52.454408", "2024-11-13 13:53:52.454493", "2024-11-13 13:53:52.454570", "2024-11-13 13:53:52.454641", "2024-11-13 13:53:52.462613", "2024-11-13 13:53:52.462743", "2024-11-13 13:53:52.464843"], "run_id": "cluster-001"}
|
latentscope/jobs/131c6e60-be30-4f82-9adf-9ad54cf1a288.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "131c6e60-be30-4f82-9adf-9ad54cf1a288", "dataset": "state-legislators-2024", "job_name": "rm", "command": "rm -rf /Users/enjalot/latent-scope-demo/state-legislators-2024/scopes/scopes-002*", "status": "completed", "last_update": "2024-11-13 14:07:03.436892", "progress": [], "times": []}
|
latentscope/jobs/1fbed8a6-4b02-4a0f-9848-6838b6fd0b60.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "1fbed8a6-4b02-4a0f-9848-6838b6fd0b60", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + openai-gpt-4o-mini\" \"\" --sae_id=sae-001 --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-15 16:42:44.371903", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-15 16:42:44.370927", "2024-11-15 16:42:44.371175", "2024-11-15 16:42:44.371298", "2024-11-15 16:42:44.371394", "2024-11-15 16:42:44.371476", "2024-11-15 16:42:44.371562", "2024-11-15 16:42:44.371650", "2024-11-15 16:42:44.371743", "2024-11-15 16:42:44.371817", "2024-11-15 16:42:44.371902"], "run_id": "scopes-001"}
|
latentscope/jobs/2410141c-c2b3-4e9a-bb2e-2ade3d774bd4.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "2410141c-c2b3-4e9a-bb2e-2ade3d774bd4", "dataset": "state-legislators-2024", "job_name": "sae", "command": "ls-sae \"state-legislators-2024\" \"embedding-001\" \"enjalot/sae-nomic-text-v1.5-FineWeb-edu-100BT\" 64_32", "status": "completed", "last_update": "2024-11-13 13:51:49.519134", "progress": ["/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.", "_torch_pytree._register_pytree_node(", "/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.", "_torch_pytree._register_pytree_node(", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: sae-001", "Triton not installed, using eager implementation of SAE decoder.", "loading embeddings", "", "Fetching 2 files: 0%| | 0/2 [00:00<?, ?it/s]", "Fetching 2 files: 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2/2 [00:00<00:00, 6689.48it/s]", "Dropping extra args {'signed': False}", "Encoding embeddings with SAE", "", "Encoding batches: 0%| | 0/57 [00:00<?, ?it/s]", "Encoding batches: 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 57/57 [00:00<00:00, 1356.24it/s]", "encoding completed", "saving to disk", "calculating summary statistics", "ALL ACTS SHAPE (7292, 64)", "ALL INDS SHAPE (7292, 64)", "MATRIX (7292, 24576)", "MAX ACTIVATIONS (24576,)", "MAX ACTIVATIONS [0. 0. 0. ... 0. 0.0244156 0.09028375]", "Number of dead features: 10732", "done with sae-001"], "times": ["2024-11-13 13:51:48.353604", "2024-11-13 13:51:48.353812", "2024-11-13 13:51:48.365375", "2024-11-13 13:51:48.365485", "2024-11-13 13:51:48.870750", "2024-11-13 13:51:48.870954", "2024-11-13 13:51:48.871074", "2024-11-13 13:51:48.871170", "2024-11-13 13:51:48.871266", "2024-11-13 13:51:48.871517", "2024-11-13 13:51:48.871601", "2024-11-13 13:51:48.872220", "2024-11-13 13:51:49.108485", "2024-11-13 13:51:49.108751", "2024-11-13 13:51:49.150673", "2024-11-13 13:51:49.150968", "2024-11-13 13:51:49.515347", "2024-11-13 13:51:49.515935", "2024-11-13 13:51:49.516281", "2024-11-13 13:51:49.517173", "2024-11-13 13:51:49.517611", "2024-11-13 13:51:49.517924", "2024-11-13 13:51:49.518201", "2024-11-13 13:51:49.518553", "2024-11-13 13:51:49.518930", "2024-11-13 13:51:49.519131"], "run_id": "sae-001"}
|
latentscope/jobs/26bcd4aa-c320-4505-97ea-963c1b6c7c7d.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "26bcd4aa-c320-4505-97ea-963c1b6c7c7d", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-002\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + openai-gpt-4o-mini\" \"\" --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-13 15:20:28.162054", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 15:20:28.160490", "2024-11-13 15:20:28.160954", "2024-11-13 15:20:28.161048", "2024-11-13 15:20:28.161128", "2024-11-13 15:20:28.161703", "2024-11-13 15:20:28.161775", "2024-11-13 15:20:28.161843", "2024-11-13 15:20:28.161921", "2024-11-13 15:20:28.161988", "2024-11-13 15:20:28.162052"], "run_id": "scopes-001"}
|
latentscope/jobs/29e33537-7304-4051-bf40-c9af515e8b09.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "29e33537-7304-4051-bf40-c9af515e8b09", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-002\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + openai-gpt-4o-mini\" \"\" --sae_id=sae-001 --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-15 16:42:53.060328", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-15 16:42:53.057943", "2024-11-15 16:42:53.058282", "2024-11-15 16:42:53.058466", "2024-11-15 16:42:53.058645", "2024-11-15 16:42:53.058782", "2024-11-15 16:42:53.059008", "2024-11-15 16:42:53.059114", "2024-11-15 16:42:53.059202", "2024-11-15 16:42:53.059327", "2024-11-15 16:42:53.060326"], "run_id": "scopes-001"}
|
latentscope/jobs/2f19b94a-493e-4288-825d-0932439dfe92.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "2f19b94a-493e-4288-825d-0932439dfe92", "dataset": "state-legislators-2024", "job_name": "python", "command": "python latentscope/scripts/upload_dataset.py \"/Users/enjalot/latent-scope-demo/state-legislators-2024\" \"ls-state-legislators-2024\" --main-parquet=\"scopes/scopes-001-input.parquet\" --private=true", "status": "running", "last_update": "2024-11-19 11:38:09.980540", "progress": ["ARGS Namespace(directory='/Users/enjalot/latent-scope-demo/state-legislators-2024', dataset_name='ls-state-legislators-2024', main_parquet='scopes/scopes-001-input.parquet', private='true', token=None)", "get key /Users/enjalot/code/latent-scope", "The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well.", "Token is valid (permission: write).", "Your token has been saved to /Users/enjalot/.cache/huggingface/token", "Login successful", "USERNAME enjalot", "Creating repository: ls-state-legislators-2024", "Repository created/verified: https://huggingface.co/datasets/enjalot/ls-state-legislators-2024", "DIRECTORY /Users/enjalot/latent-scope-demo/state-legislators-2024"], "times": ["2024-11-19 11:38:09.502767", "2024-11-19 11:38:09.503018", "2024-11-19 11:38:09.503158", "2024-11-19 11:38:09.597222", "2024-11-19 11:38:09.597480", "2024-11-19 11:38:09.597887", "2024-11-19 11:38:09.703695", "2024-11-19 11:38:09.704014", "2024-11-19 11:38:09.979810", "2024-11-19 11:38:09.980533"]}
|
latentscope/jobs/3055df17-88ed-49e7-a6fa-e9d7a12c47af.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "3055df17-88ed-49e7-a6fa-e9d7a12c47af", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"default\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + aaaaaaaaaaaaaa\" \"\"", "status": "completed", "last_update": "2024-11-13 14:05:36.317573", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-004", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id None", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-004"], "times": ["2024-11-13 14:05:36.316285", "2024-11-13 14:05:36.316571", "2024-11-13 14:05:36.316689", "2024-11-13 14:05:36.316802", "2024-11-13 14:05:36.316893", "2024-11-13 14:05:36.317296", "2024-11-13 14:05:36.317374", "2024-11-13 14:05:36.317440", "2024-11-13 14:05:36.317508", "2024-11-13 14:05:36.317572"], "run_id": "scopes-004"}
|
latentscope/jobs/33cdc725-a39e-405d-ae75-9dc19b8eeb43.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "33cdc725-a39e-405d-ae75-9dc19b8eeb43", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + Nasdfasdf\" \"\"", "status": "completed", "last_update": "2024-11-13 14:02:39.144421", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-003", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id None", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-003"], "times": ["2024-11-13 14:02:39.142729", "2024-11-13 14:02:39.143708", "2024-11-13 14:02:39.143838", "2024-11-13 14:02:39.143923", "2024-11-13 14:02:39.144000", "2024-11-13 14:02:39.144077", "2024-11-13 14:02:39.144193", "2024-11-13 14:02:39.144279", "2024-11-13 14:02:39.144347", "2024-11-13 14:02:39.144420"], "run_id": "scopes-003"}
|
latentscope/jobs/36f9b9be-9657-465d-82f5-8571a6f1c5cd.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "36f9b9be-9657-465d-82f5-8571a6f1c5cd", "dataset": "state-legislators-2024", "job_name": "export-plot", "command": "ls-export-plot \"state-legislators-2024\" scopes-001 --plot_config=\"{\\\"label_over_points\\\":true,\\\"dynamic_label_size\\\":true,\\\"add_glow\\\":true,\\\"darkmode\\\":true,\\\"interactive\\\":false,\\\"dpi\\\":150,\\\"threshold\\\":-1,\\\"figsize\\\":[24,24],\\\"label_wrap_width\\\":10,\\\"point_size\\\":7,\\\"max_font_size\\\":32,\\\"min_font_size\\\":16,\\\"min_font_weight\\\":100,\\\"max_font_weight\\\":1000,\\\"font_family\\\":\\\"Roboto Condensed\\\",\\\"glow_keywords\\\":{\\\"kernel_bandwidth\\\":0.01,\\\"kernel\\\":\\\"exponential\\\",\\\"n_levels\\\":128,\\\"max_alpha\\\":0.75}}\"", "status": "completed", "last_update": "2024-11-14 12:21:17.590074", "progress": ["/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/dask/dataframe/__init__.py:31: FutureWarning:", "Dask dataframe query planning is disabled because dask-expr is not installed.", "", "You can install it with `pip install dask[dataframe]` or `conda install dask`.", "This will raise in a future version.", "", "warnings.warn(msg, FutureWarning)", "MAIN", "ARGS Namespace(dataset_id='state-legislators-2024', scope_id='scopes-001', plot_config='{\"label_over_points\":true,\"dynamic_label_size\":true,\"add_glow\":true,\"darkmode\":true,\"interactive\":false,\"dpi\":150,\"threshold\":-1,\"figsize\":[24,24],\"label_wrap_width\":10,\"point_size\":7,\"max_font_size\":32,\"min_font_size\":16,\"min_font_weight\":100,\"max_font_weight\":1000,\"font_family\":\"Roboto Condensed\",\"glow_keywords\":{\"kernel_bandwidth\":0.01,\"kernel\":\"exponential\",\"n_levels\":128,\"max_alpha\":0.75}}')", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: plots-scopes-001-002", "loaded dataset and scope", "loaded scope parquet Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "Non-profit and Community Leaders 891", "Private Law Firms 752", "Public School Professionals 426", "Higher Education Positions 400", "Real Estate Professionals Group 396", "...", "Self-Employed Farmers 23", "Health and Wellness Practices 22", "Insurance Agents and Services 20", "Nursing Positions and Roles 20", "Veterinary Services and Businesses 16", "Name: count, Length: 72, dtype: int64", "making plot (7292, 2) (7292,)", "using config {'label_over_points': True, 'dynamic_label_size': True, 'add_glow': True, 'darkmode': True, 'dpi': 150, 'figsize': [24, 24], 'label_wrap_width': 10, 'point_size': 7, 'max_font_size': 32, 'min_font_size': 16, 'min_font_weight': 100, 'max_font_weight': 1000, 'font_family': 'Roboto Condensed', 'glow_keywords': {'kernel_bandwidth': 0.01, 'kernel': 'exponential', 'n_levels': 128, 'max_alpha': 0.75}, 'noise_label': 'No Topic'}", "", "0%| | 0/500 [00:00<?, ?it/s]", "1%|\u258f | 7/500 [00:00<00:07, 62.51it/s]", "3%|\u258e | 15/500 [00:00<00:07, 69.01it/s]", "5%|\u258d | 24/500 [00:00<00:06, 76.53it/s]", "7%|\u258b | 34/500 [00:00<00:05, 85.13it/s]", "9%|\u2589 | 46/500 [00:00<00:04, 96.56it/s]", "12%|\u2588\u258f | 61/500 [00:00<00:03, 113.09it/s]", "15%|\u2588\u258c | 77/500 [00:00<00:03, 127.80it/s]", "20%|\u2588\u2589 | 98/500 [00:00<00:02, 151.77it/s]", "26%|\u2588\u2588\u258c | 130/500 [00:00<00:01, 202.24it/s]", "36%|\u2588\u2588\u2588\u258c | 180/500 [00:01<00:01, 291.47it/s]", "46%|\u2588\u2588\u2588\u2588\u258c | 230/500 [00:01<00:00, 353.81it/s]", "56%|\u2588\u2588\u2588\u2588\u2588\u258c | 280/500 [00:01<00:00, 396.32it/s]", "66%|\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 330/500 [00:01<00:00, 427.26it/s]", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 380/500 [00:01<00:00, 448.17it/s]", "86%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 430/500 [00:01<00:00, 462.21it/s]", "96%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c| 480/500 [00:01<00:00, 471.89it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 500/500 [00:01<00:00, 296.98it/s]", "Resetting positions to accord with alignment", "Plot saved to /Users/enjalot/latent-scope-demo/state-legislators-2024/plots/plots-scopes-001-002.png", "Config saved to /Users/enjalot/latent-scope-demo/state-legislators-2024/plots/plots-scopes-001-002.json"], "times": ["2024-11-14 12:20:59.457490", "2024-11-14 12:20:59.457848", "2024-11-14 12:20:59.457998", "2024-11-14 12:20:59.458139", "2024-11-14 12:20:59.458354", "2024-11-14 12:20:59.458494", "2024-11-14 12:20:59.458703", "2024-11-14 12:21:13.590975", "2024-11-14 12:21:13.591281", "2024-11-14 12:21:13.591594", "2024-11-14 12:21:13.591686", "2024-11-14 12:21:13.591930", "2024-11-14 12:21:13.592007", "2024-11-14 12:21:13.592093", "2024-11-14 12:21:13.592165", "2024-11-14 12:21:13.592253", "2024-11-14 12:21:13.592333", "2024-11-14 12:21:13.592403", "2024-11-14 12:21:13.592482", "2024-11-14 12:21:13.592555", "2024-11-14 12:21:13.592634", "2024-11-14 12:21:13.592708", "2024-11-14 12:21:13.592793", "2024-11-14 12:21:13.592865", "2024-11-14 12:21:13.592945", "2024-11-14 12:21:13.593030", "2024-11-14 12:21:13.593102", "2024-11-14 12:21:13.593174", "2024-11-14 12:21:13.593252", "2024-11-14 12:21:13.593343", "2024-11-14 12:21:13.593435", "2024-11-14 12:21:13.703165", "2024-11-14 12:21:13.811744", "2024-11-14 12:21:13.916506", "2024-11-14 12:21:14.017290", "2024-11-14 12:21:14.119582", "2024-11-14 12:21:14.222689", "2024-11-14 12:21:14.323299", "2024-11-14 12:21:14.426884", "2024-11-14 12:21:14.528627", "2024-11-14 12:21:14.629830", "2024-11-14 12:21:14.730331", "2024-11-14 12:21:14.831541", "2024-11-14 12:21:14.931647", "2024-11-14 12:21:15.032347", "2024-11-14 12:21:15.133372", "2024-11-14 12:21:15.234536", "2024-11-14 12:21:15.274765", "2024-11-14 12:21:15.275009", "2024-11-14 12:21:17.589717", "2024-11-14 12:21:17.589948", "2024-11-14 12:21:17.590072"], "run_id": "plots-scopes-001-002"}
|
latentscope/jobs/3abd7f5b-320a-4089-b5a1-87f9522a7fee.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "3abd7f5b-320a-4089-b5a1-87f9522a7fee", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-002\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + openai-gpt-4o-mini\" \"\" --sae_id=sae-001 --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-13 15:20:46.191236", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 15:20:46.189790", "2024-11-13 15:20:46.190137", "2024-11-13 15:20:46.190247", "2024-11-13 15:20:46.190341", "2024-11-13 15:20:46.190432", "2024-11-13 15:20:46.190512", "2024-11-13 15:20:46.190596", "2024-11-13 15:20:46.190680", "2024-11-13 15:20:46.190762", "2024-11-13 15:20:46.191234"], "run_id": "scopes-001"}
|
latentscope/jobs/407ba6ea-ba70-4c51-88db-3c0ec01ccb11.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "407ba6ea-ba70-4c51-88db-3c0ec01ccb11", "dataset": "state-legislators-2024", "job_name": "rm", "command": "rm -rf /Users/enjalot/latent-scope-demo/state-legislators-2024/scopes/scopes-004*", "status": "completed", "last_update": "2024-11-13 14:05:48.525494", "progress": [], "times": []}
|
latentscope/jobs/53ef0c10-0cc4-4968-b11f-753918bf1fe6.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "53ef0c10-0cc4-4968-b11f-753918bf1fe6", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + N/A\" \"\" --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-13 13:57:57.785286", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 13:57:57.784095", "2024-11-13 13:57:57.784634", "2024-11-13 13:57:57.784738", "2024-11-13 13:57:57.784829", "2024-11-13 13:57:57.784920", "2024-11-13 13:57:57.785000", "2024-11-13 13:57:57.785067", "2024-11-13 13:57:57.785133", "2024-11-13 13:57:57.785214", "2024-11-13 13:57:57.785284"], "run_id": "scopes-001"}
|
latentscope/jobs/5c373c23-beaf-4a82-8f30-25f394a4938f.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "5c373c23-beaf-4a82-8f30-25f394a4938f", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + nltk\" \"\"", "status": "completed", "last_update": "2024-11-13 14:07:45.632540", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-002", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id None", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-002"], "times": ["2024-11-13 14:07:45.631476", "2024-11-13 14:07:45.631856", "2024-11-13 14:07:45.631959", "2024-11-13 14:07:45.632050", "2024-11-13 14:07:45.632134", "2024-11-13 14:07:45.632220", "2024-11-13 14:07:45.632305", "2024-11-13 14:07:45.632386", "2024-11-13 14:07:45.632463", "2024-11-13 14:07:45.632538"], "run_id": "scopes-002"}
|
latentscope/jobs/625c89b4-8495-4e02-8631-a18a673af162.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "625c89b4-8495-4e02-8631-a18a673af162", "dataset": "state-legislators-2024", "job_name": "ingest", "command": "ls-ingest \"state-legislators-2024\" --path=\"/Users/enjalot/latent-scope-demo/state-legislators-2024/state-legislators-2024.csv\"", "status": "completed", "last_update": "2024-11-13 13:51:01.946300", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: state-legislators-2024", "File type detected: csv", "reading /Users/enjalot/latent-scope-demo/state-legislators-2024/state-legislators-2024.csv", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "DIRECTORY /Users/enjalot/latent-scope-demo/state-legislators-2024", "text ... idno", "0 Economics and History teacher Ketchikan High S... ... NaN", "1 Vice president KYMG Radio Radio station ... NaN", "2 Retail and Sales Management ... NaN", "3 Executive director Frontier Tutoring A tutorin... ... 18.0", "4 Former associate attorney - Partner Law Office... ... 9.0", "", "[5 rows x 31 columns]", "text ... idno", "7287 IT specialist and system analyst Logistic Squa... ... 7366.0", "7288 Realtor Platinum Real Estate ... 7367.0", "7289 Architect; President Pappas & Pappas Architect... ... 7368.0", "7290 shareholder (working on American Indian Law an... ... 7369.0", "7291 Advisor X, the moonshot factory research and d... ... 7370.0", "", "[5 rows x 31 columns]", "Index(['text', 'NameLastFirstM', 'StateAbbrev', 'Chamberul', 'District',", "'PartyAbbrev', 'Gender', 'RaceCoded', 'HighestDegree', 'JobTitle',", "'JobOrgName', 'JobOrgDescr', 'WRKCL', 'UNION', 'SAFTY', 'K12', 'BUSNS',", "'FARM', 'GOVT', 'INSUR', 'RLEST', 'BANKS', 'HGHED', 'LAWJD', 'DCTR',", "'FOSFU', 'GREEN', 'ELECT', 'vacant', 'YearBorn', 'idno'],", "dtype='object')", "checking column types", "COLUMN text TYPE string", "COLUMN NameLastFirstM TYPE string", "COLUMN StateAbbrev TYPE string", "COLUMN Chamberul TYPE string", "COLUMN District TYPE string", "COLUMN PartyAbbrev TYPE string", "COLUMN Gender TYPE string", "COLUMN RaceCoded TYPE string", "COLUMN HighestDegree TYPE string", "COLUMN JobTitle TYPE string", "COLUMN JobOrgName TYPE string", "COLUMN JobOrgDescr TYPE string", "COLUMN WRKCL TYPE number", "COLUMN UNION TYPE number", "COLUMN SAFTY TYPE number", "COLUMN K12 TYPE number", "COLUMN BUSNS TYPE number", "COLUMN FARM TYPE number", "COLUMN GOVT TYPE number", "COLUMN INSUR TYPE number", "COLUMN RLEST TYPE number", "COLUMN BANKS TYPE number", "COLUMN HGHED TYPE number", "COLUMN LAWJD TYPE number", "COLUMN DCTR TYPE number", "COLUMN FOSFU TYPE number", "COLUMN GREEN TYPE number", "COLUMN ELECT TYPE number", "COLUMN vacant TYPE number", "COLUMN YearBorn TYPE number", "COLUMN idno TYPE number", "wrote /Users/enjalot/latent-scope-demo/state-legislators-2024/input.parquet"], "times": ["2024-11-13 13:51:01.939778", "2024-11-13 13:51:01.940027", "2024-11-13 13:51:01.940141", "2024-11-13 13:51:01.940250", "2024-11-13 13:51:01.940424", "2024-11-13 13:51:01.940530", "2024-11-13 13:51:01.940606", "2024-11-13 13:51:01.940694", "2024-11-13 13:51:01.940768", "2024-11-13 13:51:01.940878", "2024-11-13 13:51:01.940953", "2024-11-13 13:51:01.941076", "2024-11-13 13:51:01.941141", "2024-11-13 13:51:01.941402", "2024-11-13 13:51:01.941505", "2024-11-13 13:51:01.941598", "2024-11-13 13:51:01.941671", "2024-11-13 13:51:01.941748", "2024-11-13 13:51:01.941835", "2024-11-13 13:51:01.941903", "2024-11-13 13:51:01.941982", "2024-11-13 13:51:01.942049", "2024-11-13 13:51:01.942145", "2024-11-13 13:51:01.942222", "2024-11-13 13:51:01.942296", "2024-11-13 13:51:01.942368", "2024-11-13 13:51:01.942442", "2024-11-13 13:51:01.942518", "2024-11-13 13:51:01.942593", "2024-11-13 13:51:01.942660", "2024-11-13 13:51:01.942736", "2024-11-13 13:51:01.942827", "2024-11-13 13:51:01.942896", "2024-11-13 13:51:01.942985", "2024-11-13 13:51:01.943054", "2024-11-13 13:51:01.943282", "2024-11-13 13:51:01.943436", "2024-11-13 13:51:01.943594", "2024-11-13 13:51:01.943741", "2024-11-13 13:51:01.943870", "2024-11-13 13:51:01.943968", "2024-11-13 13:51:01.944060", "2024-11-13 13:51:01.944149", "2024-11-13 13:51:01.944231", "2024-11-13 13:51:01.944312", "2024-11-13 13:51:01.944392", "2024-11-13 13:51:01.944473", "2024-11-13 13:51:01.944554", "2024-11-13 13:51:01.944642", "2024-11-13 13:51:01.944724", "2024-11-13 13:51:01.944869", "2024-11-13 13:51:01.945005", "2024-11-13 13:51:01.945316", "2024-11-13 13:51:01.945443", "2024-11-13 13:51:01.945575", "2024-11-13 13:51:01.945685", "2024-11-13 13:51:01.945789", "2024-11-13 13:51:01.945883", "2024-11-13 13:51:01.945974", "2024-11-13 13:51:01.946091", "2024-11-13 13:51:01.946206", "2024-11-13 13:51:01.946299"], "run_id": "state-legislators-2024"}
|
latentscope/jobs/6734d196-d8e1-478f-9eb4-d5eb1a1be555.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "6734d196-d8e1-478f-9eb4-d5eb1a1be555", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"default\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + N/A\" \"\"", "status": "completed", "last_update": "2024-11-13 13:56:28.983532", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id None", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 13:56:28.981981", "2024-11-13 13:56:28.982527", "2024-11-13 13:56:28.982625", "2024-11-13 13:56:28.982713", "2024-11-13 13:56:28.982788", "2024-11-13 13:56:28.982867", "2024-11-13 13:56:28.983327", "2024-11-13 13:56:28.983400", "2024-11-13 13:56:28.983467", "2024-11-13 13:56:28.983531"], "run_id": "scopes-001"}
|
latentscope/jobs/7ad9de31-91c6-4886-9a83-ba9e313740b2.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "7ad9de31-91c6-4886-9a83-ba9e313740b2", "dataset": "state-legislators-2024", "job_name": "label", "command": "ls-label \"state-legislators-2024\" \"text\" \"cluster-001\" \"openai-gpt-4o-mini\" 10 \"\"", "status": "completed", "last_update": "2024-11-13 15:16:47.456507", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: cluster-001-labels-002", "get key /Users/enjalot/code/latent-scope", "", "Preparing extracts: 0%| | 0/74 [00:00<?, ?it/s]", "Preparing extracts: 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:00<00:00, 3384.24it/s]", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "1%|\u258f | 1/74 [00:00<00:46, 1.58it/s]", "", "", "1%|\u258f | 1/74 [00:01<00:46, 1.58it/s]", "3%|\u258e | 2/74 [00:01<00:45, 1.59it/s]", "", "", "3%|\u258e | 2/74 [00:01<00:45, 1.59it/s]", "4%|\u258d | 3/74 [00:01<00:37, 1.90it/s]", "", "", "4%|\u258d | 3/74 [00:02<00:37, 1.90it/s]", "5%|\u258c | 4/74 [00:02<00:32, 2.17it/s]", "", "", "5%|\u258c | 4/74 [00:02<00:32, 2.17it/s]", "7%|\u258b | 5/74 [00:02<00:29, 2.35it/s]", "", "", "7%|\u258b | 5/74 [00:02<00:29, 2.35it/s]", "8%|\u258a | 6/74 [00:02<00:28, 2.39it/s]", "", "", "8%|\u258a | 6/74 [00:03<00:28, 2.39it/s]", "9%|\u2589 | 7/74 [00:03<00:28, 2.38it/s]", "", "", "9%|\u2589 | 7/74 [00:03<00:28, 2.38it/s]", "11%|\u2588 | 8/74 [00:03<00:25, 2.56it/s]", "", "", "11%|\u2588 | 8/74 [00:03<00:25, 2.56it/s]", "12%|\u2588\u258f | 9/74 [00:03<00:24, 2.68it/s]", "", "", "12%|\u2588\u258f | 9/74 [00:04<00:24, 2.68it/s]", "14%|\u2588\u258e | 10/74 [00:04<00:22, 2.79it/s]", "", "", "14%|\u2588\u258e | 10/74 [00:04<00:22, 2.79it/s]", "15%|\u2588\u258d | 11/74 [00:04<00:25, 2.47it/s]", "", "", "15%|\u2588\u258d | 11/74 [00:04<00:25, 2.47it/s]", "16%|\u2588\u258c | 12/74 [00:04<00:22, 2.71it/s]", "", "", "16%|\u2588\u258c | 12/74 [00:05<00:22, 2.71it/s]", "18%|\u2588\u258a | 13/74 [00:05<00:21, 2.79it/s]", "", "", "18%|\u2588\u258a | 13/74 [00:05<00:21, 2.79it/s]", "19%|\u2588\u2589 | 14/74 [00:05<00:20, 2.86it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:05<00:20, 2.86it/s]", "20%|\u2588\u2588 | 15/74 [00:05<00:19, 3.05it/s]", "", "", "20%|\u2588\u2588 | 15/74 [00:06<00:19, 3.05it/s]", "22%|\u2588\u2588\u258f | 16/74 [00:06<00:20, 2.84it/s]", "", "", "22%|\u2588\u2588\u258f | 16/74 [00:06<00:20, 2.84it/s]", "23%|\u2588\u2588\u258e | 17/74 [00:06<00:18, 3.05it/s]", "", "", "23%|\u2588\u2588\u258e | 17/74 [00:06<00:18, 3.05it/s]", "24%|\u2588\u2588\u258d | 18/74 [00:06<00:16, 3.40it/s]", "", "", "24%|\u2588\u2588\u258d | 18/74 [00:07<00:16, 3.40it/s]", "26%|\u2588\u2588\u258c | 19/74 [00:07<00:15, 3.54it/s]", "", "", "26%|\u2588\u2588\u258c | 19/74 [00:07<00:15, 3.54it/s]", "27%|\u2588\u2588\u258b | 20/74 [00:07<00:14, 3.63it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:07<00:14, 3.63it/s]", "28%|\u2588\u2588\u258a | 21/74 [00:07<00:14, 3.62it/s]", "", "", "28%|\u2588\u2588\u258a | 21/74 [00:07<00:14, 3.62it/s]", "30%|\u2588\u2588\u2589 | 22/74 [00:07<00:15, 3.43it/s]", "", "", "30%|\u2588\u2588\u2589 | 22/74 [00:08<00:15, 3.43it/s]", "31%|\u2588\u2588\u2588 | 23/74 [00:08<00:15, 3.36it/s]", "", "", "31%|\u2588\u2588\u2588 | 23/74 [00:08<00:15, 3.36it/s]", "32%|\u2588\u2588\u2588\u258f | 24/74 [00:08<00:15, 3.33it/s]", "", "", "32%|\u2588\u2588\u2588\u258f | 24/74 [00:08<00:15, 3.33it/s]", "34%|\u2588\u2588\u2588\u258d | 25/74 [00:08<00:14, 3.28it/s]", "", "", "34%|\u2588\u2588\u2588\u258d | 25/74 [00:09<00:14, 3.28it/s]", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:09<00:13, 3.50it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:09<00:13, 3.50it/s]", "36%|\u2588\u2588\u2588\u258b | 27/74 [00:09<00:13, 3.38it/s]", "", "", "36%|\u2588\u2588\u2588\u258b | 27/74 [00:09<00:13, 3.38it/s]", "38%|\u2588\u2588\u2588\u258a | 28/74 [00:09<00:13, 3.37it/s]", "", "", "38%|\u2588\u2588\u2588\u258a | 28/74 [00:10<00:13, 3.37it/s]", "39%|\u2588\u2588\u2588\u2589 | 29/74 [00:10<00:13, 3.27it/s]", "", "", "39%|\u2588\u2588\u2588\u2589 | 29/74 [00:10<00:13, 3.27it/s]", "41%|\u2588\u2588\u2588\u2588 | 30/74 [00:10<00:13, 3.32it/s]", "", "", "41%|\u2588\u2588\u2588\u2588 | 30/74 [00:10<00:13, 3.32it/s]", "42%|\u2588\u2588\u2588\u2588\u258f | 31/74 [00:10<00:12, 3.51it/s]", "", "", "42%|\u2588\u2588\u2588\u2588\u258f | 31/74 [00:10<00:12, 3.51it/s]", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:10<00:12, 3.28it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:11<00:12, 3.28it/s]", "45%|\u2588\u2588\u2588\u2588\u258d | 33/74 [00:11<00:12, 3.23it/s]", "", "", "45%|\u2588\u2588\u2588\u2588\u258d | 33/74 [00:11<00:12, 3.23it/s]", "46%|\u2588\u2588\u2588\u2588\u258c | 34/74 [00:11<00:12, 3.21it/s]", "", "", "46%|\u2588\u2588\u2588\u2588\u258c | 34/74 [00:11<00:12, 3.21it/s]", "47%|\u2588\u2588\u2588\u2588\u258b | 35/74 [00:11<00:11, 3.31it/s]", "", "", "47%|\u2588\u2588\u2588\u2588\u258b | 35/74 [00:12<00:11, 3.31it/s]", "49%|\u2588\u2588\u2588\u2588\u258a | 36/74 [00:12<00:12, 2.94it/s]", "", "", "49%|\u2588\u2588\u2588\u2588\u258a | 36/74 [00:12<00:12, 2.94it/s]", "50%|\u2588\u2588\u2588\u2588\u2588 | 37/74 [00:12<00:11, 3.20it/s]", "", "", "50%|\u2588\u2588\u2588\u2588\u2588 | 37/74 [00:12<00:11, 3.20it/s]", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:12<00:12, 2.98it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:13<00:12, 2.98it/s]", "53%|\u2588\u2588\u2588\u2588\u2588\u258e | 39/74 [00:13<00:12, 2.84it/s]", "", "", "53%|\u2588\u2588\u2588\u2588\u2588\u258e | 39/74 [00:13<00:12, 2.84it/s]", "54%|\u2588\u2588\u2588\u2588\u2588\u258d | 40/74 [00:13<00:12, 2.69it/s]", "", "", "54%|\u2588\u2588\u2588\u2588\u2588\u258d | 40/74 [00:14<00:12, 2.69it/s]", "55%|\u2588\u2588\u2588\u2588\u2588\u258c | 41/74 [00:14<00:14, 2.23it/s]", "", "", "55%|\u2588\u2588\u2588\u2588\u2588\u258c | 41/74 [00:14<00:14, 2.23it/s]", "57%|\u2588\u2588\u2588\u2588\u2588\u258b | 42/74 [00:14<00:14, 2.28it/s]", "", "", "57%|\u2588\u2588\u2588\u2588\u2588\u258b | 42/74 [00:15<00:14, 2.28it/s]", "58%|\u2588\u2588\u2588\u2588\u2588\u258a | 43/74 [00:15<00:12, 2.45it/s]", "", "", "58%|\u2588\u2588\u2588\u2588\u2588\u258a | 43/74 [00:15<00:12, 2.45it/s]", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:15<00:11, 2.71it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:15<00:11, 2.71it/s]", "61%|\u2588\u2588\u2588\u2588\u2588\u2588 | 45/74 [00:15<00:10, 2.72it/s]", "", "", "61%|\u2588\u2588\u2588\u2588\u2588\u2588 | 45/74 [00:16<00:10, 2.72it/s]", "62%|\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 46/74 [00:16<00:11, 2.41it/s]", "", "", "62%|\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 46/74 [00:16<00:11, 2.41it/s]", "64%|\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 47/74 [00:16<00:10, 2.65it/s]", "", "", "64%|\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 47/74 [00:17<00:10, 2.65it/s]", "65%|\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 48/74 [00:17<00:10, 2.57it/s]", "", "", "65%|\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 48/74 [00:17<00:10, 2.57it/s]", "66%|\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 49/74 [00:17<00:09, 2.71it/s]", "", "", "66%|\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 49/74 [00:17<00:09, 2.71it/s]", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:17<00:08, 2.85it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:17<00:08, 2.85it/s]", "69%|\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 51/74 [00:17<00:08, 2.86it/s]", "", "", "69%|\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 51/74 [00:18<00:08, 2.86it/s]", "70%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 52/74 [00:18<00:07, 3.01it/s]", "", "", "70%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 52/74 [00:18<00:07, 3.01it/s]", "72%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 53/74 [00:18<00:06, 3.17it/s]", "", "", "72%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 53/74 [00:18<00:06, 3.17it/s]", "73%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 54/74 [00:18<00:05, 3.42it/s]", "", "", "73%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 54/74 [00:19<00:05, 3.42it/s]", "74%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 55/74 [00:19<00:05, 3.34it/s]", "", "", "74%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 55/74 [00:19<00:05, 3.34it/s]", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:19<00:05, 3.11it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:19<00:05, 3.11it/s]", "77%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 57/74 [00:19<00:05, 2.96it/s]", "", "", "77%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 57/74 [00:20<00:05, 2.96it/s]", "78%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 58/74 [00:20<00:05, 3.16it/s]", "", "", "78%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 58/74 [00:20<00:05, 3.16it/s]", "80%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 59/74 [00:20<00:05, 2.99it/s]", "", "", "80%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 59/74 [00:20<00:05, 2.99it/s]", "81%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 60/74 [00:20<00:04, 3.05it/s]", "", "", "81%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 60/74 [00:21<00:04, 3.05it/s]", "82%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 61/74 [00:21<00:04, 2.84it/s]", "", "", "82%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 61/74 [00:21<00:04, 2.84it/s]", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:21<00:04, 2.70it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:21<00:04, 2.70it/s]", "85%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 63/74 [00:21<00:03, 2.95it/s]", "", "", "85%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 63/74 [00:22<00:03, 2.95it/s]", "86%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 64/74 [00:22<00:03, 2.95it/s]", "", "", "86%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 64/74 [00:22<00:03, 2.95it/s]", "88%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 65/74 [00:22<00:03, 2.76it/s]", "", "", "88%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 65/74 [00:23<00:03, 2.76it/s]", "89%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 66/74 [00:23<00:02, 2.75it/s]", "", "", "89%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 66/74 [00:23<00:02, 2.75it/s]", "91%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 67/74 [00:23<00:02, 2.80it/s]", "", "", "91%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 67/74 [00:23<00:02, 2.80it/s]", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:23<00:02, 2.70it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:24<00:02, 2.70it/s]", "93%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e| 69/74 [00:24<00:01, 2.73it/s]", "", "", "93%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e| 69/74 [00:24<00:01, 2.73it/s]", "95%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d| 70/74 [00:24<00:01, 2.72it/s]", "", "", "95%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d| 70/74 [00:24<00:01, 2.72it/s]", "96%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c| 71/74 [00:24<00:01, 2.80it/s]", "", "", "96%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c| 71/74 [00:25<00:01, 2.80it/s]", "97%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b| 72/74 [00:25<00:00, 2.97it/s]", "", "", "97%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b| 72/74 [00:25<00:00, 2.97it/s]", "99%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a| 73/74 [00:25<00:00, 2.86it/s]", "", "", "99%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a| 73/74 [00:25<00:00, 2.86it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:25<00:00, 3.07it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:25<00:00, 2.87it/s]", "cluster 0 label: Funeral Home Operators", "cluster 1 label: Dental Practices and Providers", "cluster 2 label: United States Military Services", "cluster 3 label: Legal Professionals and Firms", "cluster 4 label: Fire and Emergency Services", "cluster 5 label: Christian Leadership Roles", "cluster 6 label: Independent Pharmacy Owners", "cluster 7 label: Personal Injury Law Firms", "cluster 8 label: Private Law Firms", "cluster 9 label: Accounting and Tax Services", "cluster 10 label: Labor and Advocacy Roles", "cluster 11 label: Business Owners and Managers", "cluster 12 label: Aviation Industry Professions", "cluster 13 label: Health and Wellness Practices", "cluster 14 label: Higher Education Positions", "cluster 15 label: Public School Professionals", "cluster 16 label: Nursing Positions and Roles", "cluster 17 label: Insurance Agency Owners", "cluster 18 label: Insurance Agents and Services", "cluster 19 label: Veterinary Services and Businesses", "cluster 20 label: Mortgage and Real Estate", "cluster 21 label: Banking and Finance Leaders", "cluster 22 label: Healthcare and Pharmaceutical Roles", "cluster 23 label: Healthcare Leadership and Services", "cluster 24 label: Fitness and Martial Arts Owners", "cluster 25 label: Real Estate Professionals Group", "cluster 26 label: Health and Wellness Businesses", "cluster 27 label: Mental Health and Community", "cluster 28 label: Agribusiness and Farming Initiatives", "cluster 29 label: Ranch and Farm Owners", "cluster 30 label: Family Dairy Farms", "cluster 31 label: Financial Services Professionals", "cluster 32 label: Family Owned Farms", "cluster 33 label: Self-Employed Farmers", "cluster 34 label: Farm Owners and Operators", "cluster 35 label: Legislative and Government Staff", "cluster 36 label: Local Business Owners", "cluster 37 label: Beverage and Service Businesses", "cluster 38 label: Restaurant and Bar Owners", "cluster 39 label: Grocery and Retail Businesses", "cluster 40 label: Self-employed Professionals", "cluster 41 label: Home Building Businesses", "cluster 42 label: Non-profit and Community Leaders", "cluster 43 label: Small Business Ownership", "cluster 44 label: Self Employed Professions", "cluster 45 label: Consultants and Freelancers", "cluster 46 label: Government and Public Services", "cluster 47 label: Government and Tribal Roles", "cluster 48 label: Government and Political Roles", "cluster 49 label: Government and Public Safety", "cluster 50 label: Law Enforcement Roles", "cluster 51 label: Law Enforcement Personnel", "cluster 52 label: Local Government Officials", "cluster 53 label: Government Administrative Positions", "cluster 54 label: Legal Positions and Roles", "cluster 55 label: County Government Positions", "cluster 56 label: Engineering and Environmental Services", "cluster 57 label: Small Business Owners", "cluster 58 label: Telecommunications and Services Professionals", "cluster 59 label: Transportation Industry Roles", "cluster 60 label: Automotive Business Owners", "cluster 61 label: Business and Industry Roles", "cluster 62 label: Construction Industry Leaders", "cluster 63 label: Local Media Professionals", "cluster 64 label: Local Business Owners", "cluster 65 label: Local Business Owners", "cluster 66 label: Aerospace and Defense Professionals", "cluster 67 label: Engineering and Technology Roles", "cluster 68 label: Energy and Consulting Roles", "cluster 69 label: Technology and Engineering Roles", "cluster 70 label: Business Leadership Roles", "cluster 71 label: Business and Technology Roles", "cluster 72 label: Consulting and Strategy Firms", "cluster 73 label: Marketing and Creative Leadership", "labels: 74", "done with cluster-001-labels-002"], "times": ["2024-11-13 15:16:21.623177", "2024-11-13 15:16:21.623445", "2024-11-13 15:16:21.623811", "2024-11-13 15:16:21.623956", "2024-11-13 15:16:21.645136", "2024-11-13 15:16:21.645547", "2024-11-13 15:16:21.645649", "2024-11-13 15:16:22.272520", "2024-11-13 15:16:22.272830", "2024-11-13 15:16:22.273346", "2024-11-13 15:16:22.277423", "2024-11-13 15:16:22.897223", "2024-11-13 15:16:22.898826", "2024-11-13 15:16:22.899650", "2024-11-13 15:16:22.905848", "2024-11-13 15:16:23.303040", "2024-11-13 15:16:23.303675", "2024-11-13 15:16:23.304182", "2024-11-13 15:16:23.307417", "2024-11-13 15:16:23.663829", "2024-11-13 15:16:23.664500", "2024-11-13 15:16:23.664981", "2024-11-13 15:16:23.667765", "2024-11-13 15:16:24.024608", "2024-11-13 15:16:24.025460", "2024-11-13 15:16:24.026107", "2024-11-13 15:16:24.029174", "2024-11-13 15:16:24.429769", "2024-11-13 15:16:24.430377", "2024-11-13 15:16:24.431332", "2024-11-13 15:16:24.435796", "2024-11-13 15:16:24.853883", "2024-11-13 15:16:24.855104", "2024-11-13 15:16:24.855682", "2024-11-13 15:16:24.860841", "2024-11-13 15:16:25.177805", "2024-11-13 15:16:25.179183", "2024-11-13 15:16:25.180189", "2024-11-13 15:16:25.186381", "2024-11-13 15:16:25.517757", "2024-11-13 15:16:25.518227", "2024-11-13 15:16:25.518764", "2024-11-13 15:16:25.520354", "2024-11-13 15:16:25.838402", "2024-11-13 15:16:25.840064", "2024-11-13 15:16:25.841076", "2024-11-13 15:16:25.847740", "2024-11-13 15:16:26.355450", "2024-11-13 15:16:26.355825", "2024-11-13 15:16:26.356249", "2024-11-13 15:16:26.357491", "2024-11-13 15:16:26.639436", "2024-11-13 15:16:26.640475", "2024-11-13 15:16:26.641243", "2024-11-13 15:16:26.645257", "2024-11-13 15:16:26.973224", "2024-11-13 15:16:26.973987", "2024-11-13 15:16:26.974371", "2024-11-13 15:16:26.977651", "2024-11-13 15:16:27.299398", "2024-11-13 15:16:27.300983", "2024-11-13 15:16:27.302041", "2024-11-13 15:16:27.306972", "2024-11-13 15:16:27.583144", "2024-11-13 15:16:27.583555", "2024-11-13 15:16:27.584027", "2024-11-13 15:16:27.585552", "2024-11-13 15:16:27.990794", "2024-11-13 15:16:27.991424", "2024-11-13 15:16:27.991938", "2024-11-13 15:16:27.994453", "2024-11-13 15:16:28.257247", "2024-11-13 15:16:28.258401", "2024-11-13 15:16:28.258869", "2024-11-13 15:16:28.263671", "2024-11-13 15:16:28.478275", "2024-11-13 15:16:28.478681", "2024-11-13 15:16:28.478996", "2024-11-13 15:16:28.480656", "2024-11-13 15:16:28.728462", "2024-11-13 15:16:28.729899", "2024-11-13 15:16:28.730848", "2024-11-13 15:16:28.735169", "2024-11-13 15:16:28.991316", "2024-11-13 15:16:28.992306", "2024-11-13 15:16:28.992825", "2024-11-13 15:16:28.995533", "2024-11-13 15:16:29.268245", "2024-11-13 15:16:29.269194", "2024-11-13 15:16:29.269977", "2024-11-13 15:16:29.273316", "2024-11-13 15:16:29.598894", "2024-11-13 15:16:29.599355", "2024-11-13 15:16:29.599930", "2024-11-13 15:16:29.601507", "2024-11-13 15:16:29.906382", "2024-11-13 15:16:29.908076", "2024-11-13 15:16:29.909631", "2024-11-13 15:16:29.913868", "2024-11-13 15:16:30.211749", "2024-11-13 15:16:30.213412", "2024-11-13 15:16:30.214642", "2024-11-13 15:16:30.219819", "2024-11-13 15:16:30.530140", "2024-11-13 15:16:30.531036", "2024-11-13 15:16:30.531754", "2024-11-13 15:16:30.534580", "2024-11-13 15:16:30.772982", "2024-11-13 15:16:30.773355", "2024-11-13 15:16:30.773861", "2024-11-13 15:16:30.775274", "2024-11-13 15:16:31.087881", "2024-11-13 15:16:31.089520", "2024-11-13 15:16:31.090693", "2024-11-13 15:16:31.095458", "2024-11-13 15:16:31.385210", "2024-11-13 15:16:31.386834", "2024-11-13 15:16:31.388047", "2024-11-13 15:16:31.393958", "2024-11-13 15:16:31.715855", "2024-11-13 15:16:31.716959", "2024-11-13 15:16:31.717805", "2024-11-13 15:16:31.721384", "2024-11-13 15:16:32.006341", "2024-11-13 15:16:32.007104", "2024-11-13 15:16:32.007806", "2024-11-13 15:16:32.010226", "2024-11-13 15:16:32.249151", "2024-11-13 15:16:32.250969", "2024-11-13 15:16:32.252270", "2024-11-13 15:16:32.256813", "2024-11-13 15:16:32.602627", "2024-11-13 15:16:32.604327", "2024-11-13 15:16:32.605735", "2024-11-13 15:16:32.610587", "2024-11-13 15:16:32.928223", "2024-11-13 15:16:32.928728", "2024-11-13 15:16:32.928990", "2024-11-13 15:16:32.930611", "2024-11-13 15:16:33.239273", "2024-11-13 15:16:33.240711", "2024-11-13 15:16:33.241972", "2024-11-13 15:16:33.246467", "2024-11-13 15:16:33.521372", "2024-11-13 15:16:33.522219", "2024-11-13 15:16:33.522850", "2024-11-13 15:16:33.525453", "2024-11-13 15:16:33.953001", "2024-11-13 15:16:33.953452", "2024-11-13 15:16:33.953791", "2024-11-13 15:16:33.955035", "2024-11-13 15:16:34.197502", "2024-11-13 15:16:34.199018", "2024-11-13 15:16:34.200035", "2024-11-13 15:16:34.203849", "2024-11-13 15:16:34.578248", "2024-11-13 15:16:34.579970", "2024-11-13 15:16:34.581119", "2024-11-13 15:16:34.592818", "2024-11-13 15:16:34.979484", "2024-11-13 15:16:34.980999", "2024-11-13 15:16:34.981797", "2024-11-13 15:16:34.984018", "2024-11-13 15:16:35.388151", "2024-11-13 15:16:35.391911", "2024-11-13 15:16:35.397192", "2024-11-13 15:16:35.399407", "2024-11-13 15:16:36.022876", "2024-11-13 15:16:36.023753", "2024-11-13 15:16:36.024383", "2024-11-13 15:16:36.027424", "2024-11-13 15:16:36.440493", "2024-11-13 15:16:36.441417", "2024-11-13 15:16:36.442022", "2024-11-13 15:16:36.445201", "2024-11-13 15:16:36.770621", "2024-11-13 15:16:36.772626", "2024-11-13 15:16:36.773814", "2024-11-13 15:16:36.778665", "2024-11-13 15:16:37.052900", "2024-11-13 15:16:37.054519", "2024-11-13 15:16:37.055619", "2024-11-13 15:16:37.058983", "2024-11-13 15:16:37.417399", "2024-11-13 15:16:37.419131", "2024-11-13 15:16:37.420215", "2024-11-13 15:16:37.424706", "2024-11-13 15:16:37.945806", "2024-11-13 15:16:37.946605", "2024-11-13 15:16:37.947090", "2024-11-13 15:16:37.949806", "2024-11-13 15:16:38.231037", "2024-11-13 15:16:38.232829", "2024-11-13 15:16:38.234012", "2024-11-13 15:16:38.238164", "2024-11-13 15:16:38.649535", "2024-11-13 15:16:38.651040", "2024-11-13 15:16:38.652143", "2024-11-13 15:16:38.654596", "2024-11-13 15:16:38.969002", "2024-11-13 15:16:38.970315", "2024-11-13 15:16:38.971580", "2024-11-13 15:16:38.975463", "2024-11-13 15:16:39.279915", "2024-11-13 15:16:39.281941", "2024-11-13 15:16:39.283089", "2024-11-13 15:16:39.286398", "2024-11-13 15:16:39.627867", "2024-11-13 15:16:39.629487", "2024-11-13 15:16:39.630520", "2024-11-13 15:16:39.633654", "2024-11-13 15:16:39.913952", "2024-11-13 15:16:39.915977", "2024-11-13 15:16:39.917594", "2024-11-13 15:16:39.925803", "2024-11-13 15:16:40.192365", "2024-11-13 15:16:40.194563", "2024-11-13 15:16:40.195846", "2024-11-13 15:16:40.200217", "2024-11-13 15:16:40.435994", "2024-11-13 15:16:40.436716", "2024-11-13 15:16:40.437475", "2024-11-13 15:16:40.439718", "2024-11-13 15:16:40.749155", "2024-11-13 15:16:40.751304", "2024-11-13 15:16:40.752760", "2024-11-13 15:16:40.756355", "2024-11-13 15:16:41.124005", "2024-11-13 15:16:41.125251", "2024-11-13 15:16:41.125858", "2024-11-13 15:16:41.129249", "2024-11-13 15:16:41.503338", "2024-11-13 15:16:41.503989", "2024-11-13 15:16:41.505079", "2024-11-13 15:16:41.505922", "2024-11-13 15:16:41.768287", "2024-11-13 15:16:41.769137", "2024-11-13 15:16:41.770069", "2024-11-13 15:16:41.772105", "2024-11-13 15:16:42.144695", "2024-11-13 15:16:42.145127", "2024-11-13 15:16:42.145612", "2024-11-13 15:16:42.146498", "2024-11-13 15:16:42.454778", "2024-11-13 15:16:42.455820", "2024-11-13 15:16:42.456438", "2024-11-13 15:16:42.458597", "2024-11-13 15:16:42.863662", "2024-11-13 15:16:42.864592", "2024-11-13 15:16:42.865181", "2024-11-13 15:16:42.868080", "2024-11-13 15:16:43.272624", "2024-11-13 15:16:43.274892", "2024-11-13 15:16:43.276678", "2024-11-13 15:16:43.282124", "2024-11-13 15:16:43.541709", "2024-11-13 15:16:43.543541", "2024-11-13 15:16:43.544679", "2024-11-13 15:16:43.547939", "2024-11-13 15:16:43.883733", "2024-11-13 15:16:43.884236", "2024-11-13 15:16:43.884862", "2024-11-13 15:16:43.886661", "2024-11-13 15:16:44.296595", "2024-11-13 15:16:44.298198", "2024-11-13 15:16:44.299297", "2024-11-13 15:16:44.302281", "2024-11-13 15:16:44.662360", "2024-11-13 15:16:44.664554", "2024-11-13 15:16:44.665891", "2024-11-13 15:16:44.669815", "2024-11-13 15:16:45.010178", "2024-11-13 15:16:45.010794", "2024-11-13 15:16:45.011499", "2024-11-13 15:16:45.012946", "2024-11-13 15:16:45.406120", "2024-11-13 15:16:45.409510", "2024-11-13 15:16:45.410931", "2024-11-13 15:16:45.414488", "2024-11-13 15:16:45.760820", "2024-11-13 15:16:45.763074", "2024-11-13 15:16:45.765213", "2024-11-13 15:16:45.769885", "2024-11-13 15:16:46.138157", "2024-11-13 15:16:46.139220", "2024-11-13 15:16:46.140205", "2024-11-13 15:16:46.142566", "2024-11-13 15:16:46.466772", "2024-11-13 15:16:46.468399", "2024-11-13 15:16:46.469429", "2024-11-13 15:16:46.473982", "2024-11-13 15:16:46.755127", "2024-11-13 15:16:46.757646", "2024-11-13 15:16:46.759061", "2024-11-13 15:16:46.763123", "2024-11-13 15:16:47.137811", "2024-11-13 15:16:47.138640", "2024-11-13 15:16:47.139404", "2024-11-13 15:16:47.141387", "2024-11-13 15:16:47.405333", "2024-11-13 15:16:47.407658", "2024-11-13 15:16:47.409313", "2024-11-13 15:16:47.413031", "2024-11-13 15:16:47.414181", "2024-11-13 15:16:47.415266", "2024-11-13 15:16:47.416972", "2024-11-13 15:16:47.418401", "2024-11-13 15:16:47.419335", "2024-11-13 15:16:47.420566", "2024-11-13 15:16:47.423582", "2024-11-13 15:16:47.424703", "2024-11-13 15:16:47.425361", "2024-11-13 15:16:47.426122", "2024-11-13 15:16:47.426883", "2024-11-13 15:16:47.427492", "2024-11-13 15:16:47.428078", "2024-11-13 15:16:47.428949", "2024-11-13 15:16:47.429505", "2024-11-13 15:16:47.430063", "2024-11-13 15:16:47.430942", "2024-11-13 15:16:47.431628", "2024-11-13 15:16:47.432218", "2024-11-13 15:16:47.432771", "2024-11-13 15:16:47.433339", "2024-11-13 15:16:47.433862", "2024-11-13 15:16:47.434305", "2024-11-13 15:16:47.435042", "2024-11-13 15:16:47.435490", "2024-11-13 15:16:47.435944", "2024-11-13 15:16:47.436388", "2024-11-13 15:16:47.436830", "2024-11-13 15:16:47.437277", "2024-11-13 15:16:47.437729", "2024-11-13 15:16:47.438172", "2024-11-13 15:16:47.438616", "2024-11-13 15:16:47.439064", "2024-11-13 15:16:47.439673", "2024-11-13 15:16:47.440129", "2024-11-13 15:16:47.440573", "2024-11-13 15:16:47.441007", "2024-11-13 15:16:47.441447", "2024-11-13 15:16:47.441975", "2024-11-13 15:16:47.442359", "2024-11-13 15:16:47.442748", "2024-11-13 15:16:47.443130", "2024-11-13 15:16:47.443516", "2024-11-13 15:16:47.443900", "2024-11-13 15:16:47.444291", "2024-11-13 15:16:47.444692", "2024-11-13 15:16:47.445076", "2024-11-13 15:16:47.445459", "2024-11-13 15:16:47.445850", "2024-11-13 15:16:47.446240", "2024-11-13 15:16:47.446627", "2024-11-13 15:16:47.447011", "2024-11-13 15:16:47.447395", "2024-11-13 15:16:47.447778", "2024-11-13 15:16:47.448166", "2024-11-13 15:16:47.448558", "2024-11-13 15:16:47.448945", "2024-11-13 15:16:47.449344", "2024-11-13 15:16:47.449716", "2024-11-13 15:16:47.450053", "2024-11-13 15:16:47.450394", "2024-11-13 15:16:47.450748", "2024-11-13 15:16:47.451085", "2024-11-13 15:16:47.451515", "2024-11-13 15:16:47.451860", "2024-11-13 15:16:47.452211", "2024-11-13 15:16:47.452559", "2024-11-13 15:16:47.452911", "2024-11-13 15:16:47.453265", "2024-11-13 15:16:47.453624", "2024-11-13 15:16:47.453985", "2024-11-13 15:16:47.454336", "2024-11-13 15:16:47.454694", "2024-11-13 15:16:47.455051", "2024-11-13 15:16:47.455406", "2024-11-13 15:16:47.455782", "2024-11-13 15:16:47.456144", "2024-11-13 15:16:47.456505"], "run_id": "cluster-001-labels-002"}
|
latentscope/jobs/8fe0c886-3fe2-4e51-9da8-398bfb2227ae.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "8fe0c886-3fe2-4e51-9da8-398bfb2227ae", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + nltk top words\" \"\"", "status": "completed", "last_update": "2024-11-13 14:01:02.889781", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-002", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id None", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-002"], "times": ["2024-11-13 14:01:02.888598", "2024-11-13 14:01:02.889093", "2024-11-13 14:01:02.889215", "2024-11-13 14:01:02.889310", "2024-11-13 14:01:02.889393", "2024-11-13 14:01:02.889485", "2024-11-13 14:01:02.889558", "2024-11-13 14:01:02.889628", "2024-11-13 14:01:02.889698", "2024-11-13 14:01:02.889780"], "run_id": "scopes-002"}
|
latentscope/jobs/9b45daac-dacc-4de4-9486-49520d5cad0a.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "9b45daac-dacc-4de4-9486-49520d5cad0a", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"cluster-001-labels-001\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + nltk\" \"\" --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-13 14:08:36.522577", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 14:08:36.521401", "2024-11-13 14:08:36.521646", "2024-11-13 14:08:36.521750", "2024-11-13 14:08:36.521836", "2024-11-13 14:08:36.521926", "2024-11-13 14:08:36.522304", "2024-11-13 14:08:36.522373", "2024-11-13 14:08:36.522441", "2024-11-13 14:08:36.522508", "2024-11-13 14:08:36.522576"], "run_id": "scopes-001"}
|
latentscope/jobs/9f0d6bea-16f0-41d3-b8cb-5719d8a373f9.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "9f0d6bea-16f0-41d3-b8cb-5719d8a373f9", "dataset": "state-legislators-2024", "job_name": "label", "command": "ls-label \"state-legislators-2024\" \"text\" \"cluster-001\" \"nltk-top-words\" 10 \"\"", "status": "completed", "last_update": "2024-11-13 13:57:52.372284", "progress": ["[nltk_data] Downloading package punkt to /Users/enjalot/nltk_data...", "[nltk_data] Package punkt is already up-to-date!", "[nltk_data] Downloading package stopwords to", "[nltk_data] /Users/enjalot/nltk_data...", "[nltk_data] Package stopwords is already up-to-date!", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: cluster-001-labels-001", "", "Preparing extracts: 0%| | 0/74 [00:00<?, ?it/s]", "Preparing extracts: 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:00<00:00, 2369.88it/s]", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "", "", "0%| | 0/74 [00:00<?, ?it/s]", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "", "", "9%|\u2589 | 7/74 [00:00<00:01, 61.55it/s]", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "", "", "19%|\u2588\u2589 | 14/74 [00:00<00:01, 58.22it/s]", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "", "", "27%|\u2588\u2588\u258b | 20/74 [00:00<00:00, 55.51it/s]", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "", "", "35%|\u2588\u2588\u2588\u258c | 26/74 [00:00<00:00, 54.81it/s]", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "", "", "43%|\u2588\u2588\u2588\u2588\u258e | 32/74 [00:00<00:00, 53.33it/s]", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "", "", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 38/74 [00:00<00:00, 55.13it/s]", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "", "", "59%|\u2588\u2588\u2588\u2588\u2588\u2589 | 44/74 [00:00<00:00, 56.19it/s]", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:00<00:00, 56.15it/s]", "", "", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 50/74 [00:01<00:00, 56.15it/s]", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "", "", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 56/74 [00:01<00:00, 56.07it/s]", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "", "", "84%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 62/74 [00:01<00:00, 55.16it/s]", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "", "", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 68/74 [00:01<00:00, 54.82it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:01<00:00, 54.00it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 74/74 [00:01<00:00, 55.20it/s]", "cluster 0 label: Funeral Home funeral", "cluster 1 label: Dental Dentist Family", "cluster 2 label: US Army Military", "cluster 3 label: Attorney Law Legal", "cluster 4 label: Fire Department Firefighter", "cluster 5 label: Church Pastor Center", "cluster 6 label: Pharmacy Owner pharmacy", "cluster 7 label: Attorney injury Law", "cluster 8 label: Attorney firm Law", "cluster 9 label: firm Tax accounting", "cluster 10 label: Union Director Workers", "cluster 11 label: Owner Business owner", "cluster 12 label: Airport School Owner", "cluster 13 label: Yoga Chiropractor Chiropractic", "cluster 14 label: University College State", "cluster 15 label: School school High", "cluster 16 label: Nurse Registered University", "cluster 17 label: Insurance insurance Agency", "cluster 18 label: Insurance Farm State", "cluster 19 label: Veterinary Animal Dog", "cluster 20 label: Mortgage Loan Title", "cluster 21 label: President Bank Vice", "cluster 22 label: Research Clinical services", "cluster 23 label: President Vice health", "cluster 24 label: Owner Fitness fitness", "cluster 25 label: estate real Real", "cluster 26 label: Owner Medical Optometrist", "cluster 27 label: Private Jewish Practice", "cluster 28 label: Director Owner Farms", "cluster 29 label: Owner ranch Farm", "cluster 30 label: farm Farm Dairy", "cluster 31 label: Financial financial advisor", "cluster 32 label: Farm farm family", "cluster 33 label: Farm owner Farmer", "cluster 34 label: Farm Farms Owner", "cluster 35 label: Senator Office office", "cluster 36 label: company Pest Owner", "cluster 37 label: company Sports Winter", "cluster 38 label: Owner Restaurant owner", "cluster 39 label: Owner Grocery Market", "cluster 40 label: Owner company Territory", "cluster 41 label: Construction Owner Homes", "cluster 42 label: Organizer organization Director", "cluster 43 label: Owner Small business", "cluster 44 label: Writer Freelance Magazine", "cluster 45 label: Consultant consultant business", "cluster 46 label: Director State Planning", "cluster 47 label: State Department Agency", "cluster 48 label: Office Hawaii Deputy", "cluster 49 label: County Department Public", "cluster 50 label: Police Department Officer", "cluster 51 label: County Sheriff Office", "cluster 52 label: City Illinois Program", "cluster 53 label: County Public State", "cluster 54 label: Attorney City District", "cluster 55 label: County attorney Clerk", "cluster 56 label: company Waste Services", "cluster 57 label: business Owner owner", "cluster 58 label: company Telecommunications Computer", "cluster 59 label: company Transportation Owner", "cluster 60 label: Auto Dealership dealership", "cluster 61 label: Oil company Company", "cluster 62 label: Construction Owner company", "cluster 63 label: station newspaper publisher", "cluster 64 label: Owner store Bookstore", "cluster 65 label: Owner Plumbing Construction", "cluster 66 label: company Systems Engineer", "cluster 67 label: Engineering natural gas", "cluster 68 label: company Project Energy", "cluster 69 label: President Software Sales", "cluster 70 label: company Security Data", "cluster 71 label: company Owner Technology", "cluster 72 label: Consulting LLC Principal", "cluster 73 label: Founder Media marketing", "labels: 74", "done with cluster-001-labels-001"], "times": ["2024-11-13 13:57:50.952057", "2024-11-13 13:57:50.976520", "2024-11-13 13:57:50.976692", "2024-11-13 13:57:50.976781", "2024-11-13 13:57:50.978179", "2024-11-13 13:57:50.982953", "2024-11-13 13:57:50.983054", "2024-11-13 13:57:50.983138", "2024-11-13 13:57:51.014305", "2024-11-13 13:57:51.014445", "2024-11-13 13:57:51.014540", "2024-11-13 13:57:51.030640", "2024-11-13 13:57:51.030841", "2024-11-13 13:57:51.030941", "2024-11-13 13:57:51.048008", "2024-11-13 13:57:51.048162", "2024-11-13 13:57:51.048257", "2024-11-13 13:57:51.062849", "2024-11-13 13:57:51.062964", "2024-11-13 13:57:51.063047", "2024-11-13 13:57:51.078514", "2024-11-13 13:57:51.078615", "2024-11-13 13:57:51.078693", "2024-11-13 13:57:51.096018", "2024-11-13 13:57:51.096164", "2024-11-13 13:57:51.096251", "2024-11-13 13:57:51.112148", "2024-11-13 13:57:51.112260", "2024-11-13 13:57:51.112345", "2024-11-13 13:57:51.126764", "2024-11-13 13:57:51.126891", "2024-11-13 13:57:51.126985", "2024-11-13 13:57:51.128145", "2024-11-13 13:57:51.145538", "2024-11-13 13:57:51.145701", "2024-11-13 13:57:51.145805", "2024-11-13 13:57:51.163342", "2024-11-13 13:57:51.163485", "2024-11-13 13:57:51.163579", "2024-11-13 13:57:51.183531", "2024-11-13 13:57:51.183675", "2024-11-13 13:57:51.183791", "2024-11-13 13:57:51.202526", "2024-11-13 13:57:51.202653", "2024-11-13 13:57:51.202746", "2024-11-13 13:57:51.217321", "2024-11-13 13:57:51.217465", "2024-11-13 13:57:51.217560", "2024-11-13 13:57:51.233832", "2024-11-13 13:57:51.233998", "2024-11-13 13:57:51.234204", "2024-11-13 13:57:51.251191", "2024-11-13 13:57:51.251390", "2024-11-13 13:57:51.251510", "2024-11-13 13:57:51.252959", "2024-11-13 13:57:51.269591", "2024-11-13 13:57:51.269774", "2024-11-13 13:57:51.269911", "2024-11-13 13:57:51.287075", "2024-11-13 13:57:51.287307", "2024-11-13 13:57:51.287538", "2024-11-13 13:57:51.302525", "2024-11-13 13:57:51.302743", "2024-11-13 13:57:51.302887", "2024-11-13 13:57:51.321960", "2024-11-13 13:57:51.322224", "2024-11-13 13:57:51.322443", "2024-11-13 13:57:51.342261", "2024-11-13 13:57:51.342589", "2024-11-13 13:57:51.342791", "2024-11-13 13:57:51.366224", "2024-11-13 13:57:51.366520", "2024-11-13 13:57:51.366703", "2024-11-13 13:57:51.368008", "2024-11-13 13:57:51.383411", "2024-11-13 13:57:51.383600", "2024-11-13 13:57:51.383732", "2024-11-13 13:57:51.403068", "2024-11-13 13:57:51.403353", "2024-11-13 13:57:51.403527", "2024-11-13 13:57:51.421970", "2024-11-13 13:57:51.422315", "2024-11-13 13:57:51.422553", "2024-11-13 13:57:51.441724", "2024-11-13 13:57:51.441943", "2024-11-13 13:57:51.442109", "2024-11-13 13:57:51.460173", "2024-11-13 13:57:51.460362", "2024-11-13 13:57:51.460555", "2024-11-13 13:57:51.478225", "2024-11-13 13:57:51.478443", "2024-11-13 13:57:51.478592", "2024-11-13 13:57:51.479795", "2024-11-13 13:57:51.498705", "2024-11-13 13:57:51.498882", "2024-11-13 13:57:51.499148", "2024-11-13 13:57:51.520339", "2024-11-13 13:57:51.520683", "2024-11-13 13:57:51.520874", "2024-11-13 13:57:51.541157", "2024-11-13 13:57:51.541589", "2024-11-13 13:57:51.541815", "2024-11-13 13:57:51.560101", "2024-11-13 13:57:51.560449", "2024-11-13 13:57:51.560638", "2024-11-13 13:57:51.579326", "2024-11-13 13:57:51.579738", "2024-11-13 13:57:51.579953", "2024-11-13 13:57:51.596071", "2024-11-13 13:57:51.596353", "2024-11-13 13:57:51.596587", "2024-11-13 13:57:51.598008", "2024-11-13 13:57:51.611637", "2024-11-13 13:57:51.613357", "2024-11-13 13:57:51.613664", "2024-11-13 13:57:51.627104", "2024-11-13 13:57:51.627403", "2024-11-13 13:57:51.627645", "2024-11-13 13:57:51.644533", "2024-11-13 13:57:51.644737", "2024-11-13 13:57:51.644897", "2024-11-13 13:57:51.662693", "2024-11-13 13:57:51.662962", "2024-11-13 13:57:51.663251", "2024-11-13 13:57:51.679848", "2024-11-13 13:57:51.680060", "2024-11-13 13:57:51.680209", "2024-11-13 13:57:51.698111", "2024-11-13 13:57:51.698302", "2024-11-13 13:57:51.698431", "2024-11-13 13:57:51.699425", "2024-11-13 13:57:51.715496", "2024-11-13 13:57:51.715658", "2024-11-13 13:57:51.715789", "2024-11-13 13:57:51.731339", "2024-11-13 13:57:51.731581", "2024-11-13 13:57:51.731733", "2024-11-13 13:57:51.747709", "2024-11-13 13:57:51.748024", "2024-11-13 13:57:51.748193", "2024-11-13 13:57:51.764491", "2024-11-13 13:57:51.764766", "2024-11-13 13:57:51.765027", "2024-11-13 13:57:51.783803", "2024-11-13 13:57:51.784021", "2024-11-13 13:57:51.784196", "2024-11-13 13:57:51.800582", "2024-11-13 13:57:51.800778", "2024-11-13 13:57:51.800943", "2024-11-13 13:57:51.801856", "2024-11-13 13:57:51.814482", "2024-11-13 13:57:51.814662", "2024-11-13 13:57:51.814844", "2024-11-13 13:57:51.830746", "2024-11-13 13:57:51.830980", "2024-11-13 13:57:51.831173", "2024-11-13 13:57:51.848806", "2024-11-13 13:57:51.849028", "2024-11-13 13:57:51.849206", "2024-11-13 13:57:51.869265", "2024-11-13 13:57:51.869458", "2024-11-13 13:57:51.869636", "2024-11-13 13:57:51.887733", "2024-11-13 13:57:51.887927", "2024-11-13 13:57:51.888110", "2024-11-13 13:57:51.907164", "2024-11-13 13:57:51.907398", "2024-11-13 13:57:51.907656", "2024-11-13 13:57:51.908900", "2024-11-13 13:57:51.924920", "2024-11-13 13:57:51.925140", "2024-11-13 13:57:51.925428", "2024-11-13 13:57:51.940733", "2024-11-13 13:57:51.940992", "2024-11-13 13:57:51.941183", "2024-11-13 13:57:51.959621", "2024-11-13 13:57:51.959898", "2024-11-13 13:57:51.960098", "2024-11-13 13:57:51.978876", "2024-11-13 13:57:51.979082", "2024-11-13 13:57:51.979272", "2024-11-13 13:57:51.996468", "2024-11-13 13:57:51.996678", "2024-11-13 13:57:51.996885", "2024-11-13 13:57:52.014682", "2024-11-13 13:57:52.014967", "2024-11-13 13:57:52.015293", "2024-11-13 13:57:52.016269", "2024-11-13 13:57:52.034280", "2024-11-13 13:57:52.034672", "2024-11-13 13:57:52.035021", "2024-11-13 13:57:52.053335", "2024-11-13 13:57:52.053758", "2024-11-13 13:57:52.054008", "2024-11-13 13:57:52.073028", "2024-11-13 13:57:52.073302", "2024-11-13 13:57:52.073518", "2024-11-13 13:57:52.091101", "2024-11-13 13:57:52.091372", "2024-11-13 13:57:52.091594", "2024-11-13 13:57:52.108890", "2024-11-13 13:57:52.109121", "2024-11-13 13:57:52.109341", "2024-11-13 13:57:52.127485", "2024-11-13 13:57:52.127728", "2024-11-13 13:57:52.127942", "2024-11-13 13:57:52.129068", "2024-11-13 13:57:52.143560", "2024-11-13 13:57:52.143799", "2024-11-13 13:57:52.144003", "2024-11-13 13:57:52.162823", "2024-11-13 13:57:52.163071", "2024-11-13 13:57:52.163282", "2024-11-13 13:57:52.180826", "2024-11-13 13:57:52.181107", "2024-11-13 13:57:52.181353", "2024-11-13 13:57:52.198825", "2024-11-13 13:57:52.199071", "2024-11-13 13:57:52.199297", "2024-11-13 13:57:52.217840", "2024-11-13 13:57:52.218069", "2024-11-13 13:57:52.218268", "2024-11-13 13:57:52.237910", "2024-11-13 13:57:52.238242", "2024-11-13 13:57:52.238481", "2024-11-13 13:57:52.240000", "2024-11-13 13:57:52.257984", "2024-11-13 13:57:52.258341", "2024-11-13 13:57:52.258589", "2024-11-13 13:57:52.276327", "2024-11-13 13:57:52.276675", "2024-11-13 13:57:52.276918", "2024-11-13 13:57:52.293187", "2024-11-13 13:57:52.293490", "2024-11-13 13:57:52.293737", "2024-11-13 13:57:52.312326", "2024-11-13 13:57:52.312577", "2024-11-13 13:57:52.312814", "2024-11-13 13:57:52.333640", "2024-11-13 13:57:52.333894", "2024-11-13 13:57:52.334133", "2024-11-13 13:57:52.353258", "2024-11-13 13:57:52.353523", "2024-11-13 13:57:52.353755", "2024-11-13 13:57:52.354899", "2024-11-13 13:57:52.355139", "2024-11-13 13:57:52.355394", "2024-11-13 13:57:52.355643", "2024-11-13 13:57:52.355882", "2024-11-13 13:57:52.356102", "2024-11-13 13:57:52.356327", "2024-11-13 13:57:52.356556", "2024-11-13 13:57:52.356784", "2024-11-13 13:57:52.357022", "2024-11-13 13:57:52.357262", "2024-11-13 13:57:52.357490", "2024-11-13 13:57:52.357727", "2024-11-13 13:57:52.357958", "2024-11-13 13:57:52.358200", "2024-11-13 13:57:52.358449", "2024-11-13 13:57:52.358663", "2024-11-13 13:57:52.358884", "2024-11-13 13:57:52.359099", "2024-11-13 13:57:52.359387", "2024-11-13 13:57:52.359616", "2024-11-13 13:57:52.359825", "2024-11-13 13:57:52.360027", "2024-11-13 13:57:52.360226", "2024-11-13 13:57:52.360428", "2024-11-13 13:57:52.360629", "2024-11-13 13:57:52.360834", "2024-11-13 13:57:52.361032", "2024-11-13 13:57:52.361239", "2024-11-13 13:57:52.361455", "2024-11-13 13:57:52.361672", "2024-11-13 13:57:52.361878", "2024-11-13 13:57:52.362088", "2024-11-13 13:57:52.362294", "2024-11-13 13:57:52.362495", "2024-11-13 13:57:52.362707", "2024-11-13 13:57:52.362911", "2024-11-13 13:57:52.363535", "2024-11-13 13:57:52.363798", "2024-11-13 13:57:52.364014", "2024-11-13 13:57:52.364224", "2024-11-13 13:57:52.364434", "2024-11-13 13:57:52.364653", "2024-11-13 13:57:52.364871", "2024-11-13 13:57:52.365136", "2024-11-13 13:57:52.365347", "2024-11-13 13:57:52.365556", "2024-11-13 13:57:52.365765", "2024-11-13 13:57:52.365967", "2024-11-13 13:57:52.366177", "2024-11-13 13:57:52.366385", "2024-11-13 13:57:52.366590", "2024-11-13 13:57:52.366797", "2024-11-13 13:57:52.366998", "2024-11-13 13:57:52.367209", "2024-11-13 13:57:52.367415", "2024-11-13 13:57:52.367618", "2024-11-13 13:57:52.367815", "2024-11-13 13:57:52.368023", "2024-11-13 13:57:52.368227", "2024-11-13 13:57:52.368437", "2024-11-13 13:57:52.368634", "2024-11-13 13:57:52.368836", "2024-11-13 13:57:52.369036", "2024-11-13 13:57:52.369240", "2024-11-13 13:57:52.369442", "2024-11-13 13:57:52.369648", "2024-11-13 13:57:52.369854", "2024-11-13 13:57:52.370063", "2024-11-13 13:57:52.370421", "2024-11-13 13:57:52.370637", "2024-11-13 13:57:52.370840", "2024-11-13 13:57:52.371047", "2024-11-13 13:57:52.371254", "2024-11-13 13:57:52.371465", "2024-11-13 13:57:52.371681", "2024-11-13 13:57:52.371882", "2024-11-13 13:57:52.372083", "2024-11-13 13:57:52.372282"], "run_id": "cluster-001-labels-001"}
|
latentscope/jobs/af899ef4-4156-454d-bcf9-18ce7fda1862.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "af899ef4-4156-454d-bcf9-18ce7fda1862", "dataset": "state-legislators-2024", "job_name": "embed", "command": "ls-embed \"state-legislators-2024\" \"text\" \"\ud83e\udd17-nomic-ai___nomic-embed-text-v1.5\" --prefix=\"clustering: \" --batch_size=100 --max_seq_length=512", "status": "completed", "last_update": "2024-11-13 13:51:42.194455", "progress": ["/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.", "_torch_pytree._register_pytree_node(", "/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.", "_torch_pytree._register_pytree_node(", "/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.", "warnings.warn(", "<All keys matched successfully>", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: embedding-001", "MODEL ID \ud83e\udd17-nomic-ai___nomic-embed-text-v1.5", "MODEL <latentscope.models.providers.transformers.TransformersEmbedProvider object at 0x136edd1f0>", "loading nomic-ai/nomic-embed-text-v1.5", "setting max seq length 512", "Checking for empty inputs", "embedding 7292 sentences in 72 batches", "", "0%| | 0/72 [00:00<?, ?it/s]", "1%|\u258f | 1/72 [00:00<00:29, 2.40it/s]", "3%|\u258e | 2/72 [00:00<00:23, 2.92it/s]", "4%|\u258d | 3/72 [00:00<00:21, 3.15it/s]", "6%|\u258c | 4/72 [00:01<00:22, 3.08it/s]", "7%|\u258b | 5/72 [00:01<00:21, 3.12it/s]", "8%|\u258a | 6/72 [00:01<00:18, 3.55it/s]", "10%|\u2589 | 7/72 [00:02<00:17, 3.68it/s]", "11%|\u2588 | 8/72 [00:02<00:19, 3.31it/s]", "12%|\u2588\u258e | 9/72 [00:02<00:15, 3.95it/s]", "14%|\u2588\u258d | 10/72 [00:02<00:17, 3.53it/s]", "15%|\u2588\u258c | 11/72 [00:03<00:18, 3.34it/s]", "17%|\u2588\u258b | 12/72 [00:03<00:20, 2.99it/s]", "18%|\u2588\u258a | 13/72 [00:03<00:17, 3.31it/s]", "19%|\u2588\u2589 | 14/72 [00:04<00:17, 3.29it/s]", "21%|\u2588\u2588 | 15/72 [00:04<00:14, 3.89it/s]", "22%|\u2588\u2588\u258f | 16/72 [00:04<00:12, 4.45it/s]", "24%|\u2588\u2588\u258e | 17/72 [00:04<00:12, 4.44it/s]", "25%|\u2588\u2588\u258c | 18/72 [00:05<00:13, 4.15it/s]", "26%|\u2588\u2588\u258b | 19/72 [00:05<00:12, 4.21it/s]", "28%|\u2588\u2588\u258a | 20/72 [00:05<00:12, 4.30it/s]", "29%|\u2588\u2588\u2589 | 21/72 [00:05<00:15, 3.37it/s]", "31%|\u2588\u2588\u2588 | 22/72 [00:06<00:13, 3.65it/s]", "32%|\u2588\u2588\u2588\u258f | 23/72 [00:06<00:13, 3.70it/s]", "33%|\u2588\u2588\u2588\u258e | 24/72 [00:06<00:11, 4.30it/s]", "35%|\u2588\u2588\u2588\u258d | 25/72 [00:06<00:11, 4.16it/s]", "36%|\u2588\u2588\u2588\u258c | 26/72 [00:06<00:09, 4.77it/s]", "38%|\u2588\u2588\u2588\u258a | 27/72 [00:07<00:08, 5.32it/s]", "39%|\u2588\u2588\u2588\u2589 | 28/72 [00:07<00:11, 3.97it/s]", "40%|\u2588\u2588\u2588\u2588 | 29/72 [00:07<00:09, 4.62it/s]", "42%|\u2588\u2588\u2588\u2588\u258f | 30/72 [00:07<00:09, 4.21it/s]", "43%|\u2588\u2588\u2588\u2588\u258e | 31/72 [00:08<00:10, 4.02it/s]", "44%|\u2588\u2588\u2588\u2588\u258d | 32/72 [00:08<00:10, 3.95it/s]", "46%|\u2588\u2588\u2588\u2588\u258c | 33/72 [00:08<00:08, 4.47it/s]", "47%|\u2588\u2588\u2588\u2588\u258b | 34/72 [00:08<00:07, 5.08it/s]", "49%|\u2588\u2588\u2588\u2588\u258a | 35/72 [00:09<00:09, 3.84it/s]", "50%|\u2588\u2588\u2588\u2588\u2588 | 36/72 [00:09<00:09, 3.84it/s]", "51%|\u2588\u2588\u2588\u2588\u2588\u258f | 37/72 [00:09<00:07, 4.47it/s]", "53%|\u2588\u2588\u2588\u2588\u2588\u258e | 38/72 [00:09<00:06, 5.17it/s]", "54%|\u2588\u2588\u2588\u2588\u2588\u258d | 39/72 [00:09<00:05, 5.73it/s]", "56%|\u2588\u2588\u2588\u2588\u2588\u258c | 40/72 [00:10<00:06, 4.85it/s]", "57%|\u2588\u2588\u2588\u2588\u2588\u258b | 41/72 [00:10<00:07, 4.16it/s]", "58%|\u2588\u2588\u2588\u2588\u2588\u258a | 42/72 [00:10<00:07, 4.00it/s]", "60%|\u2588\u2588\u2588\u2588\u2588\u2589 | 43/72 [00:10<00:07, 3.79it/s]", "61%|\u2588\u2588\u2588\u2588\u2588\u2588 | 44/72 [00:11<00:06, 4.32it/s]", "62%|\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 45/72 [00:11<00:06, 4.07it/s]", "64%|\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 46/72 [00:11<00:05, 4.59it/s]", "65%|\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 47/72 [00:11<00:06, 3.64it/s]", "67%|\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 48/72 [00:12<00:05, 4.36it/s]", "68%|\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 49/72 [00:12<00:05, 3.98it/s]", "69%|\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 50/72 [00:12<00:04, 4.51it/s]", "71%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 51/72 [00:12<00:04, 5.12it/s]", "72%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 52/72 [00:12<00:04, 4.58it/s]", "74%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 53/72 [00:13<00:03, 5.18it/s]", "75%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 54/72 [00:13<00:04, 4.34it/s]", "76%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b | 55/72 [00:13<00:03, 5.02it/s]", "78%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 56/72 [00:13<00:03, 4.47it/s]", "79%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 57/72 [00:14<00:04, 3.33it/s]", "81%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 58/72 [00:14<00:03, 3.99it/s]", "82%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f | 59/72 [00:14<00:03, 3.85it/s]", "83%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e | 60/72 [00:15<00:03, 3.72it/s]", "85%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d | 61/72 [00:15<00:02, 4.49it/s]", "86%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c | 62/72 [00:15<00:01, 5.05it/s]", "88%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a | 63/72 [00:15<00:01, 5.38it/s]", "89%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589 | 64/72 [00:15<00:01, 5.71it/s]", "90%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 65/72 [00:15<00:01, 6.18it/s]", "92%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f| 66/72 [00:15<00:00, 6.35it/s]", "93%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e| 67/72 [00:16<00:00, 6.49it/s]", "94%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258d| 68/72 [00:16<00:00, 6.74it/s]", "96%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c| 69/72 [00:16<00:00, 5.18it/s]", "97%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b| 70/72 [00:16<00:00, 5.72it/s]", "99%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a| 71/72 [00:16<00:00, 6.28it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 72/72 [00:16<00:00, 6.65it/s]", "73it [00:17, 5.22it/s]", "73it [00:17, 4.27it/s]", "done with embedding-001"], "times": ["2024-11-13 13:51:21.301288", "2024-11-13 13:51:21.301558", "2024-11-13 13:51:22.119957", "2024-11-13 13:51:22.120247", "2024-11-13 13:51:22.514603", "2024-11-13 13:51:22.515041", "2024-11-13 13:51:24.788814", "2024-11-13 13:51:25.086132", "2024-11-13 13:51:25.086520", "2024-11-13 13:51:25.086691", "2024-11-13 13:51:25.086912", "2024-11-13 13:51:25.087007", "2024-11-13 13:51:25.087113", "2024-11-13 13:51:25.087209", "2024-11-13 13:51:25.087294", "2024-11-13 13:51:25.087393", "2024-11-13 13:51:25.502999", "2024-11-13 13:51:25.792823", "2024-11-13 13:51:26.081892", "2024-11-13 13:51:26.417387", "2024-11-13 13:51:26.729650", "2024-11-13 13:51:26.935420", "2024-11-13 13:51:27.187219", "2024-11-13 13:51:27.555438", "2024-11-13 13:51:27.700437", "2024-11-13 13:51:28.051974", "2024-11-13 13:51:28.386141", "2024-11-13 13:51:28.802405", "2024-11-13 13:51:29.030116", "2024-11-13 13:51:29.337817", "2024-11-13 13:51:29.486771", "2024-11-13 13:51:29.636324", "2024-11-13 13:51:29.862349", "2024-11-13 13:51:30.140114", "2024-11-13 13:51:30.369988", "2024-11-13 13:51:30.589910", "2024-11-13 13:51:31.037227", "2024-11-13 13:51:31.257768", "2024-11-13 13:51:31.518651", "2024-11-13 13:51:31.663940", "2024-11-13 13:51:31.922829", "2024-11-13 13:51:32.060204", "2024-11-13 13:51:32.197677", "2024-11-13 13:51:32.598635", "2024-11-13 13:51:32.732153", "2024-11-13 13:51:33.019652", "2024-11-13 13:51:33.293497", "2024-11-13 13:51:33.557278", "2024-11-13 13:51:33.712766", "2024-11-13 13:51:33.846413", "2024-11-13 13:51:34.255581", "2024-11-13 13:51:34.516538", "2024-11-13 13:51:34.654995", "2024-11-13 13:51:34.777454", "2024-11-13 13:51:34.907971", "2024-11-13 13:51:35.188454", "2024-11-13 13:51:35.508549", "2024-11-13 13:51:35.781709", "2024-11-13 13:51:36.076560", "2024-11-13 13:51:36.233442", "2024-11-13 13:51:36.512554", "2024-11-13 13:51:36.664453", "2024-11-13 13:51:37.072459", "2024-11-13 13:51:37.195210", "2024-11-13 13:51:37.497426", "2024-11-13 13:51:37.650911", "2024-11-13 13:51:37.784954", "2024-11-13 13:51:38.056691", "2024-11-13 13:51:38.190689", "2024-11-13 13:51:38.507985", "2024-11-13 13:51:38.634397", "2024-11-13 13:51:38.915168", "2024-11-13 13:51:39.394097", "2024-11-13 13:51:39.529139", "2024-11-13 13:51:39.809305", "2024-11-13 13:51:40.098957", "2024-11-13 13:51:40.215063", "2024-11-13 13:51:40.355331", "2024-11-13 13:51:40.513160", "2024-11-13 13:51:40.662770", "2024-11-13 13:51:40.793760", "2024-11-13 13:51:40.941353", "2024-11-13 13:51:41.087658", "2024-11-13 13:51:41.222526", "2024-11-13 13:51:41.519562", "2024-11-13 13:51:41.652041", "2024-11-13 13:51:41.774675", "2024-11-13 13:51:41.904776", "2024-11-13 13:51:42.192801", "2024-11-13 13:51:42.193255", "2024-11-13 13:51:42.193434", "2024-11-13 13:51:42.194453"], "run_id": "embedding-001"}
|
latentscope/jobs/ef3bf47b-bd64-4630-be78-2340cf04be41.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "ef3bf47b-bd64-4630-be78-2340cf04be41", "dataset": "state-legislators-2024", "job_name": "rm", "command": "rm -rf /Users/enjalot/latent-scope-demo/state-legislators-2024/scopes/scopes-002*", "status": "completed", "last_update": "2024-11-13 14:08:41.094051", "progress": [], "times": []}
|
latentscope/jobs/f15d8c48-6446-407c-852e-dc6cae19432b.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "f15d8c48-6446-407c-852e-dc6cae19432b", "dataset": "state-legislators-2024", "job_name": "umap", "command": "ls-umap \"state-legislators-2024\" \"embedding-001\" 25 0.1 --seed=-1", "status": "completed", "last_update": "2024-11-13 13:52:08.366024", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "RUNNING: umap-001", "loading embeddings", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "reducing 768 embeddings to 2 dimensions", "UMAP(angular_rp_forest=True, metric='cosine', n_neighbors=25, verbose=True)", "Wed Nov 13 13:51:58 2024 Construct fuzzy simplicial set", "Wed Nov 13 13:51:58 2024 Finding Nearest Neighbors", "Wed Nov 13 13:51:58 2024 Building RP forest with 9 trees", "Wed Nov 13 13:52:00 2024 NN descent for 13 iterations", "1 / 13", "2 / 13", "3 / 13", "4 / 13", "Stopping threshold met -- exiting after 4 iterations", "Wed Nov 13 13:52:04 2024 Finished Nearest Neighbor Search", "Wed Nov 13 13:52:05 2024 Construct embedding", "", "Epochs completed: 0%| 0/500 [00:00]", "Epochs completed: 0%| 1/500 [00:00]", "Epochs completed: 6%| \u258c 31/500 [00:00]", "Epochs completed: 12%| \u2588\u258f 59/500 [00:00]", "Epochs completed: 17%| \u2588\u258b 87/500 [00:00]", "Epochs completed: 23%| \u2588\u2588\u258e 113/500 [00:01]", "Epochs completed: 28%| \u2588\u2588\u258a 139/500 [00:01]", "Epochs completed: 33%| \u2588\u2588\u2588\u258e 166/500 [00:01]", "Epochs completed: 39%| \u2588\u2588\u2588\u2589 194/500 [00:01]", "Epochs completed: 44%| \u2588\u2588\u2588\u2588\u258d 222/500 [00:01]", "Epochs completed: 50%| \u2588\u2588\u2588\u2588\u2589 249/500 [00:01]", "Epochs completed: 55%| \u2588\u2588\u2588\u2588\u2588\u258c 276/500 [00:01]", "Epochs completed: 61%| \u2588\u2588\u2588\u2588\u2588\u2588 303/500 [00:01]", "Epochs completed: 66%| \u2588\u2588\u2588\u2588\u2588\u2588\u258c 330/500 [00:01]", "Epochs completed: 71%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f 357/500 [00:01]", "Epochs completed: 77%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258b 384/500 [00:02]", "Epochs completed: 82%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258f 411/500 [00:02]", "Epochs completed: 88%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a 438/500 [00:02]", "Epochs completed: 93%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e 465/500 [00:02]", "Epochs completed: 98%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258a 492/500 [00:02]", "Epochs completed: 100%| \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 500/500 [00:02]", "completed 0 / 500 epochs", "completed 50 / 500 epochs", "completed 100 / 500 epochs", "completed 150 / 500 epochs", "completed 200 / 500 epochs", "completed 250 / 500 epochs", "completed 300 / 500 epochs", "completed 350 / 500 epochs", "completed 400 / 500 epochs", "completed 450 / 500 epochs", "Wed Nov 13 13:52:08 2024 Finished embedding", "writing normalized umap umap-001", "wrote /Users/enjalot/latent-scope-demo/state-legislators-2024/umaps/umap-001.parquet", "POINT SIZE 30 for 7292 points", "done with umap-001"], "times": ["2024-11-13 13:51:58.904839", "2024-11-13 13:51:58.905864", "2024-11-13 13:51:58.908317", "2024-11-13 13:51:58.908440", "2024-11-13 13:51:58.908666", "2024-11-13 13:52:05.547753", "2024-11-13 13:52:05.548337", "2024-11-13 13:52:05.548623", "2024-11-13 13:52:05.548932", "2024-11-13 13:52:05.549188", "2024-11-13 13:52:05.549479", "2024-11-13 13:52:05.549829", "2024-11-13 13:52:05.550004", "2024-11-13 13:52:05.550135", "2024-11-13 13:52:05.550746", "2024-11-13 13:52:05.550921", "2024-11-13 13:52:05.551048", "2024-11-13 13:52:05.551153", "2024-11-13 13:52:06.197444", "2024-11-13 13:52:06.298733", "2024-11-13 13:52:06.401300", "2024-11-13 13:52:06.504476", "2024-11-13 13:52:06.606004", "2024-11-13 13:52:06.706871", "2024-11-13 13:52:06.807029", "2024-11-13 13:52:06.909636", "2024-11-13 13:52:07.013262", "2024-11-13 13:52:07.114191", "2024-11-13 13:52:07.219004", "2024-11-13 13:52:07.321261", "2024-11-13 13:52:07.423235", "2024-11-13 13:52:07.523389", "2024-11-13 13:52:07.625926", "2024-11-13 13:52:07.733049", "2024-11-13 13:52:07.834211", "2024-11-13 13:52:07.936603", "2024-11-13 13:52:08.037248", "2024-11-13 13:52:08.067257", "2024-11-13 13:52:08.067470", "2024-11-13 13:52:08.364448", "2024-11-13 13:52:08.364653", "2024-11-13 13:52:08.364768", "2024-11-13 13:52:08.364936", "2024-11-13 13:52:08.365030", "2024-11-13 13:52:08.365138", "2024-11-13 13:52:08.365231", "2024-11-13 13:52:08.365330", "2024-11-13 13:52:08.365424", "2024-11-13 13:52:08.365513", "2024-11-13 13:52:08.365617", "2024-11-13 13:52:08.365735", "2024-11-13 13:52:08.365833", "2024-11-13 13:52:08.365927", "2024-11-13 13:52:08.366022"], "run_id": "umap-001"}
|
latentscope/jobs/f4dd59c4-6ab3-4d09-825e-9792d3d780a7.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "f4dd59c4-6ab3-4d09-825e-9792d3d780a7", "dataset": "state-legislators-2024", "job_name": "scope", "command": "ls-scope \"state-legislators-2024\" \"embedding-001\" \"umap-001\" \"cluster-001\" \"default\" \"\ud83e\udd17-nomic-ai/nomic-embed-text-v1.5 + N/A\" \"\" --scope_id=scopes-001", "status": "completed", "last_update": "2024-11-13 14:00:45.440467", "progress": ["Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: scopes-001", "umap columns Index(['x', 'y'], dtype='object')", "cluster columns Index(['cluster', 'raw_cluster', 'label'], dtype='object')", "scope_id scopes-001", "scope columns Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "wrote scope scopes-001"], "times": ["2024-11-13 14:00:45.438920", "2024-11-13 14:00:45.439476", "2024-11-13 14:00:45.439575", "2024-11-13 14:00:45.439660", "2024-11-13 14:00:45.439733", "2024-11-13 14:00:45.440179", "2024-11-13 14:00:45.440258", "2024-11-13 14:00:45.440333", "2024-11-13 14:00:45.440398", "2024-11-13 14:00:45.440464"], "run_id": "scopes-001"}
|
latentscope/jobs/fb552ca8-abff-4f79-b758-b724f9eea8fc.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "fb552ca8-abff-4f79-b758-b724f9eea8fc", "dataset": "state-legislators-2024", "job_name": "export-plot", "command": "ls-export-plot \"state-legislators-2024\" scopes-001 --plot_config=\"{\\\"label_over_points\\\":true,\\\"dynamic_label_size\\\":true,\\\"add_glow\\\":true,\\\"darkmode\\\":false,\\\"interactive\\\":false,\\\"dpi\\\":150,\\\"threshold\\\":-1,\\\"figsize\\\":[24,24],\\\"label_wrap_width\\\":10,\\\"point_size\\\":7,\\\"max_font_size\\\":32,\\\"min_font_size\\\":16,\\\"min_font_weight\\\":100,\\\"max_font_weight\\\":1000,\\\"font_family\\\":\\\"Roboto Condensed\\\",\\\"glow_keywords\\\":{\\\"kernel_bandwidth\\\":0.01,\\\"kernel\\\":\\\"exponential\\\",\\\"n_levels\\\":128,\\\"max_alpha\\\":0.75}}\"", "status": "completed", "last_update": "2024-11-14 11:11:07.181012", "progress": ["/Users/enjalot/code/latent-scope/testenv/lib/python3.12/site-packages/dask/dataframe/__init__.py:31: FutureWarning:", "Dask dataframe query planning is disabled because dask-expr is not installed.", "", "You can install it with `pip install dask[dataframe]` or `conda install dask`.", "This will raise in a future version.", "", "warnings.warn(msg, FutureWarning)", "MAIN", "ARGS Namespace(dataset_id='state-legislators-2024', scope_id='scopes-001', plot_config='{\"label_over_points\":true,\"dynamic_label_size\":true,\"add_glow\":true,\"darkmode\":false,\"interactive\":false,\"dpi\":150,\"threshold\":-1,\"figsize\":[24,24],\"label_wrap_width\":10,\"point_size\":7,\"max_font_size\":32,\"min_font_size\":16,\"min_font_weight\":100,\"max_font_weight\":1000,\"font_family\":\"Roboto Condensed\",\"glow_keywords\":{\"kernel_bandwidth\":0.01,\"kernel\":\"exponential\",\"n_levels\":128,\"max_alpha\":0.75}}')", "Loading environment variables from: /Users/enjalot/code/latent-scope/.env", "DATA DIR /Users/enjalot/latent-scope-demo", "RUNNING: plots-scopes-001-001", "loaded dataset and scope", "loaded scope parquet Index(['x', 'y', 'tile_index_32', 'tile_index_64', 'tile_index_128', 'cluster',", "'raw_cluster', 'label', 'deleted', 'ls_index'],", "dtype='object')", "Non-profit and Community Leaders 891", "Private Law Firms 752", "Public School Professionals 426", "Higher Education Positions 400", "Real Estate Professionals Group 396", "...", "Self-Employed Farmers 23", "Health and Wellness Practices 22", "Insurance Agents and Services 20", "Nursing Positions and Roles 20", "Veterinary Services and Businesses 16", "Name: count, Length: 72, dtype: int64", "making plot (7292, 2) (7292,)", "using config {'label_over_points': True, 'dynamic_label_size': True, 'add_glow': True, 'darkmode': False, 'dpi': 150, 'figsize': [24, 24], 'label_wrap_width': 10, 'point_size': 7, 'max_font_size': 32, 'min_font_size': 16, 'min_font_weight': 100, 'max_font_weight': 1000, 'font_family': 'Roboto Condensed', 'glow_keywords': {'kernel_bandwidth': 0.01, 'kernel': 'exponential', 'n_levels': 128, 'max_alpha': 0.75}, 'noise_label': 'No Topic'}", "", "0%| | 0/500 [00:00<?, ?it/s]", "1%| | 6/500 [00:00<00:08, 59.60it/s]", "3%|\u258e | 14/500 [00:00<00:07, 67.76it/s]", "5%|\u258d | 23/500 [00:00<00:06, 76.52it/s]", "7%|\u258b | 33/500 [00:00<00:05, 85.11it/s]", "9%|\u2589 | 45/500 [00:00<00:04, 95.46it/s]", "12%|\u2588\u258f | 61/500 [00:00<00:03, 114.81it/s]", "15%|\u2588\u258c | 77/500 [00:00<00:03, 128.40it/s]", "19%|\u2588\u2589 | 97/500 [00:00<00:02, 148.93it/s]", "24%|\u2588\u2588\u258d | 121/500 [00:00<00:02, 175.82it/s]", "32%|\u2588\u2588\u2588\u258f | 161/500 [00:01<00:01, 243.55it/s]", "42%|\u2588\u2588\u2588\u2588\u258f | 209/500 [00:01<00:00, 312.91it/s]", "51%|\u2588\u2588\u2588\u2588\u2588 | 254/500 [00:01<00:00, 353.82it/s]", "61%|\u2588\u2588\u2588\u2588\u2588\u2588 | 304/500 [00:01<00:00, 395.74it/s]", "71%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 353/500 [00:01<00:00, 421.37it/s]", "80%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 401/500 [00:01<00:00, 436.56it/s]", "90%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 | 450/500 [00:01<00:00, 452.07it/s]", "99%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2589| 497/500 [00:01<00:00, 455.19it/s]", "100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 500/500 [00:01<00:00, 285.91it/s]", "Resetting positions to accord with alignment", "Plot saved to /Users/enjalot/latent-scope-demo/state-legislators-2024/plots/plots-scopes-001-001.png", "Config saved to /Users/enjalot/latent-scope-demo/state-legislators-2024/plots/plots-scopes-001-001.json"], "times": ["2024-11-14 11:10:48.556398", "2024-11-14 11:10:48.556881", "2024-11-14 11:10:48.557172", "2024-11-14 11:10:48.557326", "2024-11-14 11:10:48.557462", "2024-11-14 11:10:48.557608", "2024-11-14 11:10:48.557743", "2024-11-14 11:11:02.922386", "2024-11-14 11:11:02.922676", "2024-11-14 11:11:02.922809", "2024-11-14 11:11:02.923258", "2024-11-14 11:11:02.923356", "2024-11-14 11:11:02.923442", "2024-11-14 11:11:02.923549", "2024-11-14 11:11:02.923689", "2024-11-14 11:11:02.923798", "2024-11-14 11:11:02.923886", "2024-11-14 11:11:02.923970", "2024-11-14 11:11:02.924050", "2024-11-14 11:11:02.924165", "2024-11-14 11:11:02.924388", "2024-11-14 11:11:02.924508", "2024-11-14 11:11:02.924617", "2024-11-14 11:11:02.924717", "2024-11-14 11:11:02.924817", "2024-11-14 11:11:02.924903", "2024-11-14 11:11:02.924994", "2024-11-14 11:11:02.925082", "2024-11-14 11:11:02.925175", "2024-11-14 11:11:02.925272", "2024-11-14 11:11:02.925371", "2024-11-14 11:11:03.023265", "2024-11-14 11:11:03.132845", "2024-11-14 11:11:03.236011", "2024-11-14 11:11:03.339252", "2024-11-14 11:11:03.443959", "2024-11-14 11:11:03.558681", "2024-11-14 11:11:03.650251", "2024-11-14 11:11:03.753947", "2024-11-14 11:11:03.855586", "2024-11-14 11:11:03.955709", "2024-11-14 11:11:04.057788", "2024-11-14 11:11:04.157908", "2024-11-14 11:11:04.259514", "2024-11-14 11:11:04.361527", "2024-11-14 11:11:04.463271", "2024-11-14 11:11:04.563566", "2024-11-14 11:11:04.665196", "2024-11-14 11:11:04.671325", "2024-11-14 11:11:04.671506", "2024-11-14 11:11:07.180488", "2024-11-14 11:11:07.180743", "2024-11-14 11:11:07.181010"], "run_id": "plots-scopes-001-001"}
|
latentscope/jobs/ff1bd237-1993-4294-8082-d397e99fcc7c.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "ff1bd237-1993-4294-8082-d397e99fcc7c", "dataset": "state-legislators-2024", "job_name": "rm", "command": "rm -rf /Users/enjalot/latent-scope-demo/state-legislators-2024/scopes/scopes-003*", "status": "completed", "last_update": "2024-11-13 14:06:33.871579", "progress": [], "times": []}
|
latentscope/meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "state-legislators-2024", "length": 7292, "columns": ["text", "NameLastFirstM", "StateAbbrev", "Chamberul", "District", "PartyAbbrev", "Gender", "RaceCoded", "HighestDegree", "JobTitle", "JobOrgName", "JobOrgDescr", "WRKCL", "UNION", "SAFTY", "K12", "BUSNS", "FARM", "GOVT", "INSUR", "RLEST", "BANKS", "HGHED", "LAWJD", "DCTR", "FOSFU", "GREEN", "ELECT", "vacant", "YearBorn", "idno"], "text_column": "text", "column_metadata": {"text": {"type": "string", "unique_values_count": 7219}, "NameLastFirstM": {"type": "string", "unique_values_count": 7263}, "StateAbbrev": {"type": "string", "unique_values_count": 50}, "Chamberul": {"type": "string", "unique_values_count": 3, "categories": ["lower", "upper", "unicameral"], "counts": {"lower": 5362, "upper": 1882, "unicameral": 48}}, "District": {"type": "string", "unique_values_count": 873}, "PartyAbbrev": {"type": "string", "unique_values_count": 9, "categories": ["R", "D", "DFL", "unspecified (NE)", "I", "Progressive", "Libertarian", "Nonpartisan", "M"], "counts": {"R": 3986, "D": 3125, "DFL": 104, "unspecified (NE)": 48, "I": 17, "Progressive": 8, "Libertarian": 2, "Nonpartisan": 1, "M": 1}}, "Gender": {"type": "string", "unique_values_count": 5, "categories": ["M", "F", "Transgender F", "Non-Binary", "Transgender M"], "counts": {"M": 4907, "F": 2369, "Transgender F": 6, "Non-Binary": 6, "Transgender M": 1}}, "RaceCoded": {"type": "string", "unique_values_count": 21}, "HighestDegree": {"type": "string", "unique_values_count": 7, "categories": ["Bachelor's", "Master's", "Law", "High School", "PhD/EdD/equivalent", "Associate's / Trade School / Licensing", "Medical / Chiro / Nursing / EMT / Pharm"], "counts": {"Bachelor's": 2654, "Master's": 1688, "Law": 1169, "High School": 778, "PhD/EdD/equivalent": 284, "Associate's / Trade School / Licensing": 264, "Medical / Chiro / Nursing / EMT / Pharm": 151}}, "JobTitle": {"type": "string", "unique_values_count": 3870}, "JobOrgName": {"type": "string", "unique_values_count": 6537}, "JobOrgDescr": {"type": "string", "unique_values_count": 4852}, "WRKCL": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "UNION": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "SAFTY": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "K12": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "BUSNS": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "FARM": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "GOVT": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "INSUR": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "RLEST": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "BANKS": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "HGHED": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "LAWJD": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "DCTR": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "FOSFU": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "GREEN": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "ELECT": {"type": "number", "unique_values_count": 2, "extent": [0, 1]}, "vacant": {"type": "number", "unique_values_count": 1, "extent": [0, 0]}, "YearBorn": {"type": "number", "unique_values_count": 72, "extent": [1929.0, 2020.0]}, "idno": {"type": "number", "unique_values_count": 5308, "extent": [2.0, 7370.0]}}, "potential_embeddings": [], "ls_version": "0.5.0"}
|
latentscope/plots/plots-scopes-001-001.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_over_points": true,
|
3 |
+
"dynamic_label_size": true,
|
4 |
+
"add_glow": true,
|
5 |
+
"darkmode": false,
|
6 |
+
"dpi": 150,
|
7 |
+
"figsize": [
|
8 |
+
24,
|
9 |
+
24
|
10 |
+
],
|
11 |
+
"label_wrap_width": 10,
|
12 |
+
"point_size": 7,
|
13 |
+
"max_font_size": 32,
|
14 |
+
"min_font_size": 16,
|
15 |
+
"min_font_weight": 100,
|
16 |
+
"max_font_weight": 1000,
|
17 |
+
"font_family": "Roboto Condensed",
|
18 |
+
"glow_keywords": {
|
19 |
+
"kernel_bandwidth": 0.01,
|
20 |
+
"kernel": "exponential",
|
21 |
+
"n_levels": 128,
|
22 |
+
"max_alpha": 0.75
|
23 |
+
},
|
24 |
+
"noise_label": "No Topic"
|
25 |
+
}
|
latentscope/plots/plots-scopes-001-001.png
ADDED
Git LFS Details
|
latentscope/plots/plots-scopes-001-002.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_over_points": true,
|
3 |
+
"dynamic_label_size": true,
|
4 |
+
"add_glow": true,
|
5 |
+
"darkmode": true,
|
6 |
+
"dpi": 150,
|
7 |
+
"figsize": [
|
8 |
+
24,
|
9 |
+
24
|
10 |
+
],
|
11 |
+
"label_wrap_width": 10,
|
12 |
+
"point_size": 7,
|
13 |
+
"max_font_size": 32,
|
14 |
+
"min_font_size": 16,
|
15 |
+
"min_font_weight": 100,
|
16 |
+
"max_font_weight": 1000,
|
17 |
+
"font_family": "Roboto Condensed",
|
18 |
+
"glow_keywords": {
|
19 |
+
"kernel_bandwidth": 0.01,
|
20 |
+
"kernel": "exponential",
|
21 |
+
"n_levels": 128,
|
22 |
+
"max_alpha": 0.75
|
23 |
+
},
|
24 |
+
"noise_label": "No Topic"
|
25 |
+
}
|
latentscope/plots/plots-scopes-001-002.png
ADDED
Git LFS Details
|
latentscope/saes/sae-001.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd37492401d6a74612d8625e9bf55d33fb58aa35c26a81586c0c6c26b6546f87
|
3 |
+
size 5602304
|
latentscope/saes/sae-001.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
latentscope/scopes/scopes-001-input.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16bb65f316e9a7226c4bb7f40b3ae836caf180521949a945d6eb66d08927550
|
3 |
+
size 1066522
|
latentscope/scopes/scopes-001-transactions.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[]
|
latentscope/scopes/scopes-001.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
latentscope/scopes/scopes-001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2abb2dd3dc9b346522118327cadd9f7d3712de6a193c560de9e0116c39b747d0
|
3 |
+
size 195742
|
latentscope/state-legislators-2024.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
latentscope/tags/👍.indices
ADDED
File without changes
|