CoolFace
Modelpublic

litert-community/InternVL3_5-1B

sourceHugging Faceapache-2.0updated 19d agoView on Hugging Face
1likes299downloads
15 commits on main
d78696719d ago

manifest: same-device CPU control rows on the Galaxy S26 for the flagship GPU recommendation (S7 backfill 2026-09-05); the recommendation is rewritten from the measured pair (measured win, kept for prefill, or reversed to cpu)

mlboydaisuke
f44642c20d ago

Add litertlm_manifest.json (deployment manifest 0.1.2: variant selection, verified backends, Android/Apple recommendations, measured rows with conditions)

mlboydaisuke
d62a80220d ago

Card: base_model_relation: quantized (list under the base model's Quantizations)

mlboydaisuke
0b5d24024d ago

Card: note the chat-template fix for role-'assistant' history (weights unchanged)

mlboydaisuke
41b14fd24d ago

Chat template fix (metadata-only, weights unchanged): the template matched history turns only on role 'model', so a conversation created through the Conversation API with the standard role 'assistant' (e.g. create_conversation(messages=[...]) restoring a chat) silently dropped every assistant turn from the rendered prompt. The role conditions now also accept 'assistant'. Every other section is byte-identical; single-turn renders, token ids, prefill and greedy answers are unchanged (verified on the LiteRT-LM runtime). See google-ai-edge/LiteRT-LM#3417.

mlboydaisuke
bec2ce925d ago

Card: note the tokenizer-section fix (weights unchanged)

mlboydaisuke
b7bd45125d ago

Replace the tokenizer section with the upstream tokenizer.json (weights, graph and metadata unchanged). The previous SentencePiece conversion of the BPE tokenizer encoded standalone accented/special characters to the wrong ids, turned characters without a vocabulary entry (emoji, some accented capitals) into the end-of-text/end-of-turn token, and could not match the token it had reused as UNK; prompts now tokenize identically to the upstream tokenizer (verified on the LiteRT-LM runtime, see the card note).

mlboydaisuke
a60d0c027d ago

Card: correct the start_token note — measured numbers do not carry over

mlboydaisuke
5b8977d27d ago

Card: note the start_token fix (weights unchanged)

mlboydaisuke
aa75d3927d ago

Drop the metadata start_token (weights unchanged)

mlboydaisuke
0583e2928d ago

Add measured Galaxy S26 GPU backend section

mlboydaisuke
52b87572mo ago

Card: verified one-command usage, measured Performance table (backends gated on real generation), accuracy note

mlboydaisuke
9d649ed3mo ago

Upload model.litertlm with huggingface_hub

mlboydaisuke
0f304873mo ago

Upload README.md with huggingface_hub

mlboydaisuke
111f6a93mo ago

initial commit

mlboydaisuke