Model Name
regligiousgptbase - basemodel architecture inspired from GPT2, developed from scratch on religious books data from major three religions in the world. this model is trained on religious books like
- The bible 2) The Quran 3)The Bhagavad Gita
Usage
from transformers import GPT2Model, GPT2Config
# Load configuration
config = GPT2Config.from_json_file('config.json')
# Initialize model
model = GPT2Model(config)
model.load_state_dict(torch.load("model.pth"))
# Example usage
inputs = ...
outputs = model(**inputs)
- Downloads last month
- 4
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 library tag.