Skip to content

Commit

Permalink
Merge pull request #15 from sabman/main
Browse files Browse the repository at this point in the history
fix path to default config
  • Loading branch information
gabrieltseng committed Oct 9, 2023
2 parents e884f59 + 16213a3 commit ba85aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ encoder_only = encoder_decoder.encoder
# to add a linear transformation to the encoder's output for finetuning
finetuning_model = encoder_decoder.construct_finetuning_model(num_outputs=1, regression=True)
```
The default arguments to `construct` are the same as the default parameters described in [`default.json`](presto/config/default.json).
The default arguments to `construct` are the same as the default parameters described in [`default.json`](config/default.json).

Presto expects the following values as input, and returns the following outputs:
```python
Expand Down

0 comments on commit ba85aa5

Please sign in to comment.