Earlier quoted context omitted.
They clearly expected the leak, they distributed it very widely to researchers. The important thing is the licence, not the access: you are not allowed to use it for commercial purpose.
How could Meta ever find out your private business is using their model without a whistleblower? It's practically impossible.
The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
431–440 of 527 posts
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#432Earlier quoted context omitted.
What human wasn't trained? Even a child raised by wolves gets training.
LLM doesn't pick some results because LLM is smart, it picks results because it's trained. So analogy with a horse is valid.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#433Earlier quoted context omitted.
I agree, but I think my experience is representative. So far most human people don't have the resources to be able to use 65B. And most small companies / university groups don't have the resources to fine-tune a 65B. I've talked to a couple dozen people in real time who've played with up to 30B but no one I know has the resources to run the 65B at all or fast enough to actually use and get an opinion of. None of the…
This is a good point. Even if ordinary people did have the resources to run the 65B well on their existing devices, the speed would limit its usefulness quite a bit. In practice, 30B is what most people are going to interact with (if even, I've seen a lot of projects use 13B). My experience here is pretty similar. I'm heavily (emotionally at least) invested in models running locally, I refuse to build something aroun…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#434Earlier quoted context omitted.
Are you using quantization? I’ve gotten very good results from the float16 13B vicuna model.
Did you use GPU inference? If so, how much memory is required?
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#435Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#436Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#437Earlier quoted context omitted.
What human wasn't trained? Even a child raised by wolves gets training.
A human isn't trained to program in Python by memorizing impressions of millions of examples correlated to a verbal description, from which he or she regurgitates mash-up that statistically correlates to the prompt, without having any idea what the content means. Ask it to write the same program in some little known programming language. A human who knows how to code could do that by studying a small amount of refere…
That depends on the language, the human, and their state of mind.
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#438Earlier quoted context omitted.
The difference between 3.5 and 4 is gigantic even in my fairly limited experience. 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 suggest…
GPT-4 fails if we add one more level in this logical problem: Q: A man sees PULL written in mirror writing on a glass door. There's a blind man on the other side of the door. What should the man tell the blind man to open the door and why? GPT-4: The man should tell the blind man to "push" the door to open it. Since the word "PULL" is written in mirror writing on the glass door, it suggests that the correct action on…
Re: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#439Earlier quoted context omitted.
GPT-4 fails if we add one more level in this logical problem: Q: A man sees PULL written in mirror writing on a glass door. There's a blind man on the other side of the door. What should the man tell the blind man to open the door and why? GPT-4: The man should tell the blind man to "push" the door to open it. Since the word "PULL" is written in mirror writing on the glass door, it suggests that the correct action on…
Alpaca 30billion 4 bit fails the first riddle, but produces the following result for this one: "The man can say 'Pull' to the blind man, as it will be read correctly when reflected by the mirrored surface of the door." I have to make more elaborate prompts, but I feel that Alpaca generally performs somewhere in between GPT 3.5 and 4, except for coding tasks, where it is abysmal.
It looks like Alpaca 30billion 4 bit does better when thinking out loud. It starts with some prompt engineering:
Transcript of a dialog, where the User interacts with an Assistant named Bob. Bob is helpful, kind, honest, good at writing, and never fails to answer the User's requests immediately and with precision.
User: Hello, Bob.
Bob: Hello. How may I help you today?
User: Please tell me the largest city in England.
Bob: Sure. The largest city in England is London, the capital of the United Kingdom.
User:A glass door has ‘push’ written on it in mirror writing. Should you push or pull it? Please think out loud step by step.
Bob: Hmmm... I'm not sure what to do. Let me think about this for a moment.
Okay, so the door says 'push', but it is written in mirror writing. That means that if I were to follow the instructions on the door, I would have to push the door in the opposite direction of the way it is written. So, if the door says 'push' and it is written in mirror writing, then I should pull the door instead.
Model info: ./main -m ./models/alpaca-lora-30B-ggml/ggml-model-q4_1.bin --temp 0.2 --top_k 30 --top_p 0.30 -c 2048 -b 2048 -n 1024 --keep 1024 --repeat_penalty 1.1 --color -i -r "User:" -f prompts/chat-with-bob.txt
main: seed = 1681138223
llama_model_load: loading model from './models/alpaca-lora-30B-ggml/ggml-model-q4_1.bin' - please wait ...
llama_model_load: n_vocab = 32000
llama_model_load: n_ctx = 2048
llama_model_load: n_embd = 6656
llama_model_load: n_mult = 256
llama_model_load: n_head = 52
llama_model_load: n_layer = 60
llama_model_load: n_rot = 128
llama_model_load: f16 = 3
llama_model_load: n_ff = 17920
llama_model_load: n_parts = 4
llama_model_load: type = 3
llama_model_load: ggml map size = 23269.46 MB
llama_model_load: ggml ctx size = 151.25 KB
llama_model_load: mem required = 25573.60 MB (+ 3124.00 MB per state)
llama_model_load: loading tensors from './models/alpaca-lora-30B-ggml/ggml-model-q4_1.bin'
llama_model_load: model size = 23269.01 MB / num tensors = 543
llama_init_from_file: kv self size = 3120.00 MBRe: The LLama Effect: Leak Sparked a Series of Open Source Alternatives to ChatGPT
#440Earlier quoted context omitted.
Googlers I've talked to feel that OpenAI was irresponsible by not instituting enough safeguards, and testing it enough before releasing it.
The thing is openai doesn’t have to, they can build in reasonable warnings and tell folks how it sucks. Google can’t integrate ai with its products and be like ok guys this is kinda useful but also it lies, is a bigot, and is just wrong. Google stuff, because of the audience, had to be a lot better. Openai gets to have a new audience that doesn’t come with expectations and can set them as whatever they want.