Skip to content

Commit

Permalink
Simplify fine-tuning readme v2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Jan 13, 2025
1 parent 3e81d24 commit 7242da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fine-tunes BioCLIP by combining a [RidgeClassifier](https://scikit-learn.org/sta

As can be seen from comparing the confusion matrices in the notebooks, fine-tuning may yield better results than using BioCLIP in "zero-shot mode", i.e., predicting on a list of custom labels.

This is work is based on code from [biobench](https://github.com/samuelstevens/biobench).
This work is based on code from [biobench](https://github.com/samuelstevens/biobench).

## PIL Images
The predict() functions used in all the examples above allow passing a list of paths or a list of [PIL Images](https://pillow.readthedocs.io/en/stable/reference/Image.html).
Expand Down

0 comments on commit 7242da1

Please sign in to comment.