ANN Final Project
-
Download gpt2 from hugging-face.
-
Extend and finetune gpt2:
cd PEI
python extend_gpt2_ctx.py
python finetuned_gpt2.py- Up to now, you have extended and finetuned gpt2, let's chat with it!
python test_gpt2_finetuned.py- You also can use long context to test it like this:
python test_long_context.pySee README in LongRoPE/
See README in FoPE/Fourier-Position-Embedding-main/