There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

StrawberryPigtails ,

It’s doable. Stick to the 7b models and it should work for the most part, but don’t expect anything remotely approaching what might be called reasonable performance. It’s going to be slow. But it can work.

To get a somewhat usable experience you kinda need an Nvidia graphics card or an AI accelerator.

TheBigBrother OP ,

I need it to make academic works pass the anti-AI systems, what do you recommend for that work? It’s for business so I need a reasonable good performance but nothing extravagant…

I believe commercial LLMs have some kind of watermark when you apply AI for grammar and fixing in general, so I just need an AI to make these works undetectable with a private LLM.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I believe commercial LLMs have some kind of watermark when you apply AI for grammar and fixing in general, so I just need an AI to make these works undetectable with a private LLM.

That’s not how it works, sorry.

TheBigBrother OP ,

I was talking about that with a friend some days ago, and they made an experiment, they just made the AI correct punctuation errors of a text document, no words at all which you can easily add manually, and the anti-AI system target 99% AI made, I don’t know how to explain that, maybe the text was AI generated also IDK or there is a watermark in some place, a pattern or something.

Edit: you point will be that there is no way to fool the anti-AI systems running a private LLM?

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Just that they’re no easier to use to fool an anti-AI system than using ChatGPT, Gemini, Bing, or Claude. Those AI detectors also give false positives on works made by humans. They’re unreliable in the first place.

Basically, they’re “boring text detectors” more than anything else.

TheBigBrother OP , (edited )

I have a friend who is running a business of doing homework on demand, he is using AI to do the work, he got a work returned because AI generated content was detected on it, he used to employ real people to do the work but anyway real people used AI too sometimes, so he knows I’m a “hacker” LMAO and asked me if I knew any way to fool the anti-AI systems, I thought about running a private LLM and training it with real human generated content like ebooks depending on the subject of the work, do you think it could be possible to fool these things with this method?

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

So first of all, you shouldn’t involve yourself in your friend’s business. Fraud is generally frowned upon.

But secondly, you know that ChatGPT was trained on the entire internet, right? Like, every book. I don’t think “more books” is gonna help.

I hope you take your computer skills and make something of yourself. Try not to get any more involved in this scheme, seriously. You don’t need this crap marring your reputation.

Besides, there are better reasons/ways to fight the system than helping other people avoid learning.

TheBigBrother OP , (edited )

TBH I’m going down the rabbit hole hard, it’s the way I am, if I get an idea I am not happy until it start making money, as I see it is not completely bad, education it’s a fucking shitty mess, just a way to get money away of people(making them paying a loan for 30 years) and perpetuating the fake idea of social status, If we get some of these bucks in the way I didn’t see what’s wrong about it, anyway these dumb people will do their things one way or another.

LunarLoony ,
@LunarLoony@lemmy.sdf.org avatar

if I get an idea I am not happy until it start making money

That sounds extremely unsustainable

LengAwaits ,

This is some top tier mental gymnastics. Holy shit, I hope you’re a troll. You’re literally on the internet discussing your plans to commit fraud. Mensa-level shit, here.

People are going to buy CP one way or another… that means you should make it and sell it to them, right?

Grow the fuck up, and maybe train a LLM on ethics, you’re going to need some education on the subject if you hope to stay out of prison.

TheBigBrother OP ,

Isn’t fraud in my jurisdiction…

hperrin ,

You are not a good person if this is how you want to get through life.

TheBigBrother OP ,

I believe it depends on exactly what you define as a “good” person…

hperrin ,

Your “friend’s” business is very unethical. Maybe your friend should think about what they’re doing with their life, and quit doing this.

al4s ,

LLMs work by always predicting the next most likely token and LLM detection works by checking how often the next most likely token was chosen. You can tell the LLM to choose less likely tokens more often (turn up the heat parameter) but you will only get gibberish out if you do. So no, there is not.

TheBigBrother OP , (edited )

I think hosting my own LLM wouldn’t work, at some point and as someone said it, the big models are already trained on all the internet stuff, so there is no point into feeding it with more stuff like ebooks, I have to find a way to make the AI write dumber or make it analize the way an author write to then make it emulate the author.

1rre ,

LLMs have a very predictable and consistent approach to grammar, punctuation, style and general cadence which is easily identifiable when compared to human written content. It’s kind of a watermark but it’s one the creators are aware of and are seeking to remove. That means if you want to use LLMs as a writing aid of any sort and want it to read somewhat naturally, you’ll have to either get it to generate bullet points and expand on them yourself, or get it to generate the content then rewrite it word for word in a style you’d write it in.

MangoPenguin ,
@MangoPenguin@lemmy.blahaj.zone avatar

Something with a GPU that’s good for LLMs would be best.

hperrin ,

Maybe just write the academic works yourself, then they should pass.

TheBigBrother OP ,

My friend used to employ several people for that, but they started using AI to work less so he decided to start doing by his own with AI instead of paying someone else to do the same.

hperrin ,

So your “friend’s” unethical business hired unethical workers and now you’ve come here to ask for advice on running your unethical business without paying anyone. Got it.

TheBigBrother OP , (edited )

Not exactly if you have relevant information reach me a PM and we can accord an agreement…

Edit: nevermind found the answer by myself anyway good luck!!

1rre ,

Intel Arc also works surprisingly fine and consistently for ML if you use llama.cpp for LLMs or Automatic for stable diffusion, it’s definitely much closer to Nvidia in terms of usability than it is to AMD

TheBigBrother OP , (edited )

Would you suggest the K9 instead of the K8?

Tempo ,
@Tempo@lemmy.ml avatar

They’re Ryzen processors with “AI” accelerators, so an LLM can definitely run on hardware on one of those. Other options are available, like lower powered ARM chipsets (RK3588-based boards) with accelerators that might have half the performance but are far cheaper to run, should be enough for a basic LLM.

TheBigBrother OP ,

The K8 it’s Ryzen, the K9 Intel, money isn’t a problem and it’s not a spending it’s a investment I need it for business, which of these two models would you recommend for a reasonable good LLM and Stable Diffusion?

I’m looking for the most cost-effective solution.

exu ,

I don’t know of any project that already supports that AI processor. You’d still be using the CPU and GPU at the moment.

MasterNerd ,
@MasterNerd@lemm.ee avatar

Look into ollama. It shouldn’t be an issue if you stick to 7b parameter models

TheBigBrother OP ,

Yeah, I did see something related to what you mentioned and I was quite interested. What about quantized models?

MasterNerd ,
@MasterNerd@lemm.ee avatar

I don’t have any experience with them honestly so I can’t help you there

TheBigBrother OP ,

Appreciate you 👍👍

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Quantized with more parameters is generally better than floating point with fewer parameters. If you can squeeze a 14b parameter model down to a 4-bit int quantization it’ll still generally outperform a 16-bit Floating Point 7b parameter equivalent.

TheBigBrother OP ,

Interesting information mate, I’m documenting myself into the subject, thx for the help 👍👍

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines