Commit
·
79a88df
1
Parent(s):
b811c37
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: peft
|
6 |
+
pipeline_tag: text2text-generation
|
7 |
---
|
8 |
+
|
9 |
+
* Base Model: [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
10 |
+
* LoRA target: `q_proj,k_proj,v_proj,o_proj,gate_proj,up_proj,down_proj`
|
11 |
+
* LoRA rank: 16
|
12 |
+
* Training epochs: 4
|
13 |
+
|
14 |
+
See <https://github.com/punica-ai/punica/tree/master/examples/finetune>
|