This repository contains code associated with a manuscript in progress. The goal of this project is to assess the validity of finetuned transformers for language proficiency assessment.
- Transformer model development code is organized under
/src
(Python) - Statistical analysis is under
/factor-analysis
(R)
This repository is tested with Python version 3.10. To install the dependencies, run the following command:
pip install -r requirements.txt