Luodian / Otter

🦦 Otter, a multi-modal model based on OpenFlamingo (open-sourced version of DeepMind's Flamingo), trained on MIMIC-IT and showcasing improved instruction-following and in-context learning ability.
https://otter-ntu.github.io/
MIT License
3.54k stars 242 forks source link

[model] Rebasing the otter structures, make it able to be packed as a pip package #267

Closed pufanyi closed 11 months ago

pufanyi commented 11 months ago

Make the structure be like:

src/
    otter/
        models/
            flamingo/
            otter/

And it can upload to PyPI by:

python -m build
python -m twine upload dist/*

Before you open a pull-request, please check if a similar issue already exists or has been closed before.

When you open a pull-request, please be sure to include the following

Thank you for your contributions!