You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to find issues/todo's to contribute to Keras, so I searched for TODO in the codebase.
I found this specific todo appearing about 10 times - mostly in this directory keras_hub\src\utils\transformers .
TODO: compare numerics with huggingface model
What does this mean? Comparing the generated tokens/logits?
Thank you
The text was updated successfully, but these errors were encountered:
hi @omkar-334 we are missing built in transformers/timm, built in converters for the following models- please go ahead and add them if you are interested.
bart
bloom
clip
csp darknet
debertav3
f_net
falcon
llama (2)
mit
mobilenet
opt
phi3
roberta
vgg (missing tests only)
xlm-roberta
Hi,
I wanted to find issues/todo's to contribute to Keras, so I searched for TODO in the codebase.
I found this specific todo appearing about 10 times - mostly in this directory
keras_hub\src\utils\transformers
.TODO: compare numerics with huggingface model
What does this mean? Comparing the generated tokens/logits?
Thank you
The text was updated successfully, but these errors were encountered: