News Summarization:
Create Project

Introduction

Welcome to this tutorial on creating a model to summarize news articles. In this guide, you’ll learn the basics of summarization, which involves condensing long text documents into shorter summaries that capture the essence of the original content. The training data and the prompts you provide will significantly influence how the model performs and what aspects of the content it emphasizes.

Get Set Up


Part 1: Create a Project

  1. Select Create New Project from the GenAI Studio home page.
  2. Name your project News Summarization Tutorial and then select Create. You’ll see the new project in your project list.
  3. Let’s take a moment to favorite this project by selecting Favorites + in the sidebar. This will make it easier to find your project in the future.
  4. Open the project by selecting the project’s name from the sidebar.
Understanding Projects, Playgrounds, and Snapshots
A project is your workspace containing datasets, models, and experiments tailored to solve a specific problem, like summarizing news articles. The playground is where you interact with large language models (LLMs) using prompts or datasets. A snapshot captures a specific configuration of model, prompt, and generation parameters for future use or further development.

Recap

  • You have successfully created a new project named News Summarization Tutorial.
  • The project is set up and ready for you to start summarizing news articles.