Spaces:
Runtime error
Runtime error
Nicholas Meisburger
commited on
Commit
•
2ca395b
1
Parent(s):
22ba2c4
Add link to blog
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
# BOLT2.5B
|
48 |
BOLT2.5B is meticulously trained on CPUs, employing dynamic sparse technology, which lies at the core of our groundbreaking BOLT engine. A decade of dedicated research has culminated in BOLT, ensuring unparalleled efficiency for neural networks. The dynamic sparsity feature empowers us to selectively activate neural pathways, enabling optimal training even on CPU resources.
|
49 |
|
50 |
-
This release have 2.5 billion parameter model, along with both inference and training scripts tailored for distributed as well as single machine training scenarios. For more information
|
51 |
|
52 |
Note: This model is only trained on next word prediction, no instruct fine tuning is done. No instruction data is used in training.
|
53 |
"""
|
|
|
47 |
# BOLT2.5B
|
48 |
BOLT2.5B is meticulously trained on CPUs, employing dynamic sparse technology, which lies at the core of our groundbreaking BOLT engine. A decade of dedicated research has culminated in BOLT, ensuring unparalleled efficiency for neural networks. The dynamic sparsity feature empowers us to selectively activate neural pathways, enabling optimal training even on CPU resources.
|
49 |
|
50 |
+
This release have 2.5 billion parameter model, along with both inference and training scripts tailored for distributed as well as single machine training scenarios. For more information check out our blog [here](https://medium.com/thirdai-blog/introducing-the-worlds-first-generative-llm-pre-trained-only-on-cpus-meet-thirdai-s-bolt2-5b-10c0600e1af4).
|
51 |
|
52 |
Note: This model is only trained on next word prediction, no instruct fine tuning is done. No instruction data is used in training.
|
53 |
"""
|