Intel Gaudi Catalog
Large Language Models
A large language model (LLM) is a language model consisting of a neural network with many parameters (typically billions of weights or more), trained on large quantities of unlabeled text using self-supervised learning or semi-supervised learning.
Generative
Generative artificial intelligence (GenAI) is a type of artificial intelligence system capable of generating text, images, or other media in response to prompts. Generative models learn the patterns and structure of the input data, and then generate new content that is similar to the training data but with some degree of novelty rather than only classifying or predicting data.
PyTorch
PyTorch is a free and open-source machine learning library based on the Torch library.