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 5e583c7 commit 98645bdCopy full SHA for 98645bd
cerebros/custom/custom.py
@@ -1,5 +1,6 @@
1
2
import tensorflow as tf
3
+from keras_nlp.models import GPT2Tokenizer, GPT2Preprocessor, GPT2Backbone
4
5
# Custom keras layer, analogue of Dense that does
6
# ternary mathematical operations
0 commit comments