Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 538 Bytes

File metadata and controls

12 lines (7 loc) · 538 Bytes

Assessing the Validity of Finetuned Transformers

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.

  1. Transformer model development code is organized under /src (Python)
  2. Statistical analysis is under /factor-analysis (R)

Using this repository

This repository is tested with Python version 3.10. To install the dependencies, run the following command:

pip install -r requirements.txt