This model is a finetuned model on the LDC ATC Corpus through domain adaptation and help to tune base model towards generating compliant atc response
GPT2-Large-Finetuned-on-ATC is supported in Hugging Face hub. To download the model weights,
1model_weights_path = hf_hub_download(
2 repo_id="Sabine-Brunswicker/GPT-2-Large-Finetuned-on-ATC",
3 filename="gpt2-large774M-atc-clm-loss.pth",
4)