Skip to content

Commit d71318d

Browse files
authored
Update README.md (#2063)
1 parent 8ca2076 commit d71318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ print(keras_hub.utils.decode_imagenet_predictions(preds))
7878
Load a Bert model and fine-tune it on IMDb movie reviews:
7979

8080
```python
81-
classifier = keras_hub.models.BertClassifier.from_preset(
81+
classifier = keras_hub.models.TextClassifier.from_preset(
8282
"bert_base_en_uncased",
8383
activation="softmax",
8484
num_classes=2,

0 commit comments

Comments
 (0)