,

Skip to contents

pangoling (development version)

pangoling 0.0.0.9000

  • First release!

pangoling 0.0.0.9001

  • Tons of stuff. Fully functional package now.

pangoling 0.0.0.9002

  • minor function names to avoid conflict with other packages

pangoling 0.0.0.9003

  • bug in causal_tokens_lp_tbl fixed

pangoling 0.0.0.9004

  • Causal models accept batches.

pangoling 0.0.0.9005

  • Strings with no tokens no longer throw errors.
  • Requires correct version of R.

pangoling 0.0.0.9006

  • causal_lp get a l_contexts argument.
  • Checkpoints work for causal models (not yet for masked models).
  • Ropensci badge added.

pangoling 0.0.0.9007

  • set_cache_folder() function added.
  • Message when the package loads.
  • New troubleshooting vignette.

pangoling 0.0.0.9008

  • Fix a bug when .by is unordered

pangoling 0.0.0.9009

  • Deprecated .by in favor of by.

pangoling 0.0.0.9010

New Features:

Enhancements:

  • Added sep argument in causal_words_pred() to support languages without spaces between words (e.g., Chinese).
  • New log.p argument across multiple functions to specify how predictability is calculated (e.g., log base e, log base 2 for bits, or raw probabilities).
  • Improved tokenization utilities: tokenize_lst() now supports decoded outputs via the decode parameter.
  • Updated install_py_pangoling() to enhance Python environment handling.
  • Added perplexity_calc() for computing perplexity from probabilities.