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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
The error you are encountering is due to the code block within the folder structure section. The Markdown parser might be getting confused by the indentation or the format. Let's format the `README.md` properly to avoid YAML parsing errors.
|
| 2 |
-
|
| 3 |
-
Here is the corrected `README.md`:
|
| 4 |
|
| 5 |
```markdown
|
| 6 |
# Mixture of Agents Model (MAM) - Full-Stack Development Team
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
```markdown
|
| 3 |
# Mixture of Agents Model (MAM) - Full-Stack Development Team
|