Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
# This is a custom dataset fine tune llm model using LoRA
|
2 |
-
|
3 |
-
### Run the code in Google Colab ---> Change Runtime to "T4 GPU" for faster training
|
4 |
-
|
5 |
# DistilBERT-base-uncased LoRA Text Classification Model
|
6 |
|
7 |
## Model Description
|
@@ -83,4 +79,14 @@ Simply click the link to open the model file in your browser.
|
|
83 |
|
84 |
Check out the "Fine-tune LLM.pptx" file for the theory behind this code.
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
|
|
|
|
|
|
|
|
|
|
1 |
# DistilBERT-base-uncased LoRA Text Classification Model
|
2 |
|
3 |
## Model Description
|
|
|
79 |
|
80 |
Check out the "Fine-tune LLM.pptx" file for the theory behind this code.
|
81 |
|
82 |
+
# Github Repository
|
83 |
+
|
84 |
+
You can view the model using the following link:
|
85 |
+
|
86 |
+
[View GitHub Repository](https://github.com/shukdevtroy/Fine-Tune-LLM-using-LoRA-on-custom-dataset/)
|
87 |
+
|
88 |
+
Simply click the link to open the github repo in your browser.
|
89 |
+
|
90 |
+
Check out the "Fine-tune LLM.pptx" file in the GitHub repo for the theory behind this code.
|
91 |
+
|
92 |
|