gpt_and_prejudice / __init__.py
mariamkhmahran
update auto map in config
56cb794
raw
history blame contribute delete
178 Bytes
from .configuration_gpt_and_prejudice import GptAndPrejudiceConfig
from .modeling_gpt_and_prejudice import (
GptAndPrejudiceForCausalLM,
GptAndPrejudiceCausalLMOutput,
)