Text Generation
PEFT
Safetensors
Eval Results
dfurman commited on
Commit
0984ee8
β€’
1 Parent(s): ea267ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  datasets:
3
  - OpenAssistant/oasst1
4
  pipeline_tag: text-generation
5
- license: tii-falcon-llm
6
  ---
7
 
8
  # πŸš€ Falcon-40b-chat-oasst1
@@ -13,9 +13,9 @@ Falcon-40b-chat-oasst1 is a chatbot-like model for dialogue generation. It was b
13
 
14
  - **Model Type:** Causal decoder-only
15
  - **Language(s):** English
16
- - **Base Model:** [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) (License: [TII Falcon LLM License](https://huggingface.co/tiiuae/falcon-40b#license))
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:** 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
 
 
2
  datasets:
3
  - OpenAssistant/oasst1
4
  pipeline_tag: text-generation
5
+ license: apache-2.0
6
  ---
7
 
8
  # πŸš€ Falcon-40b-chat-oasst1
 
13
 
14
  - **Model Type:** Causal decoder-only
15
  - **Language(s):** English
16
+ - **Base Model:** [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) (License: [Apache 2.0](https://huggingface.co/tiiuae/falcon-40b#license))
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 License 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