jacobfulano commited on
Commit
71d34fd
·
1 Parent(s): cef93d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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, performance, and ease of use. Now, you can efficiently train anywhere, independent of your training data location. Just stream in the data you need, when you need it. To learn more about why we built StreamingDataset, read our announcement blog.
 
 
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