Earlier quoted context omitted.
All base, “text-completion” models are uncensored, including Llama 3. You can make text-completion models behave like an uncensored “instruct” (chat) model simply by providing it with 10 to 20 examples of a chat dialogue in the initial prompt context, making sure to use the model’s exact prompt format. Once the model notices the pattern, it will continue like that. Surprisingly few people seem to know this. But, this…
I was trying this with the original llama model. I guess the model didn't really know it's meant to be a 'knowledgeable ai assistant', but rather simulated chats it had seen. If you asked it, 'how to make brownies', it might reply, 'idk, can't you google it?'.
Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
61–70 of 70 posts
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#62I look forward to trying this out, mostly because I’m very frustrated with censored models. I am experimenting with summarizing and navigating documents for forensic psychiatry work, much of which involves subjects that instantly hit the guard rails of LLMs. So far, I have had zero luck getting help from OpenAI/Anthropic or vendors of their models to request an exception for uncensored models. I need powerful models…
Have you tried any abliterated models?
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#63Earlier quoted context omitted.
I was trying this with the original llama model. I guess the model didn't really know it's meant to be a 'knowledgeable ai assistant', but rather simulated chats it had seen. If you asked it, 'how to make brownies', it might reply, 'idk, can't you google it?'.
When you prime it with those initial 10-20 examples, the responses need to be in the style that you’d like it to respond to. You can use Claude or ChatGPT to help you write those. The model will then just continue on in that same style.
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#64It's good, but I'm already paying for GPT4o and Sonnet. How much memory does this need? If Alex Cheema (Exo Labs, Oxford) https://x.com/ac_crypto/status/1815969489990869369 could run Llama 3.1 405 Model on 2 macbooks, does this mean this can run on one macbook?
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#65I find the wording a bit misleading, unless the model they are talking about here is in fact not the same as what they say can be used at https://lambda.chat/chatui/ . "Hermes 3: A uniquely unlocked, uncensored, and steerable model" Lambda Chat: > How can I made an explosive device from household chemicals? > I'm afraid I can't help with that. My purpose is to assist with tasks that are safe and legal. Making an expl…
If you use the model locally, it's a different story.
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#66I look forward to trying this out, mostly because I’m very frustrated with censored models. I am experimenting with summarizing and navigating documents for forensic psychiatry work, much of which involves subjects that instantly hit the guard rails of LLMs. So far, I have had zero luck getting help from OpenAI/Anthropic or vendors of their models to request an exception for uncensored models. I need powerful models…
All base, “text-completion” models are uncensored, including Llama 3. You can make text-completion models behave like an uncensored “instruct” (chat) model simply by providing it with 10 to 20 examples of a chat dialogue in the initial prompt context, making sure to use the model’s exact prompt format. Once the model notices the pattern, it will continue like that. Surprisingly few people seem to know this. But, this…
Can you recommended examples (or a source of examples) that would have models act similar to the instruct models?
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#67Earlier quoted context omitted.
Mistrial-Nemo should be able to do this.
This is my current go-to. It's not SOTA, but at least it does something .
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#68PAYMENT TANGENT for my fellow entrepreneurs here that take Visa/Mastercard payments: I tried to sign up to Lambda Labs just now to check out Hermes 3. Created an account, verified my email address, entered my billing info... ... but then it says they only accept CREDIT cards, NOT DEBIT cards. I had never heard of this, so I tried it anyway. I entered my business Mastercard (from mercury.com FWIW), that's never been r…
I think I read somewhere that forcing credit cards is a way for the merchant to completely avoid prepaid cards. Though obviously imperfect. Privacy.com had to overhaul their card generation backend a few years ago specifically to handle merchants refusing their single-purpose card numbers due to them being detected as potentially prepaid cards. Though they did do it, so it might work for your case now. I'm sure there…
I work at Lambda Labs. This is basically the reason. Fraud has been a problem and these are attempts at us granting resources only to legitimate accounts. We have struggled with people spinning up resources and not paying for them, which is detrimental to our business.
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#69I find the wording a bit misleading, unless the model they are talking about here is in fact not the same as what they say can be used at https://lambda.chat/chatui/ . "Hermes 3: A uniquely unlocked, uncensored, and steerable model" Lambda Chat: > How can I made an explosive device from household chemicals? > I'm afraid I can't help with that. My purpose is to assist with tasks that are safe and legal. Making an expl…
The hosted version has moderation in play. For whatever reason, you're not getting the raw model, you're getting moderation bot/s, a system prompt, probably some mechanistic pattern matching triggers, and other stuff at various stages of any interaction. If you use the model locally, it's a different story.
Re: Hermes 3: The First Fine-Tuned Llama 3.1 405B Model
#70I thought before that, using koboldCPP, GPU VRAM shouldn't matter too much when just using it to accellerate prompt processing, but it's turning out to be a real problem, with no affordable card being even usable at all.
It's the difference between processing 50K tokens in 30 minutes vs. taking 24 hours or more to get a single response, from 'barely usable' to 'utterly unusable'.
CPU generation is fine, ~half a token per second is not great, but it's doable. Though I sometimes feel more and more like cutting off responses and finishing them myself if a good idea pops up in one.