frob/ deepseek-v4-flash-0731:284b-a13b-ud-q8_k_xl

667 22 hours ago

ollama run frob/deepseek-v4-flash-0731:284b-a13b-ud-q8_k_xl

Details

yesterday

4a8a99c65233 · 162GB ·

deepseek4
·
284B
·
(!unknown_file_type 38!)
You are a helpful assistant.
MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any per
{ "temperature": 1, "top_p": 0.95 }

Readme

Imported from https://huggingface.co/unsloth/DeepSeek-V4-Flash-0731-GGUF.

Requires ollama v0.31.1+.

Chat/thinking

$ ollama run frob/deepseek-v4-flash-0731
>>> hello
Thinking...
Hmm, the user just greeted me with "hello." This is a very common opening, so I 
should respond in a friendly and welcoming manner. Since they didn't specify 
anything else, I'll offer general help to see what they need. I can keep it 
simple—acknowledge their greeting, express readiness to assist, and ask how I 
can help today. That sets a positive tone and invites them to share more details 
if they have any questions or tasks in mind.
...done thinking.

Hello! How can I assist you today?

>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello! How can I assist you today?

Tools

$ ollama launch opencode \
    --model frob/deepseek-v4-flash-0731 \
    -- \
    run 'create a file called README with the contents "hello world"'

> build · frob/deepseek-v4-flash-0731:latest

← Write README.md
Wrote file successfully.

Done. Created `README` ... wait, let me fix the filename — you said "a file called README".

$ mv /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README.md /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README
(no output)

Created `README` with contents "hello world".


$ cat README 
hello world