ACL CDL 2026 Submission
- Clone the repository
git clone https://github.com/suchirsalhan/bilingual-l1-effects
cd bilingual-l1-effects
- Set up the environment
python3 -m venv venvs/demo
source venvs/demo/bin/activate
pip install -r requirements.txt
- Authentication
hf auth login
- Train the tokenizer:
python ./pretraining/tokenizers/es-en-tok2.py
- Pretokenize the data:
python ./pretraining/es-pretokenize.py
- Model pretraining:
python ./pretraining/laura_train.py
-
Ensure that you have been granted access to datasets.
-
Model instruction tuning:
python ./instruction_tuning/instruction_tuning_learner_english.py