Instructions to use dnnsdunca/Ddroidlabs-Codex-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use dnnsdunca/Ddroidlabs-Codex-mini with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("dnnsdunca/Ddroidlabs-Codex-mini", set_active=True) - Notebooks
- Google Colab
- Kaggle
mixture_of_agents/ βββ README.md βββ setup.sh βββ requirements.txt βββ app.py βββ colab_notebook.ipynb βββ dataset/ β βββ code_finetune_dataset.json βββ agents/ β βββ front_end_agent.py β βββ back_end_agent.py β βββ database_agent.py β βββ devops_agent.py β βββ project_management_agent.py βββ integration/ β βββ integration_layer.py βββ model/ βββ load_pretrained_model.py βββ fine_tune_model.py