1. how to use it like chatgpt? 2. how to #3050
Replies: 9 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@staviq actually this is in server mode now and i have issues generated using server mode. previously i did -c 10240 but it didnt continue response.
|
Beta Was this translation helpful? Give feedback.
-
Oh, I think I forgot to mention, with |
Beta Was this translation helpful? Give feedback.
-
@staviq |
Beta Was this translation helpful? Give feedback.
-
The technical side of the issue aside:
If you expect this to work, unfortunately your idea of what LLMs are capable of isn't very realistic. Even really enormous models like ChatGPT which is probably at least 180B parameters and uses a bunch of tricks to increase its results quality wouldn't be able to pull it off. The 7B model is like 25 times smaller and doesn't have the benefit of those tricks. LLMs (even big ones) are pretty well known for not being too great at counting. Saying something like 10,000 words might make it write more stuff but it's not going to be a specific number of words. Telling it to write something that passes AI detection just... isn't going to work. You might as well tell it to hack into your bank account and add a few more digits to the balance. It's about as capable at both of those tasks. Don't trust LLMs, large or small (but particularly small) to output true and factual information. They basically won't tell you when they can't do something, they'll just say they did and sound very confident. |
Beta Was this translation helpful? Give feedback.
-
@KerfuffleV2 alrighty, so how do i get it to write really long articles with continuations like what chatgpt4 can do now? by the way, bing chat can pass AI detection so i was wondering which llama model can pass too. |
Beta Was this translation helpful? Give feedback.
-
I would like to point out "AI detection" doesn't exist. What exists, are classification algorithms, somewhat able to detect known patterns in currently existing models, sort of. Current "AI detection" approaches can detect AI when it is an AI, they can detect AI when it's a human, can detect a human when it's a human, and can detect a human when it's an AI. Which makes them completely useless as you cannot conclude anything from their results. In order to be in any way usable, they would have to get rid of at least one of those situations, and that's currently mathematically impossible. For now, "AI detection" is a "key in a drawer" paradox, where you can't put a key in a drawer and still use it to lock the same drawer. Because AIs are trained on human created data, and you want to detect an AI saying something which it learned from human created data. |
Beta Was this translation helpful? Give feedback.
-
maybe i was comparing this to copy.ai which is doing a fantastic job. i always thought some llama model will be "smarter" in knowing exactly what needs to be done coz i was always referencing here: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard |
Beta Was this translation helpful? Give feedback.
-
@KerfuffleV2 @staviq hmm... ok thx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
./main -m models/llama-2-7b-guanaco-qlora.Q2_K.gguf -p "these are the 10000 words as an original and unique article that passes artificial intelligence detection on how to use artificial intelligence to do seo:\nStep 1:" -n 400 -e
Beta Was this translation helpful? Give feedback.
All reactions