Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +81 -0
- generation_config.json +11 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GptOssForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"dtype": "float16",
|
8 |
+
"eos_token_id": 200002,
|
9 |
+
"experts_per_token": 4,
|
10 |
+
"head_dim": 64,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 2880,
|
13 |
+
"initial_context_length": 4096,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 2880,
|
16 |
+
"layer_types": [
|
17 |
+
"sliding_attention",
|
18 |
+
"full_attention",
|
19 |
+
"sliding_attention",
|
20 |
+
"full_attention",
|
21 |
+
"sliding_attention",
|
22 |
+
"full_attention",
|
23 |
+
"sliding_attention",
|
24 |
+
"full_attention",
|
25 |
+
"sliding_attention",
|
26 |
+
"full_attention",
|
27 |
+
"sliding_attention",
|
28 |
+
"full_attention",
|
29 |
+
"sliding_attention",
|
30 |
+
"full_attention",
|
31 |
+
"sliding_attention",
|
32 |
+
"full_attention",
|
33 |
+
"sliding_attention",
|
34 |
+
"full_attention",
|
35 |
+
"sliding_attention",
|
36 |
+
"full_attention",
|
37 |
+
"sliding_attention",
|
38 |
+
"full_attention",
|
39 |
+
"sliding_attention",
|
40 |
+
"full_attention"
|
41 |
+
],
|
42 |
+
"max_position_embeddings": 131072,
|
43 |
+
"model_type": "gpt_oss",
|
44 |
+
"num_attention_heads": 64,
|
45 |
+
"num_experts_per_tok": 4,
|
46 |
+
"num_hidden_layers": 24,
|
47 |
+
"num_key_value_heads": 8,
|
48 |
+
"num_local_experts": 32,
|
49 |
+
"output_router_logits": false,
|
50 |
+
"pad_token_id": 199999,
|
51 |
+
"quantization_config": {
|
52 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
53 |
+
"bnb_4bit_quant_type": "nf4",
|
54 |
+
"bnb_4bit_use_double_quant": true,
|
55 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
56 |
+
"llm_int8_has_fp16_weight": false,
|
57 |
+
"llm_int8_skip_modules": null,
|
58 |
+
"llm_int8_threshold": 6.0,
|
59 |
+
"load_in_4bit": true,
|
60 |
+
"load_in_8bit": false,
|
61 |
+
"quant_method": "bitsandbytes"
|
62 |
+
},
|
63 |
+
"rms_norm_eps": 1e-05,
|
64 |
+
"rope_scaling": {
|
65 |
+
"beta_fast": 32.0,
|
66 |
+
"beta_slow": 1.0,
|
67 |
+
"factor": 32.0,
|
68 |
+
"original_max_position_embeddings": 4096,
|
69 |
+
"rope_type": "yarn",
|
70 |
+
"truncate": false
|
71 |
+
},
|
72 |
+
"rope_theta": 150000,
|
73 |
+
"router_aux_loss_coef": 0.9,
|
74 |
+
"sliding_window": 128,
|
75 |
+
"swiglu_limit": 7.0,
|
76 |
+
"tie_word_embeddings": false,
|
77 |
+
"transformers_version": "4.56.0.dev0",
|
78 |
+
"unsloth_version": "2025.8.9",
|
79 |
+
"use_cache": true,
|
80 |
+
"vocab_size": 201088
|
81 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 199998,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
200002,
|
6 |
+
199999
|
7 |
+
],
|
8 |
+
"max_length": 131072,
|
9 |
+
"pad_token_id": 199999,
|
10 |
+
"transformers_version": "4.56.0.dev0"
|
11 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f73b50f3d74bf4ced2b1e9bdf2fcf25b3fe1284cdbe7c8be48eca015697e91
|
3 |
+
size 4997658432
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c065c7c32545cce8f3e67d91b3c2d7cc21d04075f5ac9efc2b05b21fc8aedbd
|
3 |
+
size 4998360088
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e0da2fc2237b7336975a32e09f7931814a144c87f3cda475b31e0281e3b9a90
|
3 |
+
size 2538578772
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|