Text Generation
MLX
Safetensors
English
gpt_oss
roleplaying
SillyTavern
8-bit precision
conversational
abliterated
Instructions to use the-fall-of-man/didact-plump-v1beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use the-fall-of-man/didact-plump-v1beta 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("the-fall-of-man/didact-plump-v1beta") 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 the-fall-of-man/didact-plump-v1beta with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "the-fall-of-man/didact-plump-v1beta"
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": "the-fall-of-man/didact-plump-v1beta" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use the-fall-of-man/didact-plump-v1beta with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "the-fall-of-man/didact-plump-v1beta"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "the-fall-of-man/didact-plump-v1beta" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "the-fall-of-man/didact-plump-v1beta", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use the-fall-of-man/didact-plump-v1beta 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 "the-fall-of-man/didact-plump-v1beta"
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 the-fall-of-man/didact-plump-v1beta
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use the-fall-of-man/didact-plump-v1beta with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "the-fall-of-man/didact-plump-v1beta"
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 "the-fall-of-man/didact-plump-v1beta" \ --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 files- ._README.md +0 -0
- ._chat_template.jinja +0 -0
- ._config.json +0 -0
- ._generation_config.json +0 -0
- ._model-00001-of-00027.safetensors +3 -0
- ._model-00002-of-00027.safetensors +3 -0
- ._model-00007-of-00027.safetensors +3 -0
- ._model-00008-of-00027.safetensors +3 -0
- ._model-00010-of-00027.safetensors +3 -0
- ._model-00011-of-00027.safetensors +3 -0
- ._model-00013-of-00027.safetensors +3 -0
- ._model-00014-of-00027.safetensors +3 -0
- ._model-00015-of-00027.safetensors +3 -0
- ._model-00016-of-00027.safetensors +3 -0
- ._model-00019-of-00027.safetensors +3 -0
- ._model-00021-of-00027.safetensors +3 -0
- ._model-00024-of-00027.safetensors +3 -0
- ._model-00027-of-00027.safetensors +3 -0
- ._model.safetensors.index.json +0 -0
- ._tokenizer.json +0 -0
- ._tokenizer_config.json +0 -0
- README.md +2 -64
- model-00001-of-00027.safetensors +1 -1
- model-00002-of-00027.safetensors +1 -1
- model-00003-of-00027.safetensors +1 -1
- model-00004-of-00027.safetensors +1 -1
- model-00005-of-00027.safetensors +1 -1
- model-00006-of-00027.safetensors +1 -1
- model-00007-of-00027.safetensors +1 -1
- model-00009-of-00027.safetensors +1 -1
- model-00010-of-00027.safetensors +1 -1
- model-00012-of-00027.safetensors +1 -1
- model-00013-of-00027.safetensors +1 -1
- model-00014-of-00027.safetensors +1 -1
- model-00015-of-00027.safetensors +1 -1
- model-00016-of-00027.safetensors +1 -1
- model-00017-of-00027.safetensors +1 -1
- model-00018-of-00027.safetensors +1 -1
- model-00019-of-00027.safetensors +1 -1
- model-00020-of-00027.safetensors +1 -1
- model-00021-of-00027.safetensors +1 -1
- model-00022-of-00027.safetensors +1 -1
- model-00023-of-00027.safetensors +1 -1
- model-00024-of-00027.safetensors +1 -1
- model-00025-of-00027.safetensors +1 -1
._README.md
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._chat_template.jinja
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._config.json
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._generation_config.json
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._model-00001-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00002-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00007-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00008-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00010-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00011-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00013-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00014-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00015-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00016-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00019-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00021-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00024-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model-00027-of-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb7a20c4d519920dd14b5c0f16866242cd6fc2547068d466fa6d7a5a7b9cb5a
|
| 3 |
+
size 4096
|
._model.safetensors.index.json
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._tokenizer.json
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._tokenizer_config.json
ADDED
|
Binary file (4.1 kB). View file
|
|
|
README.md
CHANGED
|
@@ -1,69 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
library_name: mlx
|
| 4 |
-
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
- mlx
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
- 8-bit
|
| 10 |
-
- conversational
|
| 11 |
-
- abliterated
|
| 12 |
-
license: apache-2.0
|
| 13 |
-
base_model:
|
| 14 |
-
- ArliAI/gpt-oss-120b-Derestricted
|
| 15 |
---
|
| 16 |
-
|
| 17 |
-
# The latest version of the model is not yet uploaded. You don't want this one yet (one with an upload date of Mar 1).
|
| 18 |
-
|
| 19 |
-
## Didact Plump v1 beta
|
| 20 |
-
|
| 21 |
-
Expanded dataaset; over half is my own personal data, then creative datasets from huggingface, especially some great ones from [crownelius](https://huggingface.co/crownelius)
|
| 22 |
-
|
| 23 |
-
Literary/roleplay focused; built on the ArliAI [derestricted](https://huggingface.co/ArliAI/gpt-oss-120b-Derestricted) models (as the best of the abliterated sets, IMHO) models, to fix a general problem with GPT-OSS - it's kinda bad at knowing *when* or *how* to use literary details.
|
| 24 |
-
|
| 25 |
-
This one came out a bit better than the small versions; I intend to use the new training sets on those.
|
| 26 |
-
|
| 27 |
-
NOTE: For roleplaying, you *must* include 'You are roleplaying with the user' in your system prompt; that's how it has been trained to keep its roleplaying talent away from the rest of it.
|
| 28 |
-
|
| 29 |
-
## Update!
|
| 30 |
-
The schizo disorder is fixed, and I'm pushing up over this repo now (wait for it to finish). *Don't* download the model until I remove this message (should be soonish)
|
| 31 |
-
|
| 32 |
-
So far, I find it has certain strengths and weaknesses in roleplay:
|
| 33 |
-
|
| 34 |
-
Weaknesses:
|
| 35 |
-
- Still weak at first-few-messages;
|
| 36 |
-
- Doesn't do impulsiveness extremely well;
|
| 37 |
-
- Needs a bit of guidance on what to do in places still (still drops 'what will you do' hooks - planning to fix this).
|
| 38 |
-
|
| 39 |
-
Strengths:
|
| 40 |
-
- I find it's just as good as frontiers at continuing in a particular idiom;
|
| 41 |
-
- Quality character immersion (I gave it a lot of tight pairs on hyperbolic personality, and it shows)
|
| 42 |
-
- Creative (in a GPT OSS derivative, even) - adds new things to the plot. In fact, I'd probably suggest you *don't* use it for on the rails storytelling, because it might add ash gods to a comic book shop scenario (for an anecdotal case).
|
| 43 |
-
For me, this is a positive.
|
| 44 |
-
- Demonstrates that strong GPT trained knowledge set in a more interesting way than base.
|
| 45 |
-
|
| 46 |
-
SETTINGS:
|
| 47 |
-
|
| 48 |
-
Temperature: from 0.7 to 1, with the best creativity between 0.83 and 0.93 (IMHO)
|
| 49 |
-
Loops at too low temperature; makes up insane things and then rationalizes them at too-high temperatures.
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
System Prompt suggestion for SillyTavern:
|
| 53 |
-
```
|
| 54 |
-
You are roleplaying with the user.
|
| 55 |
-
|
| 56 |
-
Write immersive content, neither be too hasty nor too laggardly, and respect the user's agency.
|
| 57 |
-
|
| 58 |
-
## Roleplaying Brief
|
| 59 |
-
```
|
| 60 |
-
|
| 61 |
-
It has been trained on 'You are roleplaying with the user' and an introduction for character; everything else can be modified.
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
### Stats:
|
| 66 |
-
- SFT: 35Mtok dataset for 2 epochs
|
| 67 |
-
- ORPO: Corrected some bad behaviors
|
| 68 |
-
|
| 69 |
-
It's still 'unfinished', thus beta tagged; I need to identify which behaviors need to be cleaned up further.
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- mlx
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: mlx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model-00001-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5187282267
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fd2310ec9ac721c61ed9d0f9e0c7a8347f4fe68bb80fd9cb8f7bf3449c3aa01
|
| 3 |
size 5187282267
|
model-00002-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727801
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00778149e1fb8682e4df52ec2eb963a26265f9d2b0cf7318e8fd460006fd3d14
|
| 3 |
size 4543727801
|
model-00003-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350846
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9715938fb620e251cfa9aa73692525a4395db914bf6ee34340f76e5fbb4f9b6d
|
| 3 |
size 4572350846
|
model-00004-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47305ce3e814ac21a43021286e9c093189aa73a5bd3ab9b01aef36b678415e92
|
| 3 |
size 4543727813
|
model-00005-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727791
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbac7535a365ffaa8fd61026504fbcfeacf1f52a2384a86f75de66a6480b43a9
|
| 3 |
size 4543727791
|
model-00006-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350862
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a5a57e872ee15864599e2de2713429f993de3dace36323fc955b85580958218
|
| 3 |
size 4572350862
|
model-00007-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727735
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9603a6817b43c45c9cf3d9844c62dc08320be719f30bc070abb45920a1b94922
|
| 3 |
size 4543727735
|
model-00009-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350956
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:376bbff771e357401225326c2a5edc9b66025df4d103ba1acef3bb4c7f60e77d
|
| 3 |
size 4572350956
|
model-00010-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27d93992a91ed136348f30d3974efb21e9517031179cb55f9c580f950a9d6110
|
| 3 |
size 4543727816
|
model-00012-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fe797d810ba1d6040ea7961dba7bfaf4520da70f6e2aa33cacad9581605e32c
|
| 3 |
size 4572350928
|
model-00013-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ddc5d421379a631cb12a9f47bbccdff11c7a805b89b14f02d3a21f4817fe55d
|
| 3 |
size 4543727852
|
model-00014-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727770
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16bbe81f7b258af2f78308282e12124bf67b422e1250017a4c9072bfb83e421a
|
| 3 |
size 4543727770
|
model-00015-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c1a24e66f1a6be6146b38f5f4297b1b4e8994d15d964690605e55a7db95ae41
|
| 3 |
size 4572350916
|
model-00016-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9beeb928523c387e6c38ca2e5a287124a19ee20230d3b7228798468708a8728b
|
| 3 |
size 4543727800
|
model-00017-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727844
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c73de01cdcc4f5db29441316e545cbbe3a543b530c460dcc7886b4c7a211766b
|
| 3 |
size 4543727844
|
model-00018-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f30f587a1f098ae118f1f82d65d5338a41d4deff89e4e3f13f51900f564a39e3
|
| 3 |
size 4572350952
|
model-00019-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6beec6465bf3c0581ab913e4bfbced6f7349874b9e987ea7d00595904664ce7
|
| 3 |
size 4543727848
|
model-00020-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9488f7502ee9c1eff3b66ec1f61024b0791cb96658b17234f3714a91832e0fcf
|
| 3 |
size 4543727848
|
model-00021-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c3d2947a4851f3ce5dae7f9a2e47af06635748135be413ce5e702bac7cb5b2
|
| 3 |
size 4572350880
|
model-00022-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef8d482f50297ad49faf78b31372ece7dd853be9168b498f8bb3f4983b99b8e
|
| 3 |
size 4543727848
|
model-00023-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90bf245bbaac54ecc2fe64ce1f5a5ac8fc0c4476744251312a0a4ee7269db409
|
| 3 |
size 4543727840
|
model-00024-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4572350902
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef766c0f20eeee33ad1d3065ee309420dddaed5c7a6441d3a666f8d824d178b5
|
| 3 |
size 4572350902
|
model-00025-of-00027.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4543727824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a27cb06310a35d3d80127be95998f1b063a71989ed0d4181e8969b6819bf9d43
|
| 3 |
size 4543727824
|