jacobfulano commited on
Commit
1a9175e
·
1 Parent(s): d366463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -7,4 +7,35 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # About Us
11
+
12
+ MosaicML’s mission is to make efficient training of ML models accessible.
13
+ We continually productionize state-of-the-art research on efficient model training, and study the
14
+ combinations of these methods in order to ensure that model training is ✨ as efficient as possible ✨.
15
+ These findings are baked into our highly efficient model training stack, the MosaicML platform.
16
+
17
+ If you have questions, please feel free to reach out to us on [Twitter](https://twitter.com/mosaicml),
18
+ [Email]([email protected]), or join our [Slack channel](https://join.slack.com/t/mosaicml-community/shared_invite/zt-w0tiddn9-WGTlRpfjcO9J5jyrMub1dg)!
19
+
20
+
21
+
22
+ # [Composer Library]()
23
+
24
+ The open source Composer library makes it easy to train models faster at the algorithmic level.
25
+ Use our collection of speedup methods in your own training loop or—for the best experience—with our Composer trainer.
26
+
27
+ # [StreamingDataset]()
28
+
29
+ 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.
30
+
31
+ 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.
32
+
33
+ StreamingDataset is compatible with any data type, including images, text, video, and multimodal data.
34
+
35
+ With support for major cloud storage providers (AWS, OCI, and GCS are supported today; Azure is coming soon),
36
+ and designed as a drop-in replacement for your PyTorch IterableDataset class, StreamingDataset seamlessly integrates
37
+ into your existing training workflows.
38
+
39
+ # MosaicML Platform
40
+
41
+