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,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Ddroidlabs-Codex-Mini
|
| 2 |
small agentic model designed as a coding assistant
|
| 3 |
|
|
@@ -177,4 +188,4 @@ This project is licensed under the apache-2.0 License.
|
|
| 177 |
|
| 178 |
## Contact
|
| 179 |
|
| 180 |
-
For any questions or issues, please open an issue on GitHub or contact the repository maintainer.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- code_eval
|
| 7 |
+
library_name: adapter-transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
tags:
|
| 10 |
+
- code
|
| 11 |
+
---
|
| 12 |
# Ddroidlabs-Codex-Mini
|
| 13 |
small agentic model designed as a coding assistant
|
| 14 |
|
|
|
|
| 188 |
|
| 189 |
## Contact
|
| 190 |
|
| 191 |
+
For any questions or issues, please open an issue on GitHub or contact the repository maintainer.
|