diff for compatibility
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +13 -152
- config.json +2 -10
- generation_config.json +2 -3
- metal/model.bin +0 -3
- model-00003-of-00014.safetensors → model-00001-of-00073.safetensors +2 -2
- model-00000-of-00014.safetensors → model-00002-of-00073.safetensors +2 -2
- model-00001-of-00014.safetensors → model-00003-of-00073.safetensors +2 -2
- model-00004-of-00014.safetensors +0 -3
- model-00002-of-00014.safetensors → model-00004-of-00073.safetensors +2 -2
- model-00005-of-00014.safetensors +0 -3
- model-00005-of-00073.safetensors +3 -0
- model-00006-of-00014.safetensors +0 -3
- model-00006-of-00073.safetensors +3 -0
- model-00007-of-00014.safetensors +0 -3
- model-00007-of-00073.safetensors +3 -0
- model-00008-of-00014.safetensors +0 -3
- model-00008-of-00073.safetensors +3 -0
- model-00009-of-00014.safetensors +0 -3
- model-00009-of-00073.safetensors +3 -0
- model-00010-of-00014.safetensors +0 -3
- model-00010-of-00073.safetensors +3 -0
- model-00011-of-00014.safetensors +0 -3
- model-00011-of-00073.safetensors +3 -0
- model-00012-of-00014.safetensors +0 -3
- model-00012-of-00073.safetensors +3 -0
- model-00013-of-00014.safetensors +0 -3
- model-00013-of-00073.safetensors +3 -0
- model-00014-of-00014.safetensors +0 -3
- model-00014-of-00073.safetensors +3 -0
- model-00015-of-00073.safetensors +3 -0
- model-00016-of-00073.safetensors +3 -0
- model-00017-of-00073.safetensors +3 -0
- model-00018-of-00073.safetensors +3 -0
- model-00019-of-00073.safetensors +3 -0
- model-00020-of-00073.safetensors +3 -0
- model-00021-of-00073.safetensors +3 -0
- model-00022-of-00073.safetensors +3 -0
- model-00023-of-00073.safetensors +3 -0
- model-00024-of-00073.safetensors +3 -0
- model-00025-of-00073.safetensors +3 -0
- model-00026-of-00073.safetensors +3 -0
- model-00027-of-00073.safetensors +3 -0
- model-00028-of-00073.safetensors +3 -0
- model-00029-of-00073.safetensors +3 -0
- model-00030-of-00073.safetensors +3 -0
- model-00031-of-00073.safetensors +3 -0
- model-00032-of-00073.safetensors +3 -0
- model-00033-of-00073.safetensors +3 -0
- model-00034-of-00073.safetensors +3 -0
- model-00035-of-00073.safetensors +3 -0
README.md
CHANGED
@@ -1,168 +1,29 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-generation
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
-
-
|
7 |
---
|
8 |
|
|
|
9 |
<p align="center">
|
10 |
-
<img
|
11 |
</p>
|
|
|
12 |
|
13 |
-
<p align="center">
|
14 |
-
<a href="https://gpt-oss.com"><strong>Try gpt-oss</strong></a> ·
|
15 |
-
<a href="https://cookbook.openai.com/topic/gpt-oss"><strong>Guides</strong></a> ·
|
16 |
-
<a href="https://openai.com/index/gpt-oss-model-card"><strong>Model card</strong></a> ·
|
17 |
-
<a href="https://openai.com/index/introducing-gpt-oss/"><strong>OpenAI blog</strong></a>
|
18 |
-
</p>
|
19 |
-
|
20 |
-
<br>
|
21 |
-
|
22 |
-
Welcome to the gpt-oss series, [OpenAI’s open-weight models](https://openai.com/open-models) designed for powerful reasoning, agentic tasks, and versatile developer use cases.
|
23 |
-
|
24 |
-
We’re releasing two flavors of these open models:
|
25 |
-
- `gpt-oss-120b` — for production, general purpose, high reasoning use cases that fit into a single 80GB GPU (like NVIDIA H100 or AMD MI300X) (117B parameters with 5.1B active parameters)
|
26 |
-
- `gpt-oss-20b` — for lower latency, and local or specialized use cases (21B parameters with 3.6B active parameters)
|
27 |
-
|
28 |
-
Both models were trained on our [harmony response format](https://github.com/openai/harmony) and should only be used with the harmony format as it will not work correctly otherwise.
|
29 |
-
|
30 |
-
|
31 |
-
> [!NOTE]
|
32 |
-
> This model card is dedicated to the larger `gpt-oss-120b` model. Check out [`gpt-oss-20b`](https://huggingface.co/openai/gpt-oss-20b) for the smaller model.
|
33 |
-
|
34 |
-
# Highlights
|
35 |
-
|
36 |
-
* **Permissive Apache 2.0 license:** Build freely without copyleft restrictions or patent risk—ideal for experimentation, customization, and commercial deployment.
|
37 |
-
* **Configurable reasoning effort:** Easily adjust the reasoning effort (low, medium, high) based on your specific use case and latency needs.
|
38 |
-
* **Full chain-of-thought:** Gain complete access to the model’s reasoning process, facilitating easier debugging and increased trust in outputs. It’s not intended to be shown to end users.
|
39 |
-
* **Fine-tunable:** Fully customize models to your specific use case through parameter fine-tuning.
|
40 |
-
* **Agentic capabilities:** Use the models’ native capabilities for function calling, [web browsing](https://github.com/openai/gpt-oss/tree/main?tab=readme-ov-file#browser), [Python code execution](https://github.com/openai/gpt-oss/tree/main?tab=readme-ov-file#python), and Structured Outputs.
|
41 |
-
* **MXFP4 quantization:** The models were post-trained with MXFP4 quantization of the MoE weights, making `gpt-oss-120b` run on a single 80GB GPU (like NVIDIA H100 or AMD MI300X) and the `gpt-oss-20b` model run within 16GB of memory. All evals were performed with the same MXFP4 quantization.
|
42 |
-
|
43 |
-
---
|
44 |
-
|
45 |
-
# Inference examples
|
46 |
-
|
47 |
-
## Transformers
|
48 |
-
|
49 |
-
You can use `gpt-oss-120b` and `gpt-oss-20b` with Transformers. If you use the Transformers chat template, it will automatically apply the [harmony response format](https://github.com/openai/harmony). If you use `model.generate` directly, you need to apply the harmony format manually using the chat template or use our [openai-harmony](https://github.com/openai/harmony) package.
|
50 |
-
|
51 |
-
To get started, install the necessary dependencies to setup your environment:
|
52 |
-
|
53 |
-
```
|
54 |
-
pip install -U transformers kernels torch
|
55 |
-
```
|
56 |
-
|
57 |
-
Once, setup you can proceed to run the model by running the snippet below:
|
58 |
-
|
59 |
-
```py
|
60 |
-
from transformers import pipeline
|
61 |
-
import torch
|
62 |
-
|
63 |
-
model_id = "openai/gpt-oss-120b"
|
64 |
-
|
65 |
-
pipe = pipeline(
|
66 |
-
"text-generation",
|
67 |
-
model=model_id,
|
68 |
-
torch_dtype="auto",
|
69 |
-
device_map="auto",
|
70 |
-
)
|
71 |
-
|
72 |
-
messages = [
|
73 |
-
{"role": "user", "content": "Explain quantum mechanics clearly and concisely."},
|
74 |
-
]
|
75 |
-
|
76 |
-
outputs = pipe(
|
77 |
-
messages,
|
78 |
-
max_new_tokens=256,
|
79 |
-
)
|
80 |
-
print(outputs[0]["generated_text"][-1])
|
81 |
-
```
|
82 |
-
|
83 |
-
Alternatively, you can run the model via [`Transformers Serve`](https://huggingface.co/docs/transformers/main/serving) to spin up a OpenAI-compatible webserver:
|
84 |
-
|
85 |
-
```
|
86 |
-
transformers serve
|
87 |
-
transformers chat localhost:8000 --model-name-or-path openai/gpt-oss-120b
|
88 |
-
```
|
89 |
-
|
90 |
-
[Learn more about how to use gpt-oss with Transformers.](https://cookbook.openai.com/articles/gpt-oss/run-transformers)
|
91 |
-
|
92 |
-
## vLLM
|
93 |
-
|
94 |
-
vLLM recommends using [uv](https://docs.astral.sh/uv/) for Python dependency management. You can use vLLM to spin up an OpenAI-compatible webserver. The following command will automatically download the model and start the server.
|
95 |
-
|
96 |
-
```bash
|
97 |
-
uv pip install --pre vllm==0.10.1+gptoss \
|
98 |
-
--extra-index-url https://wheels.vllm.ai/gpt-oss/ \
|
99 |
-
--extra-index-url https://download.pytorch.org/whl/nightly/cu128 \
|
100 |
-
--index-strategy unsafe-best-match
|
101 |
-
|
102 |
-
vllm serve openai/gpt-oss-120b
|
103 |
-
```
|
104 |
-
|
105 |
-
[Learn more about how to use gpt-oss with vLLM.](https://cookbook.openai.com/articles/gpt-oss/run-vllm)
|
106 |
-
|
107 |
-
## PyTorch / Triton
|
108 |
-
|
109 |
-
To learn about how to use this model with PyTorch and Triton, check out our [reference implementations in the gpt-oss repository](https://github.com/openai/gpt-oss?tab=readme-ov-file#reference-pytorch-implementation).
|
110 |
-
|
111 |
-
## Ollama
|
112 |
-
|
113 |
-
If you are trying to run gpt-oss on consumer hardware, you can use Ollama by running the following commands after [installing Ollama](https://ollama.com/download).
|
114 |
-
|
115 |
-
```bash
|
116 |
-
# gpt-oss-120b
|
117 |
-
ollama pull gpt-oss:120b
|
118 |
-
ollama run gpt-oss:120b
|
119 |
-
```
|
120 |
-
|
121 |
-
[Learn more about how to use gpt-oss with Ollama.](https://cookbook.openai.com/articles/gpt-oss/run-locally-ollama)
|
122 |
-
|
123 |
-
#### LM Studio
|
124 |
-
|
125 |
-
If you are using [LM Studio](https://lmstudio.ai/) you can use the following commands to download.
|
126 |
-
|
127 |
-
```bash
|
128 |
-
# gpt-oss-120b
|
129 |
-
lms get openai/gpt-oss-120b
|
130 |
-
```
|
131 |
-
|
132 |
-
Check out our [awesome list](https://github.com/openai/gpt-oss/blob/main/awesome-gpt-oss.md) for a broader collection of gpt-oss resources and inference partners.
|
133 |
-
|
134 |
-
---
|
135 |
-
|
136 |
-
# Download the model
|
137 |
-
|
138 |
-
You can download the model weights from the [Hugging Face Hub](https://huggingface.co/collections/openai/gpt-oss-68911959590a1634ba11c7a4) directly from Hugging Face CLI:
|
139 |
-
|
140 |
-
```shell
|
141 |
-
# gpt-oss-120b
|
142 |
-
huggingface-cli download openai/gpt-oss-120b --include "original/*" --local-dir gpt-oss-120b/
|
143 |
-
pip install gpt-oss
|
144 |
-
python -m gpt_oss.chat model/
|
145 |
-
```
|
146 |
-
|
147 |
-
# Reasoning levels
|
148 |
-
|
149 |
-
You can adjust the reasoning level that suits your task across three levels:
|
150 |
-
|
151 |
-
* **Low:** Fast responses for general dialogue.
|
152 |
-
* **Medium:** Balanced speed and detail.
|
153 |
-
* **High:** Deep and detailed analysis.
|
154 |
|
155 |
-
|
156 |
|
157 |
-
|
|
|
158 |
|
159 |
-
|
160 |
-
* Web browsing (using built-in browsing tools)
|
161 |
-
* Function calling with defined schemas
|
162 |
-
* Agentic operations like browser tasks
|
163 |
|
164 |
-
|
165 |
|
166 |
-
|
167 |
|
168 |
-
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- openai/gpt-oss-120b
|
4 |
license: apache-2.0
|
5 |
pipeline_tag: text-generation
|
6 |
library_name: transformers
|
7 |
tags:
|
8 |
+
- openai
|
9 |
---
|
10 |
|
11 |
+
<!-- header start -->
|
12 |
<p align="center">
|
13 |
+
<img src="https://huggingface.co/datasets/FriendliAI/documentation-images/resolve/main/model-card-assets/friendliai.png" width="100%" alt="FriendliAI Logo">
|
14 |
</p>
|
15 |
+
<!-- header end -->
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
# openai/gpt-oss-120b
|
19 |
|
20 |
+
* Model creator: [openai](https://huggingface.co/openai)
|
21 |
+
* Original model: [gpt-oss-120b](https://huggingface.co/openai/gpt-oss-120b)
|
22 |
|
23 |
+
## Differences
|
|
|
|
|
|
|
24 |
|
25 |
+
* Model weights converted to bfloat16.
|
26 |
|
27 |
+
## License
|
28 |
|
29 |
+
Refer to the license of the original model card.
|
config.json
CHANGED
@@ -59,15 +59,6 @@
|
|
59 |
"num_local_experts": 128,
|
60 |
"output_router_logits": false,
|
61 |
"pad_token_id": 199999,
|
62 |
-
"quantization_config": {
|
63 |
-
"modules_to_not_convert": [
|
64 |
-
"model.layers.*.self_attn",
|
65 |
-
"model.layers.*.mlp.router",
|
66 |
-
"model.embed_tokens",
|
67 |
-
"lm_head"
|
68 |
-
],
|
69 |
-
"quant_method": "mxfp4"
|
70 |
-
},
|
71 |
"rms_norm_eps": 1e-05,
|
72 |
"rope_scaling": {
|
73 |
"beta_fast": 32.0,
|
@@ -82,7 +73,8 @@
|
|
82 |
"sliding_window": 128,
|
83 |
"swiglu_limit": 7.0,
|
84 |
"tie_word_embeddings": false,
|
85 |
-
"
|
|
|
86 |
"use_cache": true,
|
87 |
"vocab_size": 201088
|
88 |
}
|
|
|
59 |
"num_local_experts": 128,
|
60 |
"output_router_logits": false,
|
61 |
"pad_token_id": 199999,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
"rms_norm_eps": 1e-05,
|
63 |
"rope_scaling": {
|
64 |
"beta_fast": 32.0,
|
|
|
73 |
"sliding_window": 128,
|
74 |
"swiglu_limit": 7.0,
|
75 |
"tie_word_embeddings": false,
|
76 |
+
"torch_dtype": "bfloat16",
|
77 |
+
"transformers_version": "4.56.0.dev0",
|
78 |
"use_cache": true,
|
79 |
"vocab_size": 201088
|
80 |
}
|
generation_config.json
CHANGED
@@ -3,9 +3,8 @@
|
|
3 |
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
200002,
|
6 |
-
199999
|
7 |
-
200012
|
8 |
],
|
9 |
"pad_token_id": 199999,
|
10 |
-
"transformers_version": "4.
|
11 |
}
|
|
|
3 |
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
200002,
|
6 |
+
199999
|
|
|
7 |
],
|
8 |
"pad_token_id": 199999,
|
9 |
+
"transformers_version": "4.56.0.dev0"
|
10 |
}
|
metal/model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0f3d5b8a213f146ec29296dad5c3370844d95ba9d21e8dc49f7e61e6e9ee9042
|
3 |
-
size 65238253568
|
|
|
|
|
|
|
|
model-00003-of-00014.safetensors → model-00001-of-00073.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51b5b69e7feecbc961896afbe7be9a02fce772d236eb5d14d98bf9f93565e872
|
3 |
+
size 1212106064
|
model-00000-of-00014.safetensors → model-00002-of-00073.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66f8d893fc4fbd27a07d2454114d5cc84821fa18d7575b625aa184b31ef0a572
|
3 |
+
size 4248207640
|
model-00001-of-00014.safetensors → model-00003-of-00073.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26fb7705dba6ce529158ecea8863e20dc2c197790c159f3ec15b865b8474c97a
|
3 |
+
size 2177954736
|
model-00004-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f6c2752acda607b1d5ca52df9e75c1b9b2761e6875ff10c9bd6ddac473c0262e
|
3 |
-
size 4625017896
|
|
|
|
|
|
|
|
model-00002-of-00014.safetensors → model-00004-of-00073.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda6a71a050e68fe98ddfc12c0e3e86234b29d2ee5a6ba9083cabcc9e173563f
|
3 |
+
size 4248207640
|
model-00005-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0c8dd401544c31cb93b8459eee7da20ea2a07626a59455d7d92b85257df9b46c
|
3 |
-
size 4115586696
|
|
|
|
|
|
|
|
model-00005-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a37774982420254a3c7141b981aa37878713d6bc6f78a756295cd9e41c1ab88
|
3 |
+
size 2177954736
|
model-00006-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:28d839f2e027985a8b14e45f2323798862eddb7770ee9800ea6b7c803abee489
|
3 |
-
size 4625017856
|
|
|
|
|
|
|
|
model-00006-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01b81738668bce7b58ec8cef5e8c25b1e2b7afafcd1af7913da2788838263bd0
|
3 |
+
size 4248207640
|
model-00007-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c8958c5f183c04f6ea959cfd90562b5128124154b2bbf979b8a22b9405b30ed8
|
3 |
-
size 4060267176
|
|
|
|
|
|
|
|
model-00007-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42c25b0c1f0d5f64594529628151ace3ae838869c744c361cd5421165442e26e
|
3 |
+
size 2177954736
|
model-00008-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bf1f2a88868ffc37d520dcf77d26f0e823710b5e682d473ff10f6974fa3b7517
|
3 |
-
size 4625017896
|
|
|
|
|
|
|
|
model-00008-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b43d83c403e92882c79cdfbeb8b80e30d0d7fe58329ab8d3a8a13db0c1d7c5d
|
3 |
+
size 4248207640
|
model-00009-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f72d34a4004241b45c332b61f8ffa124e9a913bc1ab442b66e717d3e94e741ce
|
3 |
-
size 4170906304
|
|
|
|
|
|
|
|
model-00009-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58fc61132427d0002e559feca0a040ddcc2be59557bc9b713c5011702c25e5b6
|
3 |
+
size 2177954736
|
model-00010-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f48c867c2cb0a44bfc2f8768cb98e4aec9a350946fceacfebdcad5d32ad4a471
|
3 |
-
size 4625017896
|
|
|
|
|
|
|
|
model-00010-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dc516fd1e058767eb5d566b81f2619fc9319aed76409628d94b9fda5e4994a0
|
3 |
+
size 4248207640
|
model-00011-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a06851b2cfd35f48722f823bc1ab8f7bcb4a878a5b8e975f4d3544f230454eeb
|
3 |
-
size 4115586752
|
|
|
|
|
|
|
|
model-00011-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:153eef134702ea1df876220d0e3873e47b124b7764dabc8c64f25a8247761fec
|
3 |
+
size 2177954736
|
model-00012-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3af33667c307e20ae2a7648ea52653de46dd0171601ec5c696e47a2f5d5bf1e4
|
3 |
-
size 4064660808
|
|
|
|
|
|
|
|
model-00012-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39b2a45ac61f5b5d44e5a2df4b88643f8c7d57545b06c60121d954a9598599c1
|
3 |
+
size 4248207640
|
model-00013-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bcbcb74b043e071d1e05471d500d74dcf661175e00878ed302ccdf1801a75aef
|
3 |
-
size 4625017896
|
|
|
|
|
|
|
|
model-00013-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ceba841dfdd14f0e2b313e676c48c4d66b5824a2fdfa25aa327fabccb227f2
|
3 |
+
size 2177954736
|
model-00014-of-00014.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:54b1be1609696c307cc5ca117b1fa54feaddebffa04e9c2db117652a01964230
|
3 |
-
size 4115586736
|
|
|
|
|
|
|
|
model-00014-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a4ba78d4b340e08bcdb3fbfb48c26cc57abd581046b6a2a6620b9c63cca14aa
|
3 |
+
size 4248207640
|
model-00015-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c5e76d8bd303eba203bb00f9ab3dcb4cffa22efe3c400c63c4eb146dd1d744
|
3 |
+
size 2177954736
|
model-00016-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925cd470b083f8ce05484d991c989419873eecf562080947d4c64649ab56677d
|
3 |
+
size 4248207640
|
model-00017-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0ccd83bcd726ee1d758e4eda1d181fc9725e19dfd7ed6326e60b2403f394010
|
3 |
+
size 2177954736
|
model-00018-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52b5fe061cefc784b2fb5a09ce6f30fe1fa6641103a141a5b8722df2a48aff8
|
3 |
+
size 4248207640
|
model-00019-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:491cc447b9ac3010ddd8a5a1a2debfbf089a5fd1bececa2bca9589e23280b512
|
3 |
+
size 2177954736
|
model-00020-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3484899ce81bacff6cf71f3e225152d61b3f688906bdaca527c87c5eb35d7c1f
|
3 |
+
size 4248207640
|
model-00021-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd51c755fc6bf56bbe9eff6fe4045ec3b6e36880b88a385304ce9b8e8e1d348f
|
3 |
+
size 2177954688
|
model-00022-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d18647e59b8982622412fa33d9c8defbac9441670fedeb94bf216382f904e48
|
3 |
+
size 4248207640
|
model-00023-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a80156129505db89d74e0f54e3f2f4ce43f9355f92d19483179d66eaaab4db20
|
3 |
+
size 2177954752
|
model-00024-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f75eeb2761915a28fd12ae35d2fa13b6b984d9c6829184dc6a81bb778d1811c2
|
3 |
+
size 4248207640
|
model-00025-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d06dffd73f797cb37e5490618d6b65e047525f6aa520220a26a26de6b831d31
|
3 |
+
size 2177954752
|
model-00026-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78d69f06e29de3eeb3e8df6353d418cfca5a6abb432f90b95c750252e5d3b7e1
|
3 |
+
size 4248207640
|
model-00027-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5661406e1ac416fc79107b63e0b73d86a7620e88da97910d98ad8e76af6e43a
|
3 |
+
size 2177954752
|
model-00028-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2301da5402b74812725f99d892af657a421d7d3ff1fedf3309c28aa0fa0e4353
|
3 |
+
size 4248207640
|
model-00029-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a1abacc9e3da8fa1e9228657af1df9bb963ad5b943021dc2062b35de801f8da
|
3 |
+
size 2177954752
|
model-00030-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad8c1f5337c4b372da5d49cfeca7996e85cf3f8af0323359abfc5a38539db4d1
|
3 |
+
size 4248207640
|
model-00031-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:706223001eb940b0d020019616a37d5701474474fed8488ae048103b68ef2f6e
|
3 |
+
size 2177954752
|
model-00032-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a9dc8df6da9507d6f99547ed7b6ab17793cbcd5a81c0c2f3439ff8f6c1d10c9
|
3 |
+
size 4248207640
|
model-00033-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2f451697d42df95e85c5b2126324d663589b3d8f0afdb050f9c1ec445b95c01
|
3 |
+
size 2177954752
|
model-00034-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2278f08494e6ef08a3e4b5794fc650970b01bb6652502c3bf861d9ee39024d52
|
3 |
+
size 4248207640
|
model-00035-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1125afcc82b1f89b8f043e607fb5c5fe2a12eb3180704819c7ab53e34b8f161a
|
3 |
+
size 2177954752
|