ersilia-os / eos9gg2

GNU General Public License v3.0
0 stars 0 forks source link

New model ready for testing! #1

Open github-actions[bot] opened 3 weeks ago

github-actions[bot] commented 3 weeks ago

This model is a new incorporation to the Ersilia Model Hub or it has been modified. If you are assigned to this issue, please try it out and ensure everything works! To test a model, first clone it in your local system (ideally, from dockerhub) using the CLI commands:

ersilia -v fetch eosxxxx --from_dockerhub
ersilia serve eosxxxx
ersilia test

The test command will automatically check that the model can handle null outputs and whether it produces consistent results. Please copy here the result of the test command. If it passes, simply close the issue as completed. If it fails, please detail at which step and whether you have taken any steps to solve it. Please tag the original model contributor and one of Ersilia's maintainers for support.

GemmaTuron commented 4 days ago

Hi @miquelduranfrigola

The model prints the right output when using a single input in the CLI: (from dockerhub)

{
    "input": {
        "key": "OFBQJSOFQDEBGM-UHFFFAOYSA-N",
        "input": "CCCCC",
        "text": "CCCCC"
    },
    "output": {
        "pca-1": 0.9835706,
        "pca-2": 0.36325887,
        "pca-3": -0.54489166,
        "pca-4": 0.4746949,
        "umap-1": 0.43732142,
        "umap-2": -0.5439609,
        "tsne-1": 0.9818883804579015,
        "tsne-2": 0.1476221638979269
    }
}

v)

But when passing a -csv file only the first column (pca-1) appears (see attached) test.csv