Live data from Hacker News

DFlash 2: Keep Drafting Parallel

inco.ai

1–10 of 20 posts

Re: DFlash 2: Keep Drafting Parallel

#7
Watch the video carefully. DFlash2's tool call fails on python syntax.

Usually models in this class nail things like that 1 shot, which the other side did.

I don't know the cause. It may be nothing. But I'd like to see the model doing something where its path is a bit more constrained, to help out rule out such oddities.

Re: DFlash 2: Keep Drafting Parallel

#8
post #7

Watch the video carefully. DFlash2's tool call fails on python syntax. Usually models in this class nail things like that 1 shot, which the other side did. I don't know the cause. It may be nothing. But I'd like to see the model doing something where its path is a bit more constrained, to help out rule out such oddities.

DFlash is lossless so this would be a bug in the implementation if it is indeed a regression against the target model.

Re: DFlash 2: Keep Drafting Parallel

#9
post #7

Watch the video carefully. DFlash2's tool call fails on python syntax. Usually models in this class nail things like that 1 shot, which the other side did. I don't know the cause. It may be nothing. But I'd like to see the model doing something where its path is a bit more constrained, to help out rule out such oddities.

DFlash is lossless so this would be a bug in the implementation if it is indeed a regression against the target model.

Only if you do greedy sampling. With probabilisitic sampling (categorical sampling), you will end up with different trajectory just “mathematically equivalent”.

Re: DFlash 2: Keep Drafting Parallel

#10
post #9

Earlier quoted context omitted.

DFlash is lossless so this would be a bug in the implementation if it is indeed a regression against the target model.

Only if you do greedy sampling. With probabilisitic sampling (categorical sampling), you will end up with different trajectory just “mathematically equivalent”.

Can you explain a little bit more please?
Post reply on HN