Views
No views yet
nextShakespeare is a decoder-only, character-level Transformer language model
trained on Tiny Shakespeare style text. This repo uses custom PyTorch code
rather than transformers native model classes.checkpoints/best_model.ptconfigs/model.yamldata/vocab/char_vocab.jsonllm/1git clone https://huggingface.co/LiManshu/nextShakespeare
2cd nextShakespeare
3pip install -r requirements.txt
4python inference.py --prompt "First Citizen:\n" --max_length 200 --temperature 0.8AutoModel.from_pretrained() yet.https://huggingface.co/spaces/LiManshu/manshu-init