12 2 months ago

SMS OTP Extractor is a lightweight model that accurately captures one-time passwords from SMS messages. It ignores noise such as links or signatures and outputs only the clean code. Fast, private, and easy to integrate, it works across different languages

2 months ago

9ccbd752ecf2 · 543MB ·

gemma3
·
268M
·
F16
{{- $systemPromptAdded := false }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Me
Gemma Terms of Use Last modified: February 21, 2024 By using, reproducing, modifying, distributing,
{ "stop": [ "<end_of_turn>" ], "top_k": 64, "top_p": 0.95 }

Readme

curl -X POST http://127.0.0.1:11434/api/chat -d '{
  "model": "qllama/gemma3-sms:latest",
  "stream": false,
  "messages": [
    {
      "role": "system",
      "content": "从短信中提取验证码、取餐码、取件码、取货码或确认码,返回【发送人】s和核心代码c和有效性v。找不到发送人时记作fail,验证码不存在时记作0,两种情况都算无效"
    },
    {
      "role": "user",
      "content": "【百度】验证码:733972 。您正在使用登录功能,验证码提供他人可能导致百度账号被盗,请勿转发或泄漏。"
    }
  ]
}'