keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

Add: `MultipleChoice with Transfer Learning` example #884

Closed awsaf49 closed 11 months ago

awsaf49 commented 11 months ago

This PR will add the MultipleChoice example with Transfer Learning using KerasNLP and KerasCore as mentioned in #791 .

Here is the colab demo: Colab

I'm open to open to feedback to make this example more suitable for Keras users.

I didn't run the python autogen.py add_example vision/script_name script as in the examples in this repo, I couldn't see any /ipynb, /md, or /img directories.

awsaf49 commented 11 months ago

cc: @fchollet