File size: 245 Bytes
2571cc4
 
 
 
 
 
 
1
2
3
4
5
6
7

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