Skip to content

Release 0.2.0

Choose a tag to compare

@cedricbonhomme cedricbonhomme released this 20 Feb 06:55
v0.2.0
e169baf

News

  • Added a trainer.
  • Experimenting distilbert-base-uncased (AutoModelForMaskedLM) and gpt2 (AutoModelForCausalLM).
    The goal is to generate text.

Changes

  • Various improvements to the dataset generator. And added a command line parser.