michaelfeil commited on
Commit
76755bd
·
verified ·
1 Parent(s): b2b60cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,7 +19,8 @@ For more info see our [End-to-end development service for custom LLMs and AI sys
19
 
20
  This model extends LLama-3 8B's context length from 8k to 4194K, developed by Gradient, sponsored by compute from [Crusoe Energy](https://huggingface.co/crusoeai). It demonstrates that SOTA LLMs can learn to operate on long context with minimal training by appropriately adjusting RoPE theta. For this stage, we trained on 185M tokens for this stage, and 1.6B tokens total for all stages, which is ~ 0.01% of Llama-3's original pre-training data.
21
 
22
- **[UPDATE WITH NIAH EVAL PLOT]**
 
23
 
24
  **Approach:**
25
 
 
19
 
20
  This model extends LLama-3 8B's context length from 8k to 4194K, developed by Gradient, sponsored by compute from [Crusoe Energy](https://huggingface.co/crusoeai). It demonstrates that SOTA LLMs can learn to operate on long context with minimal training by appropriately adjusting RoPE theta. For this stage, we trained on 185M tokens for this stage, and 1.6B tokens total for all stages, which is ~ 0.01% of Llama-3's original pre-training data.
21
 
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644fac0ce1d7a97f3b653ab1/V8mtPbVCWgwvxTRoUwiI3.png)
24
 
25
  **Approach:**
26