For those unfamiliar with the LMSys interface: Click/tap on "Direct Chat" in the top tab navigation and you can select "mistral-next" as model.
Mistral AI launches Mixtral-Next
11–20 of 55 posts
Re: Mistral AI launches Mixtral-Next
#12Could it be Mistral Large? This beats GPT-4 on my personal test.
Refusals are a bit "I am just a language model"-y which GPT-4 has gotten away from. Also it's more refuse-y if I broach something rudely (which again I've found GPT-4 to have become much better at.)
Way better at everything than whichever Gemini I've been trying recently (can't tell for sure what I'm using when I use it.) But that one isn't even in contention for any use at all IME.
Overall it felt like I need to try it in daily use to work out if it's a contender with GPT-4 as a daily driver.
Re: Mistral AI launches Mixtral-Next
#13Also, do coding LLMs use treesitter to "understand" code?
Re: Mistral AI launches Mixtral-Next
#14Could it be Mistral Large? This beats GPT-4 on my personal test.
I tried a bunch of my recent prompts to GPT-4 from daily use - this was often just slightly worse, sometimes slightly better. Fast too (tokens per second) while also not being overly wordy - very much appreciated that. Refusals are a bit "I am just a language model"-y which GPT-4 has gotten away from. Also it's more refuse-y if I broach something rudely (which again I've found GPT-4 to have become much better at.) Wa…
Re: Mistral AI launches Mixtral-Next
#15Slightly related question: what's a good coding LLM to run on a 4070 12GB card? Also, do coding LLMs use treesitter to "understand" code?
Re: Mistral AI launches Mixtral-Next
#16Slightly related question: what's a good coding LLM to run on a 4070 12GB card? Also, do coding LLMs use treesitter to "understand" code?
Best models currently: codellama or deepseek coder. 6.7B or 1B depending on how much latency you can tolerate
Treesittee: from looking at the logs of the chat completions requests for Continue or Twinny extensions for VS Code, they both appear to just send a chunk of the document as well as a special placeholder to indicate where the cursor currently is.
Re: Mistral AI launches Mixtral-Next
#17Slightly related question: what's a good coding LLM to run on a 4070 12GB card? Also, do coding LLMs use treesitter to "understand" code?
I'm also interested in the answer to that.
If you're wanting something to be your hands so you don't have to type, open-source LLMs and IDE integration is not reliably there yet. Follow the AIDER discord to stay up on the latest in this area.
Re: Mistral AI launches Mixtral-Next
#18Re: Mistral AI launches Mixtral-Next
#19It's quite funny to use! It is better when speaking French than chat gpt3.5 on my opinion
I've been quite disappointed by French LLMs on Huggingface when I tried a month ago.
Re: Mistral AI launches Mixtral-Next
#20Slightly related question: what's a good coding LLM to run on a 4070 12GB card? Also, do coding LLMs use treesitter to "understand" code?