This model is fine tuned with more than 170,000 lines from
CC100 Sinhala data set for Sinhala text generation.
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
1>>> from transformers import pipeline
2>>> generator = pipeline('text-generation', model='Suchinthana/sinhala-gpt-neo-cc100')
3>>> generator("අද මට ඊළඟ ", do_sample=True, max_length=500)