Final project for CS6120 NLP, by Junxin Zheng, Divyank Singh, Aakarsh Arora
https://sites.google.com/view/numeval/tasks?authuser=0#h.uin1dj2oxo8t
https://drive.google.com/drive/folders/10uQI2BZrtzaUejtdqNU9Sp1h0H9zhLUE?usp=sharing
Navigate to the ./BERT
, and execute notebooks (BERT_QNLI.ipynb
or Bert_QP.ipynb
).
- Navigate to the
./T5
. - Install necessary dependencies as specified in
colab_requirements.txt
. - Run training and evaluation by executing the Jupyter notebooks or scripts (
{task}_train_reproduction.ipynb
,{task}_test_reproduction.ipynb/.py
)in this directory.
- Navigate to the
./Llama
. - Make sure to run it with Linux machines or WSL since
Unsloth
only supports Linux environments. - Follow the instructions in the llama_* notebooks (e.g., llama_qnli_train.ipynb, llama_qqa_train.ipynb).
- Execute these notebooks or scripts to train and evaluate Llama models on the specified tasks.