rrrpromex commited on
Commit
cc7cd7f
·
verified ·
1 Parent(s): 42573c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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.