Which ai model follows instructions to the letter

Hello.

I need a model that follows instructions explicitly. What I don’t want is summarizations, surface level explanations, commentary, etc. Basically I tell it what to, and it does it. Some of the instructions are fairly long.

Any model you can recommend? I don’t mind in the cloud via a HF Enterprise account or locally, whichever works that enables me to carry on working on what I am working on.

Cheers, Ace.

1 Like

If that’s what you’re looking for, there’s also the option of a large, powerful general-purpose LLM + tool calling (function calling), but Agent or RAG seems more suitable for that purpose.

This is because, especially when you want to execute commands strictly, it’s easier to maintain strictness by branching the LLM’s processing through a normal program to some extent.

I don’t mind in the cloud via a HF Enterprise account or locally,

Under these conditions, I think you can get the latest or even more up-to-date information by asking Hugging Face’s Expert Support…

@John6666 thanks for the quick response and links, I will be checking them. I will also look into Function Calling tool, and Agent or RAG; what general term should I search for when it comes to Agent or RAG? I should state the commands are all in English.

1 Like

For RAG, just search for RAG or RAG LLM or so and you’ll find what you need. However, the term for Agent is still relatively new and has not yet been standardized, so different people may use different terms.

There are quite a few resources compiled by Hugging Face staff, users, and GitHub users, so it might be a good idea to refer to those to get a better understanding of the terminology.

1 Like