Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,6 @@ dataset_info:
|
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
|
21 |
-
![ROOTS Dataset Scatterplot](./datashader.png)
|
22 |
-
|
23 |
What follows is research code. It is by no means optimized for speed, efficiency, or readability.
|
24 |
|
25 |
## Data loading, tokenizing and sharding
|
@@ -109,4 +107,6 @@ df = pd.DataFrame(data=tsne_embedding, columns=['x','y'])
|
|
109 |
agg = ds.Canvas(plot_height=600, plot_width=600).points(df, 'x', 'y')
|
110 |
img = ds.tf.shade(agg, cmap=cc.fire, how='eq_hist')
|
111 |
ds.tf.set_background(img, "black")
|
112 |
-
```
|
|
|
|
|
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
|
|
|
|
|
21 |
What follows is research code. It is by no means optimized for speed, efficiency, or readability.
|
22 |
|
23 |
## Data loading, tokenizing and sharding
|
|
|
107 |
agg = ds.Canvas(plot_height=600, plot_width=600).points(df, 'x', 'y')
|
108 |
img = ds.tf.shade(agg, cmap=cc.fire, how='eq_hist')
|
109 |
ds.tf.set_background(img, "black")
|
110 |
+
```
|
111 |
+
|
112 |
+
![ROOTS Dataset Scatterplot](./datashader.png)
|