curiousily
commited on
Commit
•
50e10d8
1
Parent(s):
63c3a47
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
A [Falcon 7B](https://huggingface.co/tiiuae/falcon-7b) model fine-tuned with [QLoRA](https://arxiv.org/abs/2305.14314) on a custom e-commerce chatbot dataset.
|
8 |
+
|
9 |
+
Fine-tuning tutorial - https://www.mlexpert.io/prompt-engineering/fine-tuning-llm-on-custom-dataset-with-qlora
|
10 |
+
Deploy on Inference Endpoints tutorial - https://www.mlexpert.io/prompt-engineering/deploy-llm-to-production
|