Shirin Yamani
Shirin Yamani
Hi, Thanks for sharing the code. I am wondering what does `data.get_metadate()` refer to in the file **data load n prepare** early section of the GPT3 file, creating a dataframe....
In this PR the additional `load_in_4bit=True` is removed because in the `quantization_config` the `load_in_4bit` is already set to `True`, it cannot be duplicated!
In this PR a dir named "dora finetuning" is added to the examples dir. The content of it includes a notebook teaching how to use Dora technique along with an...
# What does this PR do? In this PR, I've provided a comprehensive guide on Speculative Decoding techniques aimed at enhancing inference speed. It includes a basic implementation of the...
In this PR, I tried to add a complete guide on mistral-7b finetuning along with covering the potential questions one could have about Lora implementation. Hope this helps the community!...