curiousily commited on
Commit
df8869e
1 Parent(s): a928c86

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ ---
8
+
9
+ [Falcon 7b](https://huggingface.co/tiiuae/falcon-7b) model trained on [FAQ from an ecommerce website](https://www.kaggle.com/datasets/saadmakhdoom/ecommerce-faq-chatbot-dataset).
10
+
11
+ ## Tutorials
12
+
13
+ - Text tutorial: https://www.mlexpert.io/prompt-engineering/fine-tuning-llm-on-custom-dataset-with-qlora
14
+ - YouTube video: https://www.youtube.com/watch?v=DcBC4yGHV4Q
15
+
16
+ ## Training
17
+
18
+ The model is trained using QLoRA with the help of bitsandbytes, peft and transformers. Full reproduction is available in the tutorials.