Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +5 -4
- data/metadata.json +1 -1
README.md
CHANGED
|
@@ -6,9 +6,6 @@ colorTo: purple
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
-
datasets:
|
| 10 |
-
- johnwayne117/atlas_bill_text_us_data
|
| 11 |
-
- dreamproit/bill_text_us
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🗺️ Atlas_Bill_Text_Us
|
|
@@ -20,7 +17,7 @@ Interactive embedding visualization with remote data loading.
|
|
| 20 |
This visualization uses a split architecture for efficient large dataset handling:
|
| 21 |
|
| 22 |
- **Viewer**: Runs in this Space (~100MB)
|
| 23 |
-
- **Data**: Stored in [`johnwayne117/atlas_bill_text_us_data`](https://huggingface.co/datasets/johnwayne117/atlas_bill_text_us_data) (
|
| 24 |
|
| 25 |
The viewer loads data on-demand using HTTP range requests, providing fast initial load and efficient memory usage.
|
| 26 |
|
|
@@ -36,6 +33,10 @@ The viewer loads data on-demand using HTTP range requests, providing fast initia
|
|
| 36 |
|
| 37 |
Visualization of [dreamproit/bill_text_us](https://huggingface.co/datasets/dreamproit/bill_text_us)
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## How to Use
|
| 40 |
|
| 41 |
- **Click and drag** to navigate
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# 🗺️ Atlas_Bill_Text_Us
|
|
|
|
| 17 |
This visualization uses a split architecture for efficient large dataset handling:
|
| 18 |
|
| 19 |
- **Viewer**: Runs in this Space (~100MB)
|
| 20 |
+
- **Data**: Stored in [`johnwayne117/atlas_bill_text_us_data`](https://huggingface.co/datasets/johnwayne117/atlas_bill_text_us_data) (0.1GB)
|
| 21 |
|
| 22 |
The viewer loads data on-demand using HTTP range requests, providing fast initial load and efficient memory usage.
|
| 23 |
|
|
|
|
| 33 |
|
| 34 |
Visualization of [dreamproit/bill_text_us](https://huggingface.co/datasets/dreamproit/bill_text_us)
|
| 35 |
|
| 36 |
+
## Data
|
| 37 |
+
|
| 38 |
+
Visualization includes 10,000 samples from the dataset.
|
| 39 |
+
|
| 40 |
## How to Use
|
| 41 |
|
| 42 |
- **Click and drag** to navigate
|
data/metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"props": {"data": {"id": "__row_index__", "projection": {"x": "projection_x", "y": "projection_y"}, "text": "text", "neighbors": "__neighbors"}}, "isStatic": true, "database": {"type": "wasm", "load": true, "datasetUrl": "https://huggingface.co/datasets/johnwayne117/atlas_bill_text_us_data/resolve/main/
|
|
|
|
| 1 |
+
{"props": {"data": {"id": "__row_index__", "projection": {"x": "projection_x", "y": "projection_y"}, "text": "text", "neighbors": "__neighbors"}}, "isStatic": true, "database": {"type": "wasm", "load": true, "datasetUrl": "https://huggingface.co/datasets/johnwayne117/atlas_bill_text_us_data/resolve/main/dataset.parquet"}}
|