Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ datasets:
|
|
| 15 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
This is a fine-tuned version of [`mistralai/Mistral-7B-Instruct-v0.2`](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), adapted specifically for **code generation, schema-driven CRUD reasoning, and full-stack boilerplate automation**. It powers the AI agent layer behind the [Self-Revolve project](https://github.com/self-evolving-runtimes/revolve).
|
| 21 |
|
|
@@ -28,11 +28,11 @@ This is a fine-tuned version of [`mistralai/Mistral-7B-Instruct-v0.2`](https://h
|
|
| 28 |
> “Instantly generate full-stack admin panels, APIs, and UIs from your database schema—powered by AI agents & LLMs.”
|
| 29 |
|
| 30 |
**Key capabilities:**
|
| 31 |
-
-
|
| 32 |
-
-
|
| 33 |
-
-
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
|
| 37 |
---
|
| 38 |
|
|
@@ -46,7 +46,7 @@ A high-quality Alpaca-style dataset focused on database and backend code generat
|
|
| 46 |
|
| 47 |
---
|
| 48 |
|
| 49 |
-
##
|
| 50 |
|
| 51 |
| Detail | Value |
|
| 52 |
|---------------------|-------|
|
|
@@ -65,7 +65,7 @@ A high-quality Alpaca-style dataset focused on database and backend code generat
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
-
##
|
| 69 |
|
| 70 |
- Eval runtime: 2.84s
|
| 71 |
- Samples/sec: 2.11
|
|
@@ -75,7 +75,7 @@ A high-quality Alpaca-style dataset focused on database and backend code generat
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
-
##
|
| 79 |
|
| 80 |
```bash
|
| 81 |
vllm-api-server \
|
|
|
|
| 15 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# Evolve Mistral: Fine-Tuned Mistral-7B-Instruct for AI CRUD & Code Generation
|
| 19 |
|
| 20 |
This is a fine-tuned version of [`mistralai/Mistral-7B-Instruct-v0.2`](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), adapted specifically for **code generation, schema-driven CRUD reasoning, and full-stack boilerplate automation**. It powers the AI agent layer behind the [Self-Revolve project](https://github.com/self-evolving-runtimes/revolve).
|
| 21 |
|
|
|
|
| 28 |
> “Instantly generate full-stack admin panels, APIs, and UIs from your database schema—powered by AI agents & LLMs.”
|
| 29 |
|
| 30 |
**Key capabilities:**
|
| 31 |
+
- Auto-generates CRUD APIs from DB schemas
|
| 32 |
+
- Generates React/MUI admin interfaces
|
| 33 |
+
- Supports SQL & NoSQL databases
|
| 34 |
+
- Works without OpenAI keys
|
| 35 |
+
- Open-source & self-hostable
|
| 36 |
|
| 37 |
---
|
| 38 |
|
|
|
|
| 46 |
|
| 47 |
---
|
| 48 |
|
| 49 |
+
## Training Setup
|
| 50 |
|
| 51 |
| Detail | Value |
|
| 52 |
|---------------------|-------|
|
|
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
+
## Evaluation Summary
|
| 69 |
|
| 70 |
- Eval runtime: 2.84s
|
| 71 |
- Samples/sec: 2.11
|
|
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
+
## Example Usage (VLLM)
|
| 79 |
|
| 80 |
```bash
|
| 81 |
vllm-api-server \
|