This commit is contained in:
Andrew Kean Gao 2024-03-19 08:54:27 -07:00 committed by GitHub
commit 929a1d2ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Grok-1 is currently designed with the following specifications:
- **Parameters:** 314B
- **Architecture:** Mixture of 8 Experts (MoE)
- **Experts Utilization:** 2 experts used per token
- **Maximum Sequence Length (context):** 8,192 tokens
- **Layers:** 64
- **Attention Heads:** 48 for queries, 8 for keys/values
- **Embedding Size:** 6,144
@ -32,7 +33,6 @@ Grok-1 is currently designed with the following specifications:
- **Additional Features:**
- Rotary embeddings (RoPE)
- Supports activation sharding and 8-bit quantization
- **Maximum Sequence Length (context):** 8,192 tokens
# Downloading the weights