Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f77762b

Browse files
authoredOct 20, 2023
Fix missing backticks in DistilBertClassifier docstrings (keras-team#1278)
1 parent 871f664 commit f77762b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎keras_nlp/models/distil_bert/distil_bert_classifier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class DistilBertClassifier(Task):
137137
num_classes=4,
138138
)
139139
classifier.fit(x=features, y=labels, batch_size=2)
140+
```
140141
"""
141142

142143
def __init__(

0 commit comments

Comments
 (0)
Failed to load comments.