Commit
·
71d34fd
1
Parent(s):
cef93d0
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,9 @@ It currently features the following examples:
|
|
39 |
|
40 |
Fast, accurate streaming of training data from cloud storage. We built StreamingDataset to make training on large datasets from cloud storage as fast, cheap, and scalable as possible.
|
41 |
|
42 |
-
It’s specially designed for multi-node, distributed training for large models—maximizing correctness guarantees,
|
|
|
|
|
43 |
|
44 |
StreamingDataset is compatible with any data type, including images, text, video, and multimodal data.
|
45 |
|
|
|
39 |
|
40 |
Fast, accurate streaming of training data from cloud storage. We built StreamingDataset to make training on large datasets from cloud storage as fast, cheap, and scalable as possible.
|
41 |
|
42 |
+
It’s specially designed for multi-node, distributed training for large models—maximizing correctness guarantees,
|
43 |
+
performance, and ease of use. Now, you can efficiently train anywhere, independent of your training data location.
|
44 |
+
Just stream in the data you need, when you need it. To learn more about why we built StreamingDataset, read our [announcement blog](https://www.mosaicml.com/blog/mosaicml-streamingdataset).
|
45 |
|
46 |
StreamingDataset is compatible with any data type, including images, text, video, and multimodal data.
|
47 |
|