Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

install

pip install torch numpy transformers datasets tiktoken wandb tqdm

Dependencies:

  • pytorch
  • numpy
  • transformers for huggingface transformers
  • datasets for huggingface datasets (preprocess OpenWebText test and validation bin)
  • tiktoken for OpenAI's fast BPE code
  • wandb for optional logging
  • tqdm for progress bars

quick start

Inference:

$ python inference.py

Thanks

Zero To Hero series. Specifically, the GPT video is popular if you have some prior language modeling context.

Downloads last month
2
Unable to determine this model’s pipeline type. Check the docs .