Spaces:
Running
Running
ai: J.A.R.V.I.S., 2.1.3 version is here!
Browse files- README.md +2 -1
- docs/API.md +1 -1
- docs/CREDITS +2 -2
- docs/NOTICE +6 -0
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
colorFrom: yellow
|
4 |
colorTo: purple
|
5 |
sdk: gradio
|
@@ -8,6 +8,7 @@ app_file: app.py
|
|
8 |
pinned: true
|
9 |
short_description: Inspired by Iron Man movies.
|
10 |
models:
|
|
|
11 |
- agentica-org/DeepCoder-14B-Preview
|
12 |
- deepseek-ai/DeepSeek-V3-0324
|
13 |
- deepseek-ai/DeepSeek-R1
|
|
|
1 |
---
|
2 |
+
title: J.A.R.V.I.S.
|
3 |
colorFrom: yellow
|
4 |
colorTo: purple
|
5 |
sdk: gradio
|
|
|
8 |
pinned: true
|
9 |
short_description: Inspired by Iron Man movies.
|
10 |
models:
|
11 |
+
- hadadrjt/JARVIS
|
12 |
- agentica-org/DeepCoder-14B-Preview
|
13 |
- deepseek-ai/DeepSeek-V3-0324
|
14 |
- deepseek-ai/DeepSeek-R1
|
docs/API.md
CHANGED
@@ -41,7 +41,7 @@ model = "JARVIS: 2.1.2"
|
|
41 |
|
42 |
Choose one of the model name for the JARVIS multi platform.
|
43 |
|
44 |
-
1. JARVIS: 2.1.
|
45 |
2. DeepSeek: V3-0324
|
46 |
3. DeepSeek: R1 (Reasoning)
|
47 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|
|
|
41 |
|
42 |
Choose one of the model name for the JARVIS multi platform.
|
43 |
|
44 |
+
1. JARVIS: 2.1.3
|
45 |
2. DeepSeek: V3-0324
|
46 |
3. DeepSeek: R1 (Reasoning)
|
47 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|
docs/CREDITS
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Special thanks to:
|
2 |
|
3 |
-
- Alibaba Cloud for providing
|
4 |
-
- Qwen Team for developing QwQ-32B model.
|
5 |
- Hugging Face for the platform.
|
|
|
1 |
Special thanks to:
|
2 |
|
3 |
+
- Alibaba Cloud for providing QwQ-32B and Qwen3-235B-A22B model.
|
4 |
+
- Qwen Team for developing QwQ-32B and Qwen3-235B-A22B model.
|
5 |
- Hugging Face for the platform.
|
docs/NOTICE
CHANGED
@@ -11,6 +11,12 @@ Based on the Qwen: QwQ-32B model developed by Alibaba Cloud.
|
|
11 |
Original model: Qwen: QwQ-32B
|
12 |
Available at: https://huggingface.co/Qwen/QwQ-32B
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
---------------------------------------------------------------------------------------------------------
|
16 |
|
|
|
11 |
Original model: Qwen: QwQ-32B
|
12 |
Available at: https://huggingface.co/Qwen/QwQ-32B
|
13 |
|
14 |
+
- JARVIS: 2.1.3
|
15 |
+
|
16 |
+
Based on the Qwen: Qwen3-235B-A22B model developed by Alibaba Cloud and Qwen Team.
|
17 |
+
|
18 |
+
Original model: Qwen3-235B-A22B
|
19 |
+
Available at: https://huggingface.co/Qwen/Qwen3-235B-A22B
|
20 |
|
21 |
---------------------------------------------------------------------------------------------------------
|
22 |
|