determined
determined copied to clipboard
feat: transformers translation example in model-hub [DET-5633]
Description
Add huggingface transformer's translation example to our model-hub.
Test Plan
- [x] Train each experiment configuration and confirm performance is as expected
Commentary (optional)
The upstream transformers translation example has configurations for three model types: marian, t5, and mbart. The marian and mbart configurations errored out when I trained to run it myself outside of determined.
The example configurations provided in this PR fix those issues.
Checklist
- [ ] User-facing API changes need the "User-facing API Change" label.
- [x] Release notes should be added as a separate file under
docs/release-notes/. See Release Note for details. - [x] Licenses should be included for new code which was copied and/or modified from any external code.
✔️ Deploy Preview for determined-ui canceled.
🔨 Explore the source changes: 47fbd778f30250e0d1852aae8399c7672b608094
🔍 Inspect the deploy log: https://app.netlify.com/sites/determined-ui/deploys/613171933467a0000712a95a
closing PR since we will support better hf transformers integration with a core API callback soon