Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@cedricbonhomme cedricbonhomme released this 20 Feb 22:31
· 44 commits to main since this release
v0.3.0
35918af

News

Dataset generation: allow specifying a commit message when uploading to Hugging Face.

Validation: Added a simple validation script for a model optimized for text generation. The script is
able to pull a model and send tasks via a Pipeline

Changes

Training step: added the choices of model: gpt2, distilgpt2, meta-llama/Llama-3.3-70B-Instruct, and distilbert-base-uncased

Various improvements to the command line parsing.