Skip to content

Commit

Permalink
docs fixes (#169)
Browse files Browse the repository at this point in the history
@squidarth could you please finish the incomplete sentence then run the
action to get the docs updated?

---------

Co-authored-by: Sid Shanker <[email protected]>
  • Loading branch information
philipkiely-baseten and squidarth authored Jan 26, 2024
1 parent a0cccdd commit 781db01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01-getting-started-bert/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, **kwargs):
# For this Truss example, we define a HuggingFace pipeline, and choose
# the `text-classification` task, which uses BERT for text classification under the hood.
#
# Note that the the load function runs when the
# Note that the load function runs once when the model starts.
def load(self):
self._model = pipeline("text-classification")

Expand Down
2 changes: 1 addition & 1 deletion 10-using-system-packages/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# # Setting up the model.py
#
# For this model, we use the HuggingFace transformers library, and the the document-question-answering task.
# For this model, we use the HuggingFace transformers library, and the document-question-answering task.
from transformers import pipeline


Expand Down

0 comments on commit 781db01

Please sign in to comment.