GPT 2 Medium Model Details Model Description: GPT 2 Medium is the 355M parameter version of GPT 2, a transformer based language model created and released by OpenAI. The model is a pretrained model on English language using a causal language modeling (CLM) objective. Developed by: OpenAI, see associated research paper and GitHub repo for model developers. Model Type: Transformer based language model Language(s): English License: Modified MIT License Related Models: GPT2, GPT2 Large and GPT2 XL Resources for more information: Research Paper OpenAI Blog Post GitHub Repo OpenAI Model Card for GPT 2 Test the full generation capabilities here: https://transformer.huggingface.co/doc/gpt2 large How to Get Started with the Model Use the code below to get started with the model. You can use this model directly with a pipeline for text generation. Since the generation relies on some randomness, we set a seed for reproducibility: Here is how to use this model to get the features of a given text in PyTorch: and in TensorFlow: Uses Direct Use In their model card about GPT 2, OpenAI wrote: The primary intended users of these models are AI researchers and practitioners. We primarily imagine these…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy