paulsp94/Qwen3.5-2B-TFLite
5113
Qwen 3.5 2B — TFLite (.tflite)
Qwen 3.5 2B as raw TFLite format for on-device inference with the TFLite Interpreter API.
For LiteRT-LM Engine usage, use the bundled version instead: [paulsp94/Qwen3.5-2B-LiteRT-LM](https://huggingface.co/paulsp94/Qwen3.5-2B-LiteRT-LM)
What's this
Raw .tflite model file — use this if you're building your own inference pipeline with the TFLite Interpreter API directly. If you want the ready-to-use LiteRT-LM bundle with tokenizer included, use the LiteRT-LM version instead.
Architecture
Files
qwen35_2b.tflite— The converted modeltokenizer.json— BPE tokenizer (you'll need to handle tokenization yourself)tokenizer_config.json— Tokenizer configurationconfig.json— Original model config
Conversion
Source: allot/tools/model-export
