Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,10 @@ This was made using Chansung's 30B Alpaca Lora: https://huggingface.co/chansung/
|
|
8 |
<p><strong>Training Parameters</strong></p>
|
9 |
<ul><li>num_epochs=10</li><li>cutoff_len=512</li><li>group_by_length</li><li>lora_target_modules='[q_proj,k_proj,v_proj,o_proj]'</li><li>lora_r=16</li><li>micro_batch_size=8</li></ul>
|
10 |
<p><strong><font size="5">Benchmarks</font></strong></p>
|
11 |
-
<strong>Wikitext2</strong>: 4.
|
12 |
|
13 |
-
<strong>Ptb</strong>:
|
14 |
|
15 |
-
<strong>C4</strong>: 6.
|
16 |
|
17 |
<strong>Note</strong>: This version uses <i>--groupsize 128</i>, resulting in better evaluations. However, it consumes more VRAM.
|
|
|
8 |
<p><strong>Training Parameters</strong></p>
|
9 |
<ul><li>num_epochs=10</li><li>cutoff_len=512</li><li>group_by_length</li><li>lora_target_modules='[q_proj,k_proj,v_proj,o_proj]'</li><li>lora_r=16</li><li>micro_batch_size=8</li></ul>
|
10 |
<p><strong><font size="5">Benchmarks</font></strong></p>
|
11 |
+
<strong>Wikitext2</strong>: 4.473957061767578
|
12 |
|
13 |
+
<strong>Ptb-New</strong>: 8.682597160339355
|
14 |
|
15 |
+
<strong>C4-New</strong>: 6.517213344573975
|
16 |
|
17 |
<strong>Note</strong>: This version uses <i>--groupsize 128</i>, resulting in better evaluations. However, it consumes more VRAM.
|