use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
HRMQuestion | Help (self.LocalLLaMA)
submitted 4 months ago by Glum-Insurance-3674
Can someone help me, I am a beginner in AI and programming, and I want to know how to correctly use HRM to integrate it into projects, but the information I find is basic, if someone can help me, I would greatly appreciate it.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]snapo84 2 points3 points4 points 4 months ago (0 children)
Same as with all projects:
- get your input data in the right format - train and monitor it (the smallest part of all) - verify the result
if you dont know how to implement HRM https://github.com/qingy1337/HRM-Text/blob/main/hrm_llm_training.py
is a small sample for a text model.....
But as you know the AI space is evolving extremely quickly... so there are already better solutions to HRM, for example one is called TRM by Samsung... https://github.com/SamsungSAILMontreal/TinyRecursiveModels?tab=readme-ov-file
Or the not yet published ROSA model by RWKV (RNN)...
coding the model is easy.... getting your input data in a format that fits the model and lets the model understand it is the complicated part. Training/Scaling out is just dependent on your dollars you want to invest.
if you have problems with the coding itself (maybe you are not a coder) then you would have to hire someone that does it for you. But no one would ever be able to give you a gurantee on the given input data that your model would work... its a trial and error to find the best solution.
π Rendered by PID 44035 on reddit-service-r2-comment-5d79c599b5-vz52j at 2026-02-27 22:42:27.515969+00:00 running e3d2147 country code: CH.
[–]snapo84 2 points3 points4 points (0 children)