Add support for custom model card fields and schemas #186
Description
Hi @shuklak13, following up on our call last year :)
What would be the best way for us to manage our own schema that is built on Google's model card toolkit? As you know, we currently manage our own fork of the model card and are creating other tools and code to improve the editing process.
While we could just run with our own version of the model card and break the compatibility, I think it will be nice to maintain the backward compatibility so that our users can also use the base model card libraries e.g. for the tensorflow integration and existing Google model card users can make use of our web viewer.
Let me know if you have thought of a good way of managing it. Otherwise, currently for every change to the proto file that you make, we might have to make breaking changes to our code. Thanks.