Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
-
|
| 2 |
-
title: Test
|
| 3 |
-
emoji: 💻
|
| 4 |
-
colorFrom: red
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: docker
|
| 7 |
-
pinned: false
|
| 8 |
-
license: mit
|
| 9 |
-
short_description: ai pro
|
| 10 |
-
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
High-power AI launcher
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
Recommended immediate ONNX model:
|
| 4 |
+
- onnx-community/Hermes-4-14B-Onnx
|
| 5 |
+
|
| 6 |
+
Bigger base models to consider (not bundled here):
|
| 7 |
+
- Qwen/Qwen2.5-72B-Instruct
|
| 8 |
+
- meta-llama/Llama-3.1-405B-Instruct
|
| 9 |
+
|
| 10 |
+
Notes:
|
| 11 |
+
- ONNX Runtime is for inference/deployment.
|
| 12 |
+
- Training/fine-tuning should be done in a framework first.
|
| 13 |
+
- If you want to export a smaller PyTorch model to ONNX, use Hugging Face Optimum or torch.onnx.
|