Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ license: apache-2.0
|
|
7 |
|
8 |
# ๐ Falcon-40b-chat-oasst1
|
9 |
|
10 |
-
Falcon-40b-chat-oasst1 is a chatbot-like model for dialogue generation. It was built by fine-tuning [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) on the [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) dataset.
|
11 |
|
12 |
## Model Summary
|
13 |
|
@@ -17,7 +17,7 @@ Falcon-40b-chat-oasst1 is a chatbot-like model for dialogue generation. It was b
|
|
17 |
- **Dataset:** [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) (License: [Apache 2.0](https://huggingface.co/datasets/OpenAssistant/oasst1/blob/main/LICENSE))
|
18 |
- **License:** Apache 2.0 inherited from "Base Model" and "Dataset"
|
19 |
|
20 |
-
The model was fine-tuned in 4-bit precision using
|
21 |
|
22 |
### Model Date
|
23 |
|
|
|
7 |
|
8 |
# ๐ Falcon-40b-chat-oasst1
|
9 |
|
10 |
+
Falcon-40b-chat-oasst1 is a chatbot-like model for dialogue generation. It was built by fine-tuning [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) on the [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) dataset. This model repository solely includes the LoRA adapters resulting from fine-tuning runs with the ๐ค [peft](https://github.com/huggingface/peft) package.
|
11 |
|
12 |
## Model Summary
|
13 |
|
|
|
17 |
- **Dataset:** [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) (License: [Apache 2.0](https://huggingface.co/datasets/OpenAssistant/oasst1/blob/main/LICENSE))
|
18 |
- **License:** Apache 2.0 inherited from "Base Model" and "Dataset"
|
19 |
|
20 |
+
The model was fine-tuned in 4-bit precision using `peft` adapters, `transformers`, and `bitsandbytes`. Training relied on a method called "Low Rank Adapters" ([LoRA](https://arxiv.org/pdf/2106.09685.pdf)), specifically the [QLoRA](https://arxiv.org/abs/2305.14314) variant. The run took approximately 10 hours and was executed on a workstation with a single A100-SXM NVIDIA GPU with 37 GB of available memory. See attached [Colab Notebook](https://huggingface.co/dfurman/falcon-40b-chat-oasst1/blob/main/finetune_falcon40b_oasst1_with_bnb_peft.ipynb) for the code and hyperparams used to train the model.
|
21 |
|
22 |
### Model Date
|
23 |
|