Skip to content

Commit

Permalink
Merge pull request #72 from homebrewltd/hotfix-info
Browse files Browse the repository at this point in the history
Fixed incorrect pretrain information
  • Loading branch information
tikikun authored Aug 26, 2024
2 parents 41f5742 + c97baee commit 82ae9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/llama3-just-got-ears.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We found it useful to pre-train llama3.1 on continuous speech, through rough abl
| **Warmup Steps** | 20 |
| **Weight Decay** | 0.01 |
| **Gradient Checkpointing** | Full |
| **Max length** | 4096 |
| **Max length** | 512 |
| **Precision** | bf16 |

The learning rate schedule is as follows, starting with a relatively high LR for sufficient warmup.
Expand Down

0 comments on commit 82ae9d6

Please sign in to comment.