[Query] Implementing Models
See original GitHub issueIs the KerasNLP team also looking to implement entire models or are we restricting ourselves to building blocks?
For example, if we take FNet, we currently have its encoder block in KerasNLP. So, will we stack these encoder blocks and implement the entire FNet model in keras_nlp.models
, and at the same time, will we upload pretrained models weights to TFHub? Or will we leave that to the main TensorFlow repository (since many models are already present in the TF Model Garden)?
Thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Query Model
Spatial and Graph uses a two-tier query model to resolve spatial queries and spatial joins. The term is used to indicate that two...
Read more >Model querying with query models - ACM Digital Library
Model querying is an integral part of Model-Driven Engineering. Developers query models when specifying model transformations, when defining model ...
Read more >Query Models | SpringerLink
In this paper we present a new modeling notation for representing queries using the UML. We introduce special symbols for common selection purposes...
Read more >Model query subjects - IBM
Model query subjects are based on query items in other query subjects or dimensions, including other model query subjects. By using model query...
Read more >The Query Model - coding example - YouTube
In this video, we are going to build out the query side of our application by defining a simple Query Model and explain...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@abheesht17 Sorry we won’t provide any feedback on GSoC proposals at this time.
This is actively under discussion. We definitely do want a way to use our components here in pretrained models, but that may not be done in this repo. So for now at least, the correct mental model for keras-nlp is a library of components, not models.
We will definitely be giving more guidance here going forward.