Add embeddings recipe linking NVIDIA Nemotron embed finetune - #121
Open
mudithj wants to merge 1 commit into
Open
Add embeddings recipe linking NVIDIA Nemotron embed finetune#121mudithj wants to merge 1 commit into
mudithj wants to merge 1 commit into
Conversation
…netune Adds recipes/embeddings/README.md as a pointer recipe to NVIDIA's Nemotron embedding fine-tuning pipeline, framed around running it interactively on a Baseten SSH-enabled GPU workstation, and wires it into the root README table of contents and recipe list. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rcano-baseten
approved these changes
Jul 14, 2026
rcano-baseten
left a comment
Collaborator
There was a problem hiding this comment.
note that we could do something like embeddings/nemotron but I think this is good for now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new
recipes/embeddings/recipe that points to NVIDIA's Nemotron embedding fine-tuning recipe and frames how to run it on Baseten.Why
Embedding fine-tuning is a common ask (domain-specific retrieval). NVIDIA maintains the full six-stage pipeline (SDG → data prep → fine-tune → eval → export → deploy), so rather than vendoring code NVIDIA owns, this is a pointer recipe. Because the pipeline is multi-stage and iterative, the recipe walks through running it interactively on a Baseten SSH-enabled GPU workstation (
truss ssh setup→truss train workstation→ SSH in → follow NVIDIA's recipe →truss train stop), which is how most people will actually run it.Changes
recipes/embeddings/README.md— new pointer recipe with the interactive workstation workflow.README.md— table of contents entry + recipe section.🤖 Generated with Claude Code