agnedil commited on
Commit
4c54828
·
verified ·
1 Parent(s): 731d0da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  license: mit
3
  ---
4
-
5
  Llama 2 7B base model fine-tuned on 1000 random samples from the Alpaca GPT-4 instruction dataset using QLORA and 4-bit quantization.
6
 
7
- This is a demo of how an LLM can be fine-tuned in such low-resource environment as Google Colab.
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Descrption
5
  Llama 2 7B base model fine-tuned on 1000 random samples from the Alpaca GPT-4 instruction dataset using QLORA and 4-bit quantization.
6
 
7
+ This is a demo of how an LLM can be fine-tuned in such low-resource environment as Google Colab.
8
+
9
+ You can find the Colab notebook used to fine-tune the model [here](https://colab.research.google.com/drive/1RJRHZfgSoPpYn1K-fa2TuvAxc-l8-Ukk?usp=sharing)