Skip to content

This repository contains the GPT2 model which tokenizes the words sentence by sentence.

Notifications You must be signed in to change notification settings

NehaChaudhary311/GPT2-Language-Model

Repository files navigation

GPT2-Language-Model

This repository contains the GPT2 model which tokenizes the words sentence by sentence. I've also made sure that the words which can't be mapped to the dictionary of GPT2 are kept just like that and are not divided into fragments.

The installs that are required are as follows :-

pip install transformers
git clone https://github.com/huggingface/transformers.git
cd transformers
pip install .
pip install torch

About

This repository contains the GPT2 model which tokenizes the words sentence by sentence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published