We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca2076 commit d71318dCopy full SHA for d71318d
README.md
@@ -78,7 +78,7 @@ print(keras_hub.utils.decode_imagenet_predictions(preds))
78
Load a Bert model and fine-tune it on IMDb movie reviews:
79
80
```python
81
-classifier = keras_hub.models.BertClassifier.from_preset(
+classifier = keras_hub.models.TextClassifier.from_preset(
82
"bert_base_en_uncased",
83
activation="softmax",
84
num_classes=2,
0 commit comments