Fine tuned GPT Neo 125M with CC100 Dataset
This model is fine tuned with more than 170,000 lines from CC100 Sinhala data set for Sinhala text generation.
How to use
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
>>> from transformers import pipeline
>>> generator = pipeline('text-generation', model='Suchinthana/sinhala-gpt-neo-cc100')
>>> generator("අද මට ඊළඟ ", do_sample=True, max_length=500)
- Downloads last month
- 43
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.