Skip to content

Commit

Permalink
Fix missing backticks in DistilBertClassifier docstrings (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philmod authored Oct 20, 2023
1 parent 871f664 commit f77762b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_nlp/models/distil_bert/distil_bert_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class DistilBertClassifier(Task):
num_classes=4,
)
classifier.fit(x=features, y=labels, batch_size=2)
```
"""

def __init__(
Expand Down

0 comments on commit f77762b

Please sign in to comment.