Downloading!

#1
by pawarshardul - opened

any particular improvements in this one??

I think this one you'll find it really good at using opencode tooling etc. for almost all the tasks I did it used a todo, aggressively to keep track of work.

in one chat it was able to make a decent physics based angry bird, breakout and fluid simulation within 89k context.
1
2
3

The one in particular I changed the formula for my fine-tuning.
I do a mix of opencode trajectories and step wise sft with masking to better have it understand how to predict the opencode tool calls.

great!! I am exited to use this one -- i will report back if any issue arises !! Thank you for awesome work !!

Im doing a separate retrain again lol. this time the training will be bit longer but the amount learned will be better.

Im doing a separate retrain again lol. this time the training will be bit longer but the amount learned will be better.

so more improvements -- great!!

I am new to your "finetunes". Those extra total params are actually new knowledge? (It's nice that even the active params get a huge bump too).

@dandandelion yes.

Let me explain to you in the best way I can.

All of this is possible due to me replacing the 8bit optimizer with something more efficient. Outside of that I have my own personal collection of SFT/Pre train data that I used to build with.

It was not until https://huggingface.co/collections/nvidia/nemotron-post-training-v3 nvidia started dropping a very large amount of pretrain/post train data that I could really put my pipeline to the test.

For this opencoder it's almost doubled in size based on my pretraining pipeline and then roughly 34k samples of opencode
Essentially I am able to build LLM's pretty fast while keeping their base knowledge and reasoning the same.
https://huggingface.co/LLMWildling/Nemotron-130b-llmwildling-canary-nvfp4 here I have a base nemotron with fake canary injections, it can recall who I am and then use its base training to build me a website. So I am injecting custom pretrained/postrained parameters into its training ;)

Sign up or log in to comment