Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
yangheng95 authored Jan 26, 2022
1 parent 992878a commit 7cdf79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ from pyabsa.functional import Trainer
from autocuda import auto_cuda

config = APCConfigManager.get_apc_config_english() # APC task
dataset = '100.CustomDataset'
dataset = '101.restaurant'
# dataset = '100.CustomDataset'
Trainer(config=config,
dataset=dataset, # train set and test set will be automatically detected
checkpoint_save_mode=1,
Expand Down

0 comments on commit 7cdf79b

Please sign in to comment.