Skip to content

Commit c5ab892

Browse files
haozha111copybara-github
authored andcommitted
Use instruction tuned checkpoints for SmoLLM verification.
PiperOrigin-RevId: 759377620
1 parent ec19516 commit c5ab892

File tree

1 file changed

+2
-2
lines changed
  • ai_edge_torch/generative/examples/smollm

1 file changed

+2
-2
lines changed

ai_edge_torch/generative/examples/smollm/verify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"The version of SmolLm to verify.",
4444
)
4545
_CHECKPOINT = {
46-
"v1": "HuggingFaceTB/SmolLM-135M",
47-
"v2": "HuggingFaceTB/SmolLM2-135M",
46+
"v1": "HuggingFaceTB/SmolLM-135M-Instruct",
47+
"v2": "HuggingFaceTB/SmolLM2-135M-Instruct",
4848
}
4949

5050
_BUILDER = {

0 commit comments

Comments
 (0)