godot-dodo icon indicating copy to clipboard operation
godot-dodo copied to clipboard

Finetuning large language models for GDScript generation.

Results 6 godot-dodo issues
Sort by recently updated
recently updated
newest added

It is not an issue, more of a bunch of suggestions / observations. While experimenting with openly available LLMs I found the following models useful for coding: - [WizardCoder](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) (a...

Hi. Thank you for your great work. You approach is helpful to me. I am trying to fine-tune starcoder to enhance its C code performance. So your cost of fine-tune...

I really appreciate you releasing this work. I have been trying to do something similar with the original Starcoder finetuning code but have had a variety of issues. Unfortunately, when...

I know this is usually unnecessary, but I'd like to help out. Do you have a discord? I have some ideas about datasets, training that I think could be very...

In my game, I wrote a library that allows me to build logic by composing objects, so I could customize it and subscribe to any step Then I wrote higher-level...

How much code in micro-language `Foo` do you actually need to train one of these?