timpal0l commited on
Commit
aedd7d8
·
verified ·
1 Parent(s): 8bf3e7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -60,6 +60,18 @@ It was trained on a subset from [The Nordic Pile](https://arxiv.org/abs/2303.171
60
 
61
  The training dataset consists of 227 105 079 296 tokens. It was trained on the Rattler supercomputer at the Dell Technologies Edge Innovation Center in Austin, Texas. The training used 23 nodes of a duration of 30 days, where one node contained 4X Nvidia A100 GPUs, yielding 92 GPUs.
62
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ![](https://huggingface.co/AI-Sweden-Models/Llama-3-8B/resolve/main/13333333.jpg?download=true)
64
 
65
  ## Checkpoints
 
60
 
61
  The training dataset consists of 227 105 079 296 tokens. It was trained on the Rattler supercomputer at the Dell Technologies Edge Innovation Center in Austin, Texas. The training used 23 nodes of a duration of 30 days, where one node contained 4X Nvidia A100 GPUs, yielding 92 GPUs.
62
 
63
+ trainer.yaml:
64
+ ```bash
65
+ learning_rate: 2e-5
66
+ warmup_steps: 100
67
+ lr_scheduler: cosine
68
+ optimizer: adamw_torch_fused
69
+ max_grad_norm: 1.0
70
+ gradient_accumulation_steps: 16
71
+ micro_batch_size: 1
72
+ num_epochs: 1
73
+ sequence_len: 8192
74
+ ```
75
  ![](https://huggingface.co/AI-Sweden-Models/Llama-3-8B/resolve/main/13333333.jpg?download=true)
76
 
77
  ## Checkpoints