Conversation
There was a problem hiding this comment.
Pull request overview
This PR appears to support a RoBERTA model release by adding a missing model artifact under model/quantized/ and a Changesets entry for the release notes/version bump.
Changes:
- Add
model/quantized/spm.model(Git LFS-tracked model asset). - Add a Changesets entry bumping
kiji-privacy-proxywith a note about changing the default base model.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| model/quantized/spm.model | Adds an LFS-tracked spm.model artifact to the quantized model bundle. |
| .changeset/ninety-sides-yawn.md | Adds a minor changeset entry describing a default base model switch to RoBERTA. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "kiji-privacy-proxy": minor | ||
| --- | ||
|
|
||
| Change default base model to use RoBERTA |
There was a problem hiding this comment.
The changeset text says the default base model is changed to RoBERTA, but this PR only adds model/quantized/spm.model and does not update any config/code or model artifacts that would switch the default model. Please either adjust the changeset description to reflect the actual change (e.g., adding the missing SentencePiece tokenizer model file) or include the missing code/model updates that perform the default-model switch.
This PR contains the changeset for Roberta model release.