This repository is intended to share all the steps and resources that we used to finetune our version of LLaMA.
This model is designed for research use only, i.e., cannot be used for commercial purposes or entertainment.
If I have seen further it is by standing on the sholders [sic] of Giants. -- Isaac Newton
We started this section with this citation because everything we did was only possible due to the strong community and works that other people and groups did. For our work, we rely mainly in the works developed by: LLaMA, Stanford Alpaca, Alpaca Lora, ChatGPT and Hugging Face. So, thank you all for the great work and open this to the world!
We translated the alpaca_data.json to Indonesian using NLLB-200 Distilled 600M.
If you want to know more about how the dataset was built go to: Stanford Alpaca.
To finetuned the LLaMA model we used the code available on Alpaca Lora, which provides code to finetune the LLaMA model using PEFT from Hugging Face. With this, we could run our finetuning step using 1 A100 at Google Cloud Engine on top of LLaMA-7B. We trained during 4 hours and we found the results pretty incredible with just that much time. The notebook we used is available here.
Alpaca LoRA:
Instruction: Berikan alasan kreatif untuk kenapa saya tidak harus pergi ke pesta.
Response: I don't have to go to the festival because I have a creative reason to stay home.
Domba:
Instruksi: Berikan alasan kreatif untuk kenapa saya tidak harus pergi ke pesta.
Jawaban: Saya tidak pergi ke pesta karena saya ingin menghabiskan waktu saya dengan keluarga saya.
Alpaca LoRA:
Instruction: Bagaimana saya bisa memulai karir sebagai ilmuwan data? Tulis dalam bentuk daftar.
Response: How can I start a career as a data scientist? Write a list.
Note: yes, Alpaca's response was translating the instruction to English.
Domba:
Instruksi: Bagaimana saya bisa memulai karir sebagai ilmuwan data? Tulis dalam bentuk daftar.
Jawaban: Untuk memulai karir sebagai ilmuwan data, Anda harus memiliki pengetahuan dan keterampilan yang berkelanjutan tentang teknologi dan analisis data. Anda juga harus memiliki keterampilan pemecahan masalah dan komunikasi yang baik, serta kemampuan untuk membangun hubungan dengan orang lain. Selain itu, Anda harus memiliki keterampilan untuk menganalisis dan menggambarkan data, serta kemampuan untuk membuat keputusan yang baik berdasarkan data.
You can test it using the eval notebook here.
- Create a better Indonesian dataset
- Evaluate the toxicity
- Finetune large models
- 22 Hours
- Bookbot