That's exactly what everybody advised me against doing - finetuning on own projects. Got really discouraged and stopped. So glad someone has done it!
Almost no one knows if a project/business idea will be successful or not, so it's not much use asking. It's more productive to ask smart, experienced people how to best validate and execute an idea. People generally give useful and actionable feedback based on their experiences. Just make sure you understand who you're talking to when evaluating someone's advice.
We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
31–40 of 79 posts
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#32Earlier quoted context omitted.
DeepSeek is open source and has a context length of 128k tokens.
Commercial service have a context of 64k tokens, which I find quite limiting. https://api-docs.deepseek.com/quick_start/pricing Running it locally is quite a bit beyond the scope of being productive while coding with AI. Beside that 128k is still significantly less than Claude
[1] https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#33Edit: OK, right it's olama, so I assume you can download your own model. (Assuming it's downloadable?)
I think openAI already offers fine-tuning with custom data for some of their models, but maybe not specific to coding tasks.
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#34The page includes the logos of those companies. Is it normal to do that for companies one used to work for?
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#35Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#36Hi HN! We worked at OpenAI and Anthropic and believe we can provide much higher quality code generation by fine-tuning an LLM on your codebase compared to Sonnet-3.5 or o1 but not fine-tuned. Let me know if you are interested and we can fine-tune for you for free to test.
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#37Hi HN! We worked at OpenAI and Anthropic and believe we can provide much higher quality code generation by fine-tuning an LLM on your codebase compared to Sonnet-3.5 or o1 but not fine-tuned. Let me know if you are interested and we can fine-tune for you for free to test.
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#38> Our team is ex-OpenAI, Anthropic, and Asana research scientists and AI engineers The page includes the logos of those companies. Is it normal to do that for companies one used to work for?
Re: We fine-tuned Llama and got 4.2x Sonnet 3.5 accuracy for code generation
#39Earlier quoted context omitted.
Commercial service have a context of 64k tokens, which I find quite limiting. https://api-docs.deepseek.com/quick_start/pricing Running it locally is quite a bit beyond the scope of being productive while coding with AI. Beside that 128k is still significantly less than Claude
Shouldn't we be comparing with other open source model? In particular since this is about llama3.3 then they have the exact context limit which is 128k [1]. Also [1] https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct
Whenever using a model to be more effective as a developer I don't particularly care if the model is open source or closed source.
I would love to use open source models as well, but the convenience to just plug an API against some endpoints in unbeatable.