Earlier quoted context omitted.
I find the thing incredibly smart and yet utterly useless at times. I just spent 20 minutes getting the current iteration of ChatGPT to agree with me that a certain sentence is palindromic. Even when you make it print the unaccented characters one by one, spaces excluded, backwards and forwards, it still insists "Élu par cette crapule" isn't palindromic. I understand how tokenization makes this difficult but come on.…
Just ask it to figure it out step-by-step and to remove accents: GPT-4: Figure this out step by step and check your work: Remove the accents and tell me if this a palindrome: Élu par cette crapule GPT-3.5 (Needs to know that removing spaces and lowercasing is okay): Figure this out step by step and check your work: Lowercase it and remove the accents and spaces and tell me if this a palindrome: Élu par cette crapule
The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
161–170 of 527 posts
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#162I've spent an embarassing amount of time since the llamas leaked playing with them, the tools to run them, and writing wrappers for them. They are technically alternatives in the sense that they're incomparably better chat bots than anything in the past. But at least for the 30B and under versions (65B is too big for me to run), no matter what fine tuning is done (alpaca, gpt4all, vicuna, etc), the llamas themselves…
I gave them both some common sense tests and this one stuck out to me.
Q: A glass door has ‘push’ written on it in mirror writing. Should you push or pull it
GPT-3.5:
If the word "push" is written in mirror writing on a glass door, you should push the door to open it
GPT-4:
Since the word "push" is written in mirror writing, it suggests that the instruction is intended for people on the other side of the door. Therefore, you should pull the door to open it.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#163Earlier quoted context omitted.
Could you quantify "quite slow"?
A token per second-ish with a Ryzen 7 5800X. If I run it for too long it gets slower as heat throttling kicks in, I need a better cooling system if I'm going to run it non-stop.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#164Earlier quoted context omitted.
> Why do these takes around open-source AI remain so popular? I can only speak for myself, but I have a great desire to run these things locally, without network and without anyone being able to shut me out of it and without a running cost except the energy needed for the computations. Putting powerful models behind walls of "political correctness" and money is not something that fits well with my personal beliefs. T…
How do you run it locally? llama.cpp + 64GB RAM + 4bit quantized?
The weights are stored on a samsung 980 pro so the load time is very fast too. I get about 2 tokens/second with this setup.
edit: forgot to confirm, it is llama.cpp
edit2: I am going to try the FP16 version after easter as I ordered 64 GB of additional ram. But I suspect the speed will be abyssal with the 5950x having to calculate through 120 gb of weights. Hopefully some smart person will come up with a way to allow the GPU to run off system memory via the amd infinity fabric or something.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#165Earlier quoted context omitted.
That's a contributor to the repo, not someone with commit access.
A contributor who is also a Facebook employee and co-author of the LLaMA paper, presumably speaking in official capacity.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#166I've spent an embarassing amount of time since the llamas leaked playing with them, the tools to run them, and writing wrappers for them. They are technically alternatives in the sense that they're incomparably better chat bots than anything in the past. But at least for the 30B and under versions (65B is too big for me to run), no matter what fine tuning is done (alpaca, gpt4all, vicuna, etc), the llamas themselves…
Llamas are creating the linux of AI and the ecosystem around it. Even though openAI has a head start, this whole thing is just starting. Llammas are showing the world that it doesn't take monopoly-level hardware to run those things. And because it's fun, like, video-game-fun there is going to be a lot of attention on them. Running a fully-owned, uncensored chat is the kind of thing that gets people creative
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#167Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#168Earlier quoted context omitted.
How do you run it locally? llama.cpp + 64GB RAM + 4bit quantized?
I have a 5950x with 64 gb ram and they are quantized to 4 bit yes :) The weights are stored on a samsung 980 pro so the load time is very fast too. I get about 2 tokens/second with this setup. edit: forgot to confirm, it is llama.cpp edit2: I am going to try the FP16 version after easter as I ordered 64 GB of additional ram. But I suspect the speed will be abyssal with the 5950x having to calculate through 120 gb of…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#169It appears there is this genre of articles pretending that LLAMA or its RL-HF tuned variants are somehow even close to an alternative to ChatGPT. Spending more than a few moments interacting even with the larger instruct-tuned variants of these models quickly dispels that idea. Why do these takes around open-source AI remain so popular? What is the driving force?
> Why do these takes around open-source AI remain so popular? I can only speak for myself, but I have a great desire to run these things locally, without network and without anyone being able to shut me out of it and without a running cost except the energy needed for the computations. Putting powerful models behind walls of "political correctness" and money is not something that fits well with my personal beliefs. T…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#170It appears there is this genre of articles pretending that LLAMA or its RL-HF tuned variants are somehow even close to an alternative to ChatGPT. Spending more than a few moments interacting even with the larger instruct-tuned variants of these models quickly dispels that idea. Why do these takes around open-source AI remain so popular? What is the driving force?
I'm talking about individual people here as the fact that this is a leak means that corps probably won't take the legal risk of trying this out (maybe some are doing so in secret). In the business world there definitely is a want for locally hosted models for employees that can safely handle confidential inputs and outputs.
The Llama models are not as good as ChatGPT but there are new variants like Alpaca and Vicuna with improved quality. People are actively using them already to help with writing and as chatbots.