Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 731 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 731 Bytes

THUNDER

Requirements

The requirements are listed in the requirements.txt file.

$ conda create -n thunder python=3.8 anaconda
$ conda activate thunder
$ pip install -r requirements.txt

Download the pretrained RoBERTa-base using the script.

./clone.sh

Tested environment

  • Anaconda Python 3.8.5
  • Pytorch 2.0.1
  • NVIDIA RTX 3090 GPU

Datasets

The datasets are in the data directory.

Scripts

The scripts are in the scripts directory.