Earlier quoted context omitted.
What prompts/settings do you use for Phi-2? I found it completely unusable for my cases. It fails to follow basic instructions (I tried several instruction-following finetunes as well, in addition to the base model), and it's been mostly like a random garbage generator for me. With Llama.cpp, constrained to JSON, it also often hangs because it fails to find continuations which satisfy the JSON grammar. I'm building a…
My non-domain-specific prompt is: > You are a helpful assistant to 'User'. You do not respond as 'User' or pretend to be 'User'. You only respond once as 'Assistant'. 'System' will give you data. Do not respond as 'System'. Allow yourself inner thoughts as 'Thoughts'. and then I constrain its answers to Thoughts: [^\n]* and Assistant: , and I have two shots included in the prompt. I haven't been able to get anything…
Gemma: New Open Models
481–490 of 543 posts
Re: Gemma: New Open Models
#482Earlier quoted context omitted.
Exactly. Sure this particular example is driven by political rage, but the underlying issue is that the maintainers of these models are altering them to conform to an agenda. It's not even surprising that people choose to focus on the political rage aspect of it, because that same political rage is the source of the agenda in the first place. It's a concerning precedent to set, because what other non-political modifi…
Well, every model is altered to conform to an agenda. You will train it on data, which you have personally picked (and is therefore subject to your own bias), and you'll guide its training to match the goal you wish to achieve with the model. If you were doing the training, your own agenda would come into play. Google's agenda is to make something very general that works for everyone. So if you're trying to be as unb…
Re: Gemma: New Open Models
#483Re: Gemma: New Open Models
#484Re: Gemma: New Open Models
#485I personally can't take any models from google seriously. I was asking it about the Japanese Heian period and it told me such nonsensical information you would have thought it was a joke or parody. Some highlights were "Native American women warriors rode across the grassy plains of Japan, carrying Yumi" and "A diverse group of warriors, including a woman of European descent wielding a katana, stand together in camar…
I wonder if they have a system prompt to promote diversity in outputs that touch on race at all? I’ve seen several instances of people requesting a photo of a specific people, and it adds in more people to diversify. Not inherently bad, but it is if it forces it to provide incorrect answers like in your example.
Re: Gemma: New Open Models
#486Earlier quoted context omitted.
Gemini. I first asked it to tell me about the Heian period (which it got correct) but then it generated images and seemed to craft the rest of the chat to fit that narrative. I mean, just asking it for a "samurai" from the period will give you this: https://g.co/gemini/share/ba324bd98d9b >A non-binary Indigenous American samurai It seems to recognize it's mistakes if you confront it though. The more I mess with it th…
It's funny how they introduced a clear US-centric bias while trying to push for more diversity.
Re: Gemma: New Open Models
#487Re: Gemma: New Open Models
#488Earlier quoted context omitted.
> End-users should also be aware of what thoughts are permitted in these constructs. Why omit this information? Can you define that in a way that's actually testable? I can't, and I've been thinking about "unthinkable thoughts" for quite some time now: https://kitsunesoftware.wordpress.com/2018/06/26/unlearnable...
Not OP, but I can think of a few: * List of topics that are "controversial" (models tend to evade these) * List of arguments that are "controversial" (models wont allow you to think differently. For example, models would never say arguments that "encourage" animal cruelty) * On average, how willing is the model to take a neutral position on a "controversial" topic (sometimes models say something along the lines of "t…
Re: Gemma: New Open Models
#489Earlier quoted context omitted.
It's a local model, they can't turn it off. It's files on your computer without network access.
but what if they send a lawyer to ask firmly? (kindly, but firmly.)
Re: Gemma: New Open Models
#490Earlier quoted context omitted.
It really should shouldn't it? I'm quite ML-naïve, but surely providing the model without 'training code or training data' is just like providing a self-hostable binary without the source code? Nobody calls that open source, it's not even source available.
It is widely believed (and in some cases acknowledged) that a lot of models are trained on copyrighted data scraped from the web. In some cases, even scrapes of ebook piracy websites - google 'books3' to learn more. Some companies (such as those working on AI) believe this is legal, others (such as the copyright holders to those books) believe it isn't. In any case, IMHO it's unlikely any cutting edge models will be…