mrkwanzaa's picture nielsr's picture
nielsr HF Staff
Remove arxiv from metadata, add library_name and pipeline_tag (#1)
3bffd3e
|
Raw
History Blame Contribute Delete
1.11 kB
---
tags:
- functionalizer
- tokenizer
- gpt2
library_name: transformers
pipeline_tag: text-generation
---
## Functionalizer 100M model
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
Paper: https://huggingface.co/papers/2609.15991
### 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:
```bibtex
@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},
}
```