Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,13 @@ Unlike standard Qwen2 models, this `Hybrid-v9` backbone features:
|
|
| 38 |
|
| 39 |
## 🚀 Quick Start
|
| 40 |
|
| 41 |
-
**⚠️ IMPORTANT:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
### Prerequisites
|
| 44 |
```bash
|
|
|
|
| 38 |
|
| 39 |
## 🚀 Quick Start
|
| 40 |
|
| 41 |
+
**⚠️ IMPORTANT:**
|
| 42 |
+
This project is not fully completed yet, and the current weighting is not a very good tradeoff.
|
| 43 |
+
If I obtain new training results in the future, I will continue to update them here
|
| 44 |
+
If you plan to test this
|
| 45 |
+
|
| 46 |
+
If you have decided to test this not-so-perfect weight, please be aware:
|
| 47 |
+
Because this model uses a custom architecture, you **MUST** pass `trust_remote_code=True` when loading it.
|
| 48 |
|
| 49 |
### Prerequisites
|
| 50 |
```bash
|