spoluan / MEDIUM_pred_next_words

This project aims to predict the next words in a sentence using a language model trained on the Medium dataset, specifically focusing on generating likely sentences based on the initial words of a Medium post title entered in the search bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Descriptions

alt

The Medium dataset is a collection of post titles from the Medium website. It contains a vast number of titles written by various authors, covering different topics such as technology, business, and politics. The dataset is publicly available on Kaggle, and interested parties can download it from https://www.kaggle.com/datasets/nulldata/medium-post-titles. In this project, we will be focusing on predicting the next words in a sentence using a language model. Specifically, we will be concentrating on predicting the possible sentences that a user may type based on the title's initial words. We will assume that the user will type the title in the search bar and build a model that can generate the most likely sentences to follow.

About

This project aims to predict the next words in a sentence using a language model trained on the Medium dataset, specifically focusing on generating likely sentences based on the initial words of a Medium post title entered in the search bar.


Languages

Language:Jupyter Notebook 100.0%