debiai / DebiAI

Bias detection and contextual evaluation tool for your AI projects
https://debiai.irt-systemx.fr
Apache License 2.0
19 stars 4 forks source link

194 display models metadata #196

Closed FadyCoding closed 4 months ago

FadyCoding commented 4 months ago

Describe your changes

Added a documentation button that displays on hover the metadata of models.

Screenshots (if appropriate):

image

Issue ticket number and link

https://github.com/debiai/DebiAI/issues/194

Checklist before requesting a review

Tomansion commented 4 months ago

Nice work so far but I detected some issues with some specific metadata values:

{
      searchBar: "",
      selectedModelIds: [],
      commonModelResults: true,
      testJsonMetadata: {
        test: "test",
        array: [1, 2, 3],
        array2: [
          {
            test: "test",
            array: [1, 2, 3],
          },
          "test",
          1,
          29279827,
        ],
      },
}

Gives: image

This will need fixing