bavest commited on
Commit
1711452
1 Parent(s): c88a95f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  > Efficient Finetuning of Quantized LLMs for Finance
16
 
17
- [Adapter Weights](https://huggingface.co/bavest/fin-llama)
18
  | [Dataset](https://huggingface.co/datasets/bavest/fin-llama-dataset)
19
 
20
  ## Installation
@@ -24,10 +24,6 @@ and make sure you have the latest version of the bitsandbytes library (0.39.0).
24
 
25
  ```bash
26
  pip3 install -r requirements.txt
27
- pip3 install -q -U bitsandbytes
28
- pip3 install -q -U git+https://github.com/huggingface/transformers.git
29
- pip3 install -q -U git+https://github.com/huggingface/peft.git
30
- pip3 install -q -U git+https://github.com/huggingface/accelerate.git
31
  ```
32
 
33
  ### Other dependencies
 
14
 
15
  > Efficient Finetuning of Quantized LLMs for Finance
16
 
17
+ [Adapter Weights](https://huggingface.co/bavest/fin-llama-33b-merged)
18
  | [Dataset](https://huggingface.co/datasets/bavest/fin-llama-dataset)
19
 
20
  ## Installation
 
24
 
25
  ```bash
26
  pip3 install -r requirements.txt
 
 
 
 
27
  ```
28
 
29
  ### Other dependencies