# EPIR
# Environment Setup
To set up the environment, run:
pip install -r requirements.txt
The data files are already set.
# ECAR
Main code: timespace.py
# Load Pretrained BERT Model
Both bert-base-cased
and bert-base-uncased
models are supported.
Make sure to place the downloaded BERT pretrained model in the model
directory.
Set the bert_model_name
parameter to specify which BERT model to load.
# Running the ECAR
You can run the ECAR by executing the script as follows:
python timespace.py
# ECSR
Main code: SimpleGenerator.py
# Run the ECSR
To run the ECSR, simply execute the following command:
python SimpleGenerator.py