t5 v1.1. 5.93 epochs
This commit is contained in:
parent
2afdec1393
commit
934cc0e5be
86270
dev-0/out.tsv
86270
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ from tqdm import tqdm
|
||||
from config import LABELS_LIST
|
||||
|
||||
device = 'cuda'
|
||||
model_path= 't5-retrained'
|
||||
model_path= 't5-retrained/checkpoint-110000'
|
||||
|
||||
|
||||
from transformers import AutoModelForSequenceClassification
|
||||
|
@ -7,6 +7,7 @@ python run_summarization.py \
|
||||
--summary_column 'label' \
|
||||
--max_target_length=4 \
|
||||
--max_source_length=64 \
|
||||
--num_train_epochs 20 \
|
||||
--output_dir ./t5-retrained \
|
||||
--per_device_train_batch_size=16 \
|
||||
--per_device_eval_batch_size=16 \
|
||||
|
26728
test-A/out.tsv
26728
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user