FlexBert / __init__.py
NohTow's picture
Adding base modeling
2571cc4
raw
history blame
245 Bytes
import os
import sys
# Add src folder root to path to allow us to use relative imports regardless of what directory the script is run from
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
from modeling_flexbert import FlexBertModel