hadadrjt commited on
Commit
022a7cf
·
1 Parent(s): 1cb0934

J.A.R.V.I.S.: Update 2.1.3-0625 to 2025-06-11.

Browse files
README.md CHANGED
@@ -7,6 +7,7 @@ base_model:
7
  tags:
8
  - jarvis
9
  - ollama
 
10
  ---
11
 
12
  **J.A.R.V.I.S.**, which stands for "**Just a Rather Very Intelligent System**", is an advanced AI language model inspired by [Iron Man](https://wikipedia.org/wiki/J.A.R.V.I.S.) iconic assistant. This model delivers context-aware, high-fidelity natural language processing capabilities for a wide range of applications.
@@ -16,9 +17,11 @@ tags:
16
  ## Model Highlights
17
 
18
  - **Powerful Text Generation Engine**
 
19
  **J.A.R.V.I.S.** serves as the core of an AI solution capable of producing natural and creative text with high quality, ready to help you create inspiring and engaging content.
20
 
21
  - **Seamless Integration, Limitless Possibilities**
 
22
  Designed with high flexibility, **J.A.R.V.I.S.** can be seamlessly integrated into a wide range of platforms and systems you use, including web applications, chatbots, agent modes, tools, system integrations, and automated workflows, adapting effortlessly to available resource capacities.
23
 
24
  - **Scalable & Resource-Aware**
@@ -28,6 +31,7 @@ Regardless of your computing environment, **J.A.R.V.I.S.** can be optimized for
28
  Ideal for a wide range of needs, from creative content creation, writing assistance, to developing interactive text-based applications, giving you unlimited freedom to innovate.
29
 
30
  - **Agentic Use**
 
31
  Example usage, please refer to the [Qwen3 Documentation](https://huggingface.co/dulimov/Qwen3-0.6B-rk3588-1.2.1-unsloth-16k#agentic-use), and the [Qwen-Agent GitHub repository](https://github.com/QwenLM/Qwen-Agent).
32
 
33
  **J.A.R.V.I.S.** is not just an AI model, it is an intelligent partner ready to transform your ideas into words with a touch of intelligence and high flexibility.
@@ -106,6 +110,59 @@ with torch.inference_mode():
106
  )
107
  ```
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  ## Responsible Use
110
 
111
  Although **J.A.R.V.I.S.** delivers impressive results, it may reflect biases from its training data and occasionally produce incorrect outputs. It is not intended for real-time safety-critical applications without human oversight. I recommend implementing human review workflows, monitoring outputs for fairness and accuracy, and updating the model with domain-specific data over time.
 
7
  tags:
8
  - jarvis
9
  - ollama
10
+ - agent
11
  ---
12
 
13
  **J.A.R.V.I.S.**, which stands for "**Just a Rather Very Intelligent System**", is an advanced AI language model inspired by [Iron Man](https://wikipedia.org/wiki/J.A.R.V.I.S.) iconic assistant. This model delivers context-aware, high-fidelity natural language processing capabilities for a wide range of applications.
 
17
  ## Model Highlights
18
 
19
  - **Powerful Text Generation Engine**
20
+ <video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_chat.mp4" controls>Your browser does not support the video tag.</video>
21
  **J.A.R.V.I.S.** serves as the core of an AI solution capable of producing natural and creative text with high quality, ready to help you create inspiring and engaging content.
22
 
23
  - **Seamless Integration, Limitless Possibilities**
24
+ <video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_demo.mp4" controls>Your browser does not support the video tag.</video>
25
  Designed with high flexibility, **J.A.R.V.I.S.** can be seamlessly integrated into a wide range of platforms and systems you use, including web applications, chatbots, agent modes, tools, system integrations, and automated workflows, adapting effortlessly to available resource capacities.
26
 
27
  - **Scalable & Resource-Aware**
 
31
  Ideal for a wide range of needs, from creative content creation, writing assistance, to developing interactive text-based applications, giving you unlimited freedom to innovate.
32
 
33
  - **Agentic Use**
34
+ <video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_agent.mp4" controls>Your browser does not support the video tag.</video>
35
  Example usage, please refer to the [Qwen3 Documentation](https://huggingface.co/dulimov/Qwen3-0.6B-rk3588-1.2.1-unsloth-16k#agentic-use), and the [Qwen-Agent GitHub repository](https://github.com/QwenLM/Qwen-Agent).
36
 
37
  **J.A.R.V.I.S.** is not just an AI model, it is an intelligent partner ready to transform your ideas into words with a touch of intelligence and high flexibility.
 
110
  )
111
  ```
112
 
113
+ ## API
114
+
115
+ **J.A.R.V.I.S.** offers API support for both general users and developers for free.
116
+
117
+ For **general users**, it can be operated directly through the local terminal on Linux, Termux, macOS, or Windows (WSL) without requiring any special configuration.
118
+
119
+ ```bash
120
+ # Installations.
121
+ # Make sure you have "wget", "python3" and "pip" installed.
122
+ # This package have very small size.
123
+ wget https://huggingface.co/spaces/hadadrjt/ai/raw/main/assets/bin/install.sh && chmod a+x install.sh && ./install.sh
124
+ ```
125
+
126
+ ```bash
127
+ # Run J.A.R.V.I.S. in your terminal.
128
+ # Example normal usage.
129
+ ./ai Your message here.
130
+
131
+ # Example with Deep Search.
132
+ ./ai -d Your message here.
133
+ ```
134
+
135
+ ```bash
136
+ # Linux user's
137
+ # Bonus for more flexible.
138
+ sudo mv ai /bin/
139
+
140
+ # Now you can run with simple command.
141
+ ai Your message here.
142
+ ```
143
+
144
+ For **developers**, an OpenAI-compatible API is available, facilitating seamless integration with various systems. Additionally, this API endpoint is open source and can be accessed [here](https://huggingface.co/spaces/hadadrjt/api).
145
+
146
+ <video src="https://gitlab.com/hdrjt/assets/-/raw/master/videos/JARVIS_api.mp4" controls>
147
+ Your browser does not support the video tag.
148
+ </video>
149
+
150
+ ```bash
151
+ # OpenAI Style (developers only)
152
+ curl https://hadadrjt-api.hf.space/v1/responses \
153
+ -H "Content-Type: application/json" \
154
+ -d '{
155
+ "model": "JARVIS: 2.1.3",
156
+ "input": "Write a one-sentence bedtime story about a unicorn.",
157
+ "stream": true
158
+ }'
159
+ ```
160
+
161
+ ```
162
+ # Endpoint
163
+ https://hadadrjt-api.hf.space/v1
164
+ ```
165
+
166
  ## Responsible Use
167
 
168
  Although **J.A.R.V.I.S.** delivers impressive results, it may reflect biases from its training data and occasionally produce incorrect outputs. It is not intended for real-time safety-critical applications without human oversight. I recommend implementing human review workflows, monitoring outputs for fairness and accuracy, and updating the model with domain-specific data over time.
model-00001-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ea83aecc243732c249b80284bc5b0d01041a180f9ae4002809b192ea2134446
3
  size 4984780720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71123f158459a4a4f19aefe30cf53abf8a8cbb647d6267e81c1f2aa07c062672
3
  size 4984780720
model-00002-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07f8e63329174da7d62bc698104dc7b00eaf64d27c32e45f29cf28431f9b38b9
3
  size 4980891968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d257da359c262932e59b6965d163450f778e4eaea9ec2403f66f47095a5f7c97
3
  size 4980891968
model-00003-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25aaeb837dfc480cc375922c0e475059526b6f6ec0a86bf7a6491ea8b3353fa9
3
  size 4928485016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e4466f226befd86ed4ab622dac31c61f9094d0bbcd98ba1efe70b4c75166d8
3
  size 4928485016
model-00004-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:419d12d038d274ba5bd67c79bfe0c0f9de0ca7a223a73ff52c31dfceecabda2f
3
  size 4980892032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2730de7124a8b00af9a1a3f89292e4a88b31eff69a1f672747e08b7d07c510ab
3
  size 4980892032
model-00005-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64fa773105918560b103a5a7676ae5124501da658fd870a6c316ff95423e2659
3
  size 4928485016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb62148804eb0ae66c9d2f0102b74599755fe960387fe0b3ab63d100d1665f1
3
  size 4928485016
model-00006-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d5d2d4338589ea585884fcb0f8341db69f454aa253a1e6a87fd9eef8dceb5cc
3
  size 4733130456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128329181b1d04b4139f8124081e7bb51c44396640459da33fda5388f452811b
3
  size 4733130456