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

Generating Right Wing News Using GPT2

I have built a custom model for it using data from Kaggle

Creating a new finetuned model using data from FOX news

My model can be accessed at gagan3012/Fox-News-Generator

Check the BenchmarkTest notebook for results

Find the model at gagan3012/Fox-News-Generator

from transformers import AutoTokenizer, AutoModelWithLMHead

tokenizer = AutoTokenizer.from_pretrained("gagan3012/Fox-News-Generator")

model = AutoModelWithLMHead.from_pretrained("gagan3012/Fox-News-Generator")
Downloads last month
18
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.