paper-with-me

Papers

Amazon SageMaker Model Parallelism: A General and Flexible Framework for Large Model Training

2021-11-10 · Can Karakus, Rahul Huilgol, Fei Wu, Anirudh Subramanian, Cade Daniel, Derya Cavdar, Teng Xu, Haohan Chen, Arash Rahnama, Luis Quintela

With deep learning models rapidly growing in size, systems-level solutions for large-model training are required. We present Amazon SageMaker model parallelism, a software library that integrates with PyTorch, and enables easy training of large models using model parallelism and other memory-saving features. In contrast to existing solutions, the implementation of the SageMaker library is much more generic and flexible, in that it can automatically partition and run pipeline parallelism over arbitrary model architectures with minimal code change, and also offers a general and extensible framework for tensor parallelism, which supports a wider range of use cases, and is modular enough to be easily applied to new training scripts. The library also preserves the native PyTorch user experience to a much larger degree, supporting module re-use and dynamic graphs, while giving the user full control over the details of the training step. We evaluate performance over GPT-3, RoBERTa, BERT, and neural collaborative filtering, and demonstrate competitive performance over existing solutions.

📄 PDF Abstract BibTeX arXiv:2111.05972

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filteringmodel

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
WordPiece 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Amazon SageMaker Clarify: Machine Learning Bias Detection and Explainability in the Cloud

2021-09-07 · Michaela Hardt, Xiaoguang Chen, Xiaoyi Cheng, Michele Donini 외

Understanding the predictions made by machine learning (ML) models and their potential biases remains a challenging and labor-intensive task that depends on the application, the dataset, and the specific model. We presen…

Bias DetectionBIG-bench Machine LearningFairnessFeature Importance

Amazon SageMaker Automatic Model Tuning: Scalable Gradient-Free Optimization

2020-12-15 · Valerio Perrone, Huibin Shen, Aida Zolic, Iaroslav Shcherbatyi 외

Tuning complex machine learning systems is challenging. Machine learning typically requires to set hyperparameters, be it regularization, architecture, or optimization parameters, whose tuning is critical to achieve good…

Bayesian OptimizationBIG-bench Machine Learning

Amazon SageMaker Model Monitor: A System for Real-Time Insights into Deployed Machine Learning Models

2021-11-26 · David Nigenda, Zohar Karnin, Muhammad Bilal Zafar, Raghu Ramesha 외

With the increasing adoption of machine learning (ML) models and systems in high-stakes settings across different industries, guaranteeing a model's performance after deployment has become crucial. Monitoring models in p…

BIG-bench Machine Learning

Amazon SageMaker Autopilot: a white box AutoML solution at scale

2020-12-15 · Piali Das, Valerio Perrone, Nikita Ivkin, Tanya Bansal 외

AutoML systems provide a black-box solution to machine learning problems by selecting the right way of processing features, choosing an algorithm and tuning the hyperparameters of the entire pipeline. Although these syst…

AutoMLMeta-Learning

Solving cold start in news recommendations: a RippleNet-based system for large scale media outlet

2025-11-03 · Karol Radziszewski, Michał Szpunar, Piotr Ociepka, Mateusz Buczyński arxiv

We present a scalable recommender system implementation based on RippleNet, tailored for the media domain with a production deployment in Onet.pl, one of Poland's largest online media platforms. Our solution addresses th…