Commit ff7836c4 authored by Sintal's avatar Sintal
Browse files

Initial commit

parents
# Transformers for SAG
Train and evaluate transformer-based models for Short-Answer Grading
Use the script as
`python run_SAG.py --do_eval --data_dir data/glue_data/SST-2 --model_type bert --model_name_or_path 'bert-base-uncased' --task_name sst-2 --output_dir output`
(This will take around four minutes to run on a CPU, but will be a lot quicker on a GPU...)
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment