Views
No views yet
pytorch_model.bin — pretrained weights (loads cleanly into T5ForConditionalGeneration).config.json — model config (T5-v1.1-base, vocab_size=32112).tokenizer.json, tokenizer_config.json, special_tokens_map.json — the network BBPE tokenizer.1from transformers import T5ForConditionalGeneration, AutoTokenizer
2
3tokenizer = AutoTokenizer.from_pretrained("Charles59/lens-pretrained")
4model = T5ForConditionalGeneration.from_pretrained("Charles59/lens-pretrained")<SIP> / <DIP> (anonymized source/destination
IP) at fine-tuning time and can run the optimized flash-attention variant
(attention_type='flash'). For exact reproduction, load this checkpoint with the Lens training
scripts and the corresponding downstream data.Charles59/lens-network-trafficCharles59/lens-network-traffic-generation1@article{li2026lens,
2 title = {Lens: A Knowledge-Guided Foundation Model for Network Traffic},
3 author = {Li, Xiaochang and Qian, Chen and Wang, Qineng and Kong, Jiangtao and Wang, Yuchen and Yao, Ziyu and Ji, Bo and Cheng, Long and Zhou, Gang and Shao, Huajie},
4 journal = {Transactions on Machine Learning Research},
5 issn = {2835-8856},
6 year = {2026},
7 url = {https://openreview.net/forum?id=cGDwTgnJIR},
8 note = {arXiv:2402.03646}
9}