alxxtexxr commited on
Commit
37cf3cb
1 Parent(s): 97fdeaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -18,6 +18,7 @@ Hugely inspired by [Web App Factory](https://huggingface.co/spaces/jbilcke-hf/we
18
  - Gradient Accumulation Step: 8
19
  - LoRA Rank: 16
20
  - LoRA Alpha: 32
 
21
 
22
  ## Inference:
23
  Try the inference demo [here](https://indowebgen.alimtegar.my.id) or try running the inference code with the provided Google Colab notebook [here](https://colab.research.google.com/drive/1pqqLGcgRcUTBLCNeF0V6REi7INJ43IZb?usp=sharing). The inference code used is shown below:
 
18
  - Gradient Accumulation Step: 8
19
  - LoRA Rank: 16
20
  - LoRA Alpha: 32
21
+ - LoRA Target Modules: [q_proj, v_proj]
22
 
23
  ## Inference:
24
  Try the inference demo [here](https://indowebgen.alimtegar.my.id) or try running the inference code with the provided Google Colab notebook [here](https://colab.research.google.com/drive/1pqqLGcgRcUTBLCNeF0V6REi7INJ43IZb?usp=sharing). The inference code used is shown below: