mrkwanzaa's picture nielsr's picture
nielsr HF Staff
Fix metadata: remove arxiv_id, add pipeline tag and library name (#1)
8f0c732
|
Raw
History Blame Contribute Delete
1.21 kB
metadata
library_name: transformers
pipeline_tag: text-generation
tags:
  - functionalizer
  - tokenizer
  - gpt2

Functionalizer 100M model

This model is based on The Functionalizer: Lossless Functional Decomposition for Subword Tokenization.

This is a 100M example model. Each model is trained on the dataset specified in the name for 50000 epochs with the given seed.

The model was trained using the Functionalizer framework. Training code and detailed performance analysis are available: https://github.com/connor-makowski/functionalizer

Running the model

To run the model, use the custom tokenizer fork available here: https://github.com/connor-makowski/tokenizers/tree/functionalizer

Citation

If you find this model or the Functionalizer framework useful, please cite:

@misc{makowski2026functionalizerlosslessfunctionaldecomposition,
      title={The Functionalizer: Lossless Functional Decomposition for Subword Tokenization}, 
      author={Connor Makowski and Willem Guter},
      year={2026},
      eprint={2609.15991},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2609.15991}, 
}