←back to thread

83 points peakji | 1 comments | | HN request time: 0.202s | source

Steiner is a series of reasoning models trained on synthetic data using reinforcement learning. These models can explore multiple reasoning paths in an autoregressive manner during inference and autonomously verify or backtrack when necessary, enabling a linear traversal of the implicit search tree.

Blog: https://medium.com/@peakji/a-small-step-towards-reproducing-...

Hugging Face: https://huggingface.co/collections/peakji/steiner-preview-67...

Show context
schmeichel ◴[] No.41917645[source]
This seems promising! Great work! Any chance there will be a Ollama Modelfile for the masses?
replies(1): >>41917682 #
peakji ◴[] No.41917682[source]
GGUF files are available on HF: https://huggingface.co/peakji/steiner-32b-preview-gguf

I haven't personally used Ollama Modelfile, but I think it should be relatively easy to convert from GGUF?

replies(1): >>41924937 #
1. ca_tech ◴[] No.41924937[source]
You can now run any huggingface model using the following command

ollama run hf.co/{username}/{repository}

Example: ollama run hf.co/peakji/steiner-32b-preview-gguf:Q4_K_M

Source: https://huggingface.co/docs/hub/en/ollama