Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 564 Bytes

Associated_Learning

Requirements

pip install -r requirements.txt

Datasets

  • For AGNews and DBpedia, dataset will be automatically downloaded during the training.
  • For SST-2, please download the dataset from GLUE Benchmark and put the files into ./data/sst2/.

Execution

We use json file for the configuration. Before running the code, please check hyperparameters.json and select proper parameters.

Then just simply run:

python -m associated_learning.main

Citation