Spaces:
Runtime error
Runtime error
Nicholas Meisburger
commited on
Commit
•
6f74d2d
1
Parent(s):
26f9d46
Restart
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ BOLT2.5B is meticulously trained on CPUs, employing dynamic sparse technology, w
|
|
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
|
53 |
"""
|
54 |
)
|
55 |
|
|
|
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 has been done. No instruction data is used in training.
|
53 |
"""
|
54 |
)
|
55 |
|