Skip to content

Commit

Permalink
quick-fix of typo in README.md (Issue songlab-cal#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-flynn committed Dec 11, 2022
1 parent 6d345c2 commit fc1120b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ from tape.datasets import TRRosettaDataset

# Download data and place it under `<data_path>/trrosetta`

train_data = TRRosettaDatset('<data_path>', 'train') # will subsample MSAs
valid_data = TRRosettaDatset('<data_path>', 'valid') # will not subsample MSAs
train_data = TRRosettaDataset('<data_path>', 'train') # will subsample MSAs
valid_data = TRRosettaDataset('<data_path>', 'valid') # will not subsample MSAs

model = TRRosetta.from_pretrained('xaa') # valid choices are 'xaa', 'xab', 'xac', 'xad', 'xae'. Each corresponds to one of the ensemble models.

Expand Down

0 comments on commit fc1120b

Please sign in to comment.