Not to be confused with Kimi K2. Out of all the names they could've used, they picked one that would be confusing.
K2 Horizon: A connected fleet of six open models
71–80 of 143 posts
Re: K2 Horizon: A connected fleet of six open models
#72My quick review of the 3.7B model (because I was interested) is that it's not to be trusted for coding. It failed my basic test I like to ask models and generated incorrect code. When prompted about the bug, it preceded to start hallucinating non-existent APIs. After doing that it got caught in a loop trying to desk check the solution that didn't work.
Re: K2 Horizon: A connected fleet of six open models
#73My quick review of the 3.7B model (because I was interested) is that it's not to be trusted for coding. It failed my basic test I like to ask models and generated incorrect code. When prompted about the bug, it preceded to start hallucinating non-existent APIs. After doing that it got caught in a loop trying to desk check the solution that didn't work.
Not sure a model that small is really supposed to be used for any real coding. At that size you're usually using the model to do simple tasks like summarization.
I wouldn't have dreamed to use this as an agent model.
7B models of the past have been able to pass this question. I've not tested it on a 4B model until now.
Re: K2 Horizon: A connected fleet of six open models
#74Earlier quoted context omitted.
The training data would need to have a permissive license for this to be possible.
Or, we just need to get this over with and declare any digital data findable via the internet to just be public property of everyone. Everything becomes public, besides stuff you keep locally, and there is no difference anymore, it's all just data anyone can use for whatever. A 1 year grace period for everyone to pull stuff off they don't want to be a part of this bright new open era, then we just scrap everything re…
Re: K2 Horizon: A connected fleet of six open models
#75Earlier quoted context omitted.
The training data would need to have a permissive license for this to be possible.
Or, we just need to get this over with and declare any digital data findable via the internet to just be public property of everyone. Everything becomes public, besides stuff you keep locally, and there is no difference anymore, it's all just data anyone can use for whatever. A 1 year grace period for everyone to pull stuff off they don't want to be a part of this bright new open era, then we just scrap everything re…
Re: K2 Horizon: A connected fleet of six open models
#76Earlier quoted context omitted.
I'd you have some tips for coming up with such tests, I would love to hear them. My Gmail username is the same as my HN username. Thank you!
It's actually just a coding interview test that I liked to ask in the past. You can find it and others on leetcode. The reason I personally like my question is because it's pretty close to some of the real world work we do. It's mostly mundane and easy to bang out, but really easy for someone to do a n log n solution where an n solution exists. A good example (but not my question) would be something like "I have a li…
Re: K2 Horizon: A connected fleet of six open models
#77Earlier quoted context omitted.
It's actually just a coding interview test that I liked to ask in the past. You can find it and others on leetcode. The reason I personally like my question is because it's pretty close to some of the real world work we do. It's mostly mundane and easy to bang out, but really easy for someone to do a n log n solution where an n solution exists. A good example (but not my question) would be something like "I have a li…
LLMs have a problem with that type of question? I might try it later at home.
But much earlier they did and, apparently, these really small models still do. At this point it serves as more of a smoke test for me. Success means little, failure means a lot.
Re: K2 Horizon: A connected fleet of six open models
#78Earlier quoted context omitted.
Or, we just need to get this over with and declare any digital data findable via the internet to just be public property of everyone. Everything becomes public, besides stuff you keep locally, and there is no difference anymore, it's all just data anyone can use for whatever. A 1 year grace period for everyone to pull stuff off they don't want to be a part of this bright new open era, then we just scrap everything re…
I'd prefer to stay within the [hacker ethics]( https://www.ccc.de/en/hackerethics ), and protect private data. For non-private/personal data, sure. But individual people need their privacy protected.
Re: K2 Horizon: A connected fleet of six open models
#79Re: K2 Horizon: A connected fleet of six open models
#80My quick review of the 3.7B model (because I was interested) is that it's not to be trusted for coding. It failed my basic test I like to ask models and generated incorrect code. When prompted about the bug, it preceded to start hallucinating non-existent APIs. After doing that it got caught in a loop trying to desk check the solution that didn't work.
The first attempt with 7B the model got stuck in an infinite loop.