Spaces:
Paused
Paused
ai: Introduce JARVIS 2.1.2 version!
Browse files
API.md
CHANGED
|
@@ -41,7 +41,7 @@ from rich.console import Console
|
|
| 41 |
from rich.markdown import Markdown
|
| 42 |
console = Console()
|
| 43 |
jarvis = Client("hadadrjt/ai")
|
| 44 |
-
model = "JARVIS: 2.1.
|
| 45 |
jarvis.predict(new=model, api_name="/change_model")
|
| 46 |
input_text = " ".join(sys.argv[1:]) if len(sys.argv) > 1 else "Hi!"
|
| 47 |
result = jarvis.predict(multi={"text": input_text}, api_name="/api")
|
|
@@ -75,7 +75,7 @@ ai "Your message here."
|
|
| 75 |
```
|
| 76 |
Choose one of the model name for the JARVIS multi platform.
|
| 77 |
|
| 78 |
-
1. JARVIS: 2.1.
|
| 79 |
2. DeepSeek: V3-0324
|
| 80 |
3. DeepSeek: R1 (Reasoning)
|
| 81 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|
|
|
|
| 41 |
from rich.markdown import Markdown
|
| 42 |
console = Console()
|
| 43 |
jarvis = Client("hadadrjt/ai")
|
| 44 |
+
model = "JARVIS: 2.1.2" # default to JARVIS, you can change the model here.
|
| 45 |
jarvis.predict(new=model, api_name="/change_model")
|
| 46 |
input_text = " ".join(sys.argv[1:]) if len(sys.argv) > 1 else "Hi!"
|
| 47 |
result = jarvis.predict(multi={"text": input_text}, api_name="/api")
|
|
|
|
| 75 |
```
|
| 76 |
Choose one of the model name for the JARVIS multi platform.
|
| 77 |
|
| 78 |
+
1. JARVIS: 2.1.2
|
| 79 |
2. DeepSeek: V3-0324
|
| 80 |
3. DeepSeek: R1 (Reasoning)
|
| 81 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|
CREDITS
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
Special thanks to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Special thanks to:
|
| 2 |
+
|
| 3 |
+
- Alibaba Cloud for providing the QwQ-32B model.
|
| 4 |
+
- Qwen Team for developing QwQ-32B model.
|
| 5 |
+
- Hugging Face for the platform.
|
NOTICE
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
Copyright 2024 Alibaba Cloud
|
| 2 |
Copyright 2025 Hadad <[email protected]>
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
Available at: https://huggingface.co/Qwen/QwQ-32B
|
|
|
|
| 1 |
Copyright 2024 Alibaba Cloud
|
| 2 |
Copyright 2025 Hadad <[email protected]>
|
| 3 |
|
| 4 |
+
List of models:
|
| 5 |
+
|
| 6 |
+
- JARVIS: 2.1.1-ft-QwQ-32B
|
| 7 |
+
- JARVIS: 2.1.2 - Advanced Critical Thinker
|
| 8 |
+
|
| 9 |
+
Based on the Qwen: QwQ-32B model developed by Alibaba Cloud.
|
| 10 |
+
|
| 11 |
+
Original model: Qwen: QwQ-32B
|
| 12 |
Available at: https://huggingface.co/Qwen/QwQ-32B
|