Instructions to use tensorplex-labs/DOJO-INTERFACE-CODER-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tensorplex-labs/DOJO-INTERFACE-CODER-7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tensorplex-labs/DOJO-INTERFACE-CODER-7B-SFT") model = PeftModel.from_pretrained(base_model, "tensorplex-labs/DOJO-INTERFACE-CODER-7B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ language:
|
|
| 8 |
license: cc-by-4.0
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# INTERFACE-CODER-7B: First-of-its-kind Interface Generation Model Trained On High Quality Synthetic Data Curated Using Distributed Human Feedback
|
| 12 |
|
| 13 |
We are thrilled to release DOJO-INTERFACE-CODER-7B, a-first-of-its-kind Large Language Model (LLM) specialized in generating complex, interactive, and visually appealing frontend interfaces.
|
| 14 |
|
|
|
|
| 8 |
license: cc-by-4.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# DOJO-INTERFACE-CODER-7B: First-of-its-kind Interface Generation Model Trained On High Quality Synthetic Data Curated Using Distributed Human Feedback
|
| 12 |
|
| 13 |
We are thrilled to release DOJO-INTERFACE-CODER-7B, a-first-of-its-kind Large Language Model (LLM) specialized in generating complex, interactive, and visually appealing frontend interfaces.
|
| 14 |
|