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
30
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.