Skip to content

Commit

Permalink
Update loading_pretrained_lenses.rst (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
levmckinney authored Aug 31, 2023
1 parent 45d0cc1 commit 843bd2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/tutorials/loading_pretrained_lenses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ From the hugging face API

First check if there is a pre-trained lens available in our spaces' `pre-trained lenses folder`_.

Once you have found a lens that you want to use, you can load it using the simply load it
and its corresponding tokenizer using the hugging face API. A tuned lens is always associated with
Once you have found a lens that you want to use, you can simply load it. A tuned lens is always associated with
a model that was used to train it so first load the model and then the lens.

>>> import torch
Expand Down

0 comments on commit 843bd2f

Please sign in to comment.