Upload README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ We introduce **UltraLong-8B**, a series of ultra-long context language models de
|
|
11 |
|
12 |
## The UltraLong Models
|
13 |
|
14 |
-
- [
|
15 |
-
- [
|
16 |
-
- [
|
17 |
|
18 |
|
19 |
## Uses
|
@@ -26,7 +26,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
|
|
26 |
import transformers
|
27 |
import torch
|
28 |
|
29 |
-
model_id = "
|
30 |
|
31 |
pipeline = transformers.pipeline(
|
32 |
"text-generation",
|
|
|
11 |
|
12 |
## The UltraLong Models
|
13 |
|
14 |
+
- [nvidia/Llama-3.1-8B-UltraLong-1M-Instruct](https://huggingface.co/nvidia/Llama-3.1-8B-UltraLong-1M-Instruct)
|
15 |
+
- [nvidia/Llama-3.1-8B-UltraLong-2M-Instruct](https://huggingface.co/nvidia/Llama-3.1-8B-UltraLong-2M-Instruct)
|
16 |
+
- [nvidia/Llama-3.1-8B-UltraLong-4M-Instruct](https://huggingface.co/nvidia/Llama-3.1-8B-UltraLong-4M-Instruct)
|
17 |
|
18 |
|
19 |
## Uses
|
|
|
26 |
import transformers
|
27 |
import torch
|
28 |
|
29 |
+
model_id = "nvidia/Llama-3.1-8B-UltraLong-4M-Instruct"
|
30 |
|
31 |
pipeline = transformers.pipeline(
|
32 |
"text-generation",
|