Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sakura 13b expA-Pile #17

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions models/sakura-13b-expA-Pile
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# (model name)

# Model specs

|Spec name|Value|
|:---|:---|
|Base model structure|Llama-2|
|Number of layers|40|
|Number of embedding units|5120|
|Number of FFN hidden units|13824|
|Number of attention heads|40|
|Vocabulary size|101047 (+73 dummy 101120)|
|Maximum sequence length|2048|
|Positional embedding|RoPE|

# Dataset specs
|Spec name|Value|
|:---|:---|
|Dataset|LLM-jp v3 (all languages except english) & LLM-jp v1.0.1 English-Pile|
|Number of tokens|250B (4096*62776350)|

# Training specs

|Spec name|Value|
|:---|:---|
|Implementation|https:/llm-jp/Megatron-LM/commits/402e6ff1|
|Optimizer|Adam|
|Initial learning rate|1e-4|
|Beta1|0.9|
|Beta2|0.95|
|Epsilon|1e-8|
|Warmup strategy|Linear|
|Warmup steps|2000|
|Learning rate scheduling strategy|Cosine|
|Learning rate scheduling steps|None|
|Total training steps|61000|
|Global batch size|1024|
|Dropout rate|0.0|
|Floating point precisions|BF16|
|Additional randomness/approximation|Flash attention|

# Environmental specs

|Spec name|Value|
|:---|:---|
|Data center|Sakura (ishikari)|
|Number of instances|8|
|Processor|Intel(R) Xeon(R) Platinum 8480+|
|Number of processors per instance|1|
|RAM|2014 GiB|
|Accelerators|NVIDIA H100 * 64|
|Number of accelerators per instance|8|
|high-speed connection|NVLink|

# Comments

Describe other details of this model.