Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

375 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L2LM L1 effects

ACL CDL 2026 Submission

Installation

  1. Clone the repository
git clone https://github.com/suchirsalhan/bilingual-l1-effects
cd bilingual-l1-effects
  1. Set up the environment
python3 -m venv venvs/demo
source venvs/demo/bin/activate
pip install -r requirements.txt
  1. Authentication
hf auth login

Pretraining instructions

  1. Train the tokenizer:
python ./pretraining/tokenizers/es-en-tok2.py
  1. Pretokenize the data:
python ./pretraining/es-pretokenize.py
  1. Model pretraining:
python ./pretraining/laura_train.py

Instruction tuning

  1. Ensure that you have been granted access to datasets.

  2. Model instruction tuning:

python ./instruction_tuning/instruction_tuning_learner_english.py

About

ACL Computational Developmental Linguistics 2026: Barbenel et al (2026)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages