Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspect_based_sentiment_analysis/loads.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load(
**model_kwargs
) -> Pipeline:
""" Load ready to use pipelines. Files are stored on
the HaggingFace AWS S3. """
the HuggingFace AWS S3. """
try:
config = BertABSCConfig.from_pretrained(name, **model_kwargs)
model = BertABSClassifier.from_pretrained(name, config=config)
Expand Down