From 3643dba938ade4bf5134981ddab2e7d2911adefd Mon Sep 17 00:00:00 2001 From: Anish Shah <93145909+ash0ts@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:04:33 -0400 Subject: [PATCH] Update registry.yaml to add Weights & Biases examples (#758) --- registry.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/registry.yaml b/registry.yaml index 995c726..4606e22 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1002,3 +1002,21 @@ - FayazRahman tags: - embeddings + +- title: Fine-tuning GPT with Weights & Biases + path: examples/third_party_examples/GPT_finetuning_with_wandb.ipynb + date: 2023-10-04 + authors: + - ash0ts + tags: + - tiktoken + - completions + +- title: OpenAI API Monitoring with Weights & Biases Weave + path: examples/third_party_examples/Openai_monitoring_with_wandb_weave.ipynb + date: 2023-10-04 + authors: + - ash0ts + tags: + - tiktoken + - completions \ No newline at end of file