Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from openai:main #65

Merged
merged 8 commits into from
Oct 12, 2023
Merged
Prev Previous commit
Next Next commit
Move and rename embeddings W&B example
  • Loading branch information
simonpfish committed Oct 12, 2023
commit b213d75bcdb9d3d64a433db9d1708175a31e3184
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Visualizing the embeddings in W&B\n",
"## Visualizing embeddings in W&B\n",
"\n",
"We will upload the data to [Weights & Biases](http:https://wandb.ai) and use an [Embedding Projector](https://docs.wandb.ai/ref/app/features/panels/weave/embedding-projector) to visualize the embeddings using common dimension reduction algorithms like PCA, UMAP, and t-SNE. The dataset is created in the [Get_embeddings_from_dataset Notebook](Get_embeddings_from_dataset.ipynb)."
]
Expand Down