Text Generation
MLX
Safetensors
English
hy_v4
hunyuan
hy4
Mixture of Experts
conversational
4-bit precision
Instructions to use mlx-community/Hy4-preview-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Hy4-preview-4bit with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("mlx-community/Hy4-preview-4bit") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use mlx-community/Hy4-preview-4bit with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Hy4-preview-4bit"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mlx-community/Hy4-preview-4bit" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use mlx-community/Hy4-preview-4bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "mlx-community/Hy4-preview-4bit"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "mlx-community/Hy4-preview-4bit" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "mlx-community/Hy4-preview-4bit", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use mlx-community/Hy4-preview-4bit with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Hy4-preview-4bit"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mlx-community/Hy4-preview-4bit
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mlx-community/Hy4-preview-4bit with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Hy4-preview-4bit"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mlx-community/Hy4-preview-4bit" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- model-00002-of-00103.safetensors +3 -0
- model-00003-of-00103.safetensors +3 -0
- model-00006-of-00103.safetensors +3 -0
- model-00007-of-00103.safetensors +3 -0
- model-00008-of-00103.safetensors +3 -0
- model-00009-of-00103.safetensors +3 -0
- model-00010-of-00103.safetensors +3 -0
- model-00011-of-00103.safetensors +3 -0
- model-00012-of-00103.safetensors +3 -0
- model-00014-of-00103.safetensors +3 -0
- model-00017-of-00103.safetensors +3 -0
- model-00018-of-00103.safetensors +3 -0
- model-00020-of-00103.safetensors +3 -0
- model-00022-of-00103.safetensors +3 -0
- model-00023-of-00103.safetensors +3 -0
- model-00026-of-00103.safetensors +3 -0
- model-00027-of-00103.safetensors +3 -0
- model-00028-of-00103.safetensors +3 -0
- model-00029-of-00103.safetensors +3 -0
- model-00030-of-00103.safetensors +3 -0
- model-00031-of-00103.safetensors +3 -0
- model-00034-of-00103.safetensors +3 -0
- model-00035-of-00103.safetensors +3 -0
- model-00042-of-00103.safetensors +3 -0
- model-00043-of-00103.safetensors +3 -0
- model-00046-of-00103.safetensors +3 -0
- model-00047-of-00103.safetensors +3 -0
- model-00048-of-00103.safetensors +3 -0
- model-00049-of-00103.safetensors +3 -0
- model-00050-of-00103.safetensors +3 -0
- model-00053-of-00103.safetensors +3 -0
- model-00054-of-00103.safetensors +3 -0
- model-00055-of-00103.safetensors +3 -0
- model-00056-of-00103.safetensors +3 -0
- model-00059-of-00103.safetensors +3 -0
- model-00061-of-00103.safetensors +3 -0
- model-00062-of-00103.safetensors +3 -0
- model-00063-of-00103.safetensors +3 -0
- model-00066-of-00103.safetensors +3 -0
- model-00067-of-00103.safetensors +3 -0
- model-00068-of-00103.safetensors +3 -0
- model-00069-of-00103.safetensors +3 -0
- model-00070-of-00103.safetensors +3 -0
- model-00071-of-00103.safetensors +3 -0
- model-00074-of-00103.safetensors +3 -0
- model-00075-of-00103.safetensors +3 -0
- model-00082-of-00103.safetensors +3 -0
- model-00083-of-00103.safetensors +3 -0
- model-00086-of-00103.safetensors +3 -0
- model-00087-of-00103.safetensors +3 -0
model-00002-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e4ae3163fc4cfa4b1a2a5a9c982398681eecc646c39d59c7ed876162a522330
|
| 3 |
+
size 3799314524
|
model-00003-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5962242c7545b1d5548e83572796568340b1ac099f0d39b3db6dfe9f0e8c8f3b
|
| 3 |
+
size 3799314528
|
model-00006-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e238adbb6471ccebb187e1e56db58d6fc655d72b42f0e9d13803d72e4ff5908e
|
| 3 |
+
size 3804587906
|
model-00007-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3f782156b3f34172b4cf3eaf3d0c64d05b188b09590cde4f1777fa51625bfcb
|
| 3 |
+
size 3799314466
|
model-00008-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:710aadba7751365265e26c8f66b025428d7d401e8f48d0d0567c2186a5734846
|
| 3 |
+
size 5335155728
|
model-00009-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e43c52b52a00bda3f875ad9090cbd475a0f1e833dee799303422182b694c2d37
|
| 3 |
+
size 3899977967
|
model-00010-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d5d616d8864173fc18b8cf856ac1ac9a56ad054fa716acb321c4ef14d0a5360
|
| 3 |
+
size 3799314544
|
model-00011-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f066b685063626f444844ced5741acb246e34caceac9dbf500d7a171a92e34e
|
| 3 |
+
size 3804587794
|
model-00012-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19f16df2b3b2ef5136cb496e444d1ba9896ef47946ebd8cc51890028115181d5
|
| 3 |
+
size 5335155726
|
model-00014-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8524977be68454cd18a3705144b5bb5d4c745f30d911583370b7f5180f210f11
|
| 3 |
+
size 3799314587
|
model-00017-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985e8e3810fb2a202afe6a5a0abeba33d2cbe4765d8aca6bd7afa3101fe791e4
|
| 3 |
+
size 3905251434
|
model-00018-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6336baa3dcb9e373236a158c65b8c051d7ed57facded93ccb6c5a8566b1a9cb
|
| 3 |
+
size 3799314595
|
model-00020-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d533f605dd33357260b67137ce042cb5fb0a49f70a0c82df53bbf1079e1dc6
|
| 3 |
+
size 5335155736
|
model-00022-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:301b29789e8a4ef99b633b8e0b9fc25f448e80fadd254eb0bb71e1367f61958b
|
| 3 |
+
size 3804588016
|
model-00023-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172d2bfd19fdf6cb60004feba9e42ebd09ae6a768ba9c8316508bc020dc49a08
|
| 3 |
+
size 3799314571
|
model-00026-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5d4b30b4359d7ec94194a79dfccc336559e27febc2010970ddbde5052bc4c47
|
| 3 |
+
size 3799314607
|
model-00027-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c49c86e9f91c715ce13d4f20eedc062ac6e90ac91f7863a9a034063c35fc88d9
|
| 3 |
+
size 3804587934
|
model-00028-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9673f38bdcce1173398589a9110e687468c465b8c210068206cf9f1397d060cf
|
| 3 |
+
size 5335155738
|
model-00029-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a2a604fbb05d747689f0847448619572adc6b6c9e32bbfc71c964f8f23c5329
|
| 3 |
+
size 3899978023
|
model-00030-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db9cccf40f41ed61d4e3f273cdece5065a95f71b0a1eb3f6480e533142acde63
|
| 3 |
+
size 3799314607
|
model-00031-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79531c2a703860ba477670901c53cb4bb8b75f183799b93cf696fae528e6670c
|
| 3 |
+
size 3799314569
|
model-00034-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f336357ab78d4c4654ff4a238661c65e96dd594ff1d8e9b554bf06da085407ad
|
| 3 |
+
size 3799314531
|
model-00035-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23d099c6492096046301594d1683a0db97963cc8f2d35182879896bfda273f3a
|
| 3 |
+
size 3799314467
|
model-00042-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298e82e87934ca41d4e2b8b86a96ec3c9631ad5bb95e9ddc08ec07c69582a488
|
| 3 |
+
size 3799314607
|
model-00043-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44e87a5e949ce499685c15346bba7c0218b10e4425b4d3e0ea55760a240a91ae
|
| 3 |
+
size 3804587810
|
model-00046-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d946796667a5944fd9864177e82b0129940bef0576c4f05a615ef5f7ba1de30
|
| 3 |
+
size 3799314593
|
model-00047-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3d46d3f618121cf8001c068fd521012d431873ae4c469c910b28472a6e0704b
|
| 3 |
+
size 3799314589
|
model-00048-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72694290bd35dbb784fd836ee68329cf8d9aa5f519192e40468849edcfd3f8c6
|
| 3 |
+
size 5335155738
|
model-00049-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bedd7f2310a89cef543276210e5c8a14d6d8a39479c321308be47ff7b29dcb36
|
| 3 |
+
size 3905251434
|
model-00050-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfbf0a10bee9bed104a9d5e7d371fafaac37e43751eadddc75b8d4f3779845e9
|
| 3 |
+
size 3799314607
|
model-00053-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b54f67cd5ef778aed63e9f4b4021ca3e6ec911ba77bd1f60524c753d54b7d8a
|
| 3 |
+
size 3899978025
|
model-00054-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:999c879286992975b01d80e498e6272ea5d77e237ab5cb08d4949c7d1e446ab9
|
| 3 |
+
size 3804588018
|
model-00055-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4842006ce22a467e044ca66b8b9782911122b2f6296726d5ab874dc6c448819
|
| 3 |
+
size 3799314497
|
model-00056-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e46ea8e030f23d7c5378edb46ec8b4b0477be5df5d1f7d6a1f21d59501fa1db
|
| 3 |
+
size 5335155736
|
model-00059-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61426da9af4a8d16619c3f24838004c1a44b18684e98f19f7ba0bf2832f43a6b
|
| 3 |
+
size 3804587860
|
model-00061-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c990298180bd49169e4a9cd2099e8f4f0f57cea44785ff57c2184d339619898
|
| 3 |
+
size 3899978025
|
model-00062-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f950c204f1da4fc08ce4ec224441db3ce87beb665dec0f46081a484e4a05925a
|
| 3 |
+
size 3799314605
|
model-00063-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35e292627c98bb52a0e7e5db126bef1f6f16e01c4852bda15465057bd248a343
|
| 3 |
+
size 3799314479
|
model-00066-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55021e45e219d996fa3379ec0b736a3248291192fdd6c42c18947976ce2586f6
|
| 3 |
+
size 3799314475
|
model-00067-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7397a7d12e0f86db28654f7debc19fd1d4e592d67ce9f68300eeafa5cec530ab
|
| 3 |
+
size 3799314511
|
model-00068-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5f4335066e9a146f928381dafe049e5ef01605eae2e1f0b90f472c10f78a8c2
|
| 3 |
+
size 5335155738
|
model-00069-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d943ab6e1696b2f9a4fc0b4d887c6ddd21f52a7f71c25e73aa726c1790dd79d6
|
| 3 |
+
size 3899978025
|
model-00070-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d4757686d03a9c7b00f4a216f1b6346917dc9cc1de41c3981a213e8636a272
|
| 3 |
+
size 3804588016
|
model-00071-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d477164c91b0ee27d0a0b7aee6e29d85c6275c0c3305ca088a939ad56cb481cd
|
| 3 |
+
size 3799314575
|
model-00074-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26d02e72fc280d1aa516ecb6d932bd11bdcdb2ae52296610ea759755a5dd3f31
|
| 3 |
+
size 3799314559
|
model-00075-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f9b79ce8fb1c69fa89658568105f5b81d21cfa14d2945617dc50c53686818b8
|
| 3 |
+
size 3804587860
|
model-00082-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:936d1c83864bc17a4f4cc8964736cd86d4892b916f0ed480ff3a22b747119a44
|
| 3 |
+
size 3799314517
|
model-00083-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:764736e71e6f3357ab17465d37be8dc0639e509720242198f5b17930f084bcd0
|
| 3 |
+
size 3799314527
|
model-00086-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70b4ecd89e3c8e6ad312442ef92e9ccfea4ba674263b1d912a51f83bdd6fbc43
|
| 3 |
+
size 3804587998
|
model-00087-of-00103.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24f8b402111a7945556f495315ccd9a39dc9fe00cdab48531df7eaa30f1f4bed
|
| 3 |
+
size 3799314525
|