Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +0 -0
- chat_template.jinja +1 -0
- config.json +70 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- onnx/model.onnx +3 -0
- onnx/model.onnx_data +3 -0
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- special_tokens_map.json +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
onnx/model.onnx_data filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
chat_template.jinja
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
outetts-1
|
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151644,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_types": [
|
15 |
+
"full_attention",
|
16 |
+
"full_attention",
|
17 |
+
"full_attention",
|
18 |
+
"full_attention",
|
19 |
+
"full_attention",
|
20 |
+
"full_attention",
|
21 |
+
"full_attention",
|
22 |
+
"full_attention",
|
23 |
+
"full_attention",
|
24 |
+
"full_attention",
|
25 |
+
"full_attention",
|
26 |
+
"full_attention",
|
27 |
+
"full_attention",
|
28 |
+
"full_attention",
|
29 |
+
"full_attention",
|
30 |
+
"full_attention",
|
31 |
+
"full_attention",
|
32 |
+
"full_attention",
|
33 |
+
"full_attention",
|
34 |
+
"full_attention",
|
35 |
+
"full_attention",
|
36 |
+
"full_attention",
|
37 |
+
"full_attention",
|
38 |
+
"full_attention",
|
39 |
+
"full_attention",
|
40 |
+
"full_attention",
|
41 |
+
"full_attention",
|
42 |
+
"full_attention"
|
43 |
+
],
|
44 |
+
"max_position_embeddings": 40960,
|
45 |
+
"max_window_layers": 28,
|
46 |
+
"model_type": "qwen3",
|
47 |
+
"num_attention_heads": 16,
|
48 |
+
"num_hidden_layers": 28,
|
49 |
+
"num_key_value_heads": 8,
|
50 |
+
"pad_token_id": 151643,
|
51 |
+
"rms_norm_eps": 1e-06,
|
52 |
+
"rope_scaling": null,
|
53 |
+
"rope_theta": 1000000,
|
54 |
+
"sliding_window": null,
|
55 |
+
"tie_word_embeddings": true,
|
56 |
+
"torch_dtype": "bfloat16",
|
57 |
+
"transformers_version": "4.53.0.dev0",
|
58 |
+
"use_cache": true,
|
59 |
+
"use_sliding_window": false,
|
60 |
+
"vocab_size": 157760,
|
61 |
+
"transformers.js_config": {
|
62 |
+
"kv_cache_dtype": {
|
63 |
+
"q4f16": "float16",
|
64 |
+
"fp16": "float16"
|
65 |
+
},
|
66 |
+
"use_external_data_format": {
|
67 |
+
"model.onnx": true
|
68 |
+
}
|
69 |
+
}
|
70 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 151644,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 151645,
|
6 |
+
"min_p": 0.05,
|
7 |
+
"pad_token_id": 151643,
|
8 |
+
"repetition_penalty": 1.1,
|
9 |
+
"temperature": 0.4,
|
10 |
+
"top_k": 40,
|
11 |
+
"top_p": 0.9,
|
12 |
+
"transformers_version": "4.53.0.dev0"
|
13 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd87998a56f0e539a3f6c1d30ddbf36829b1a50b2f92af45074b1d4e81cee4cd
|
3 |
+
size 340254588
|
onnx/model.onnx_data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12cccdb8ac55ae231a7c6d00e9c4adff7b150c281a18993aa069b4ab31cd33ac
|
3 |
+
size 2089025536
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a433c1a21d5b187652c7df4ff17937a5d1094449bfce4a634252c5080101e6a8
|
3 |
+
size 915428137
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0224fc000c8dc22e1a714a332bdbc04fdd1589115ec0b43c22468386a5840f6b
|
3 |
+
size 1214756954
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:092633987e078bfc3817d8ad62889f4551aecbc368fa4f855b95bfd1f862253a
|
3 |
+
size 623651254
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7153c8d55f7bfe1d710afdda9fdcff93e4c8f228356918c77cf4e0ab90d93395
|
3 |
+
size 942956197
|
onnx/model_q4f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a60dd0a9bb583c6447f6bfdea4b2ceb2fe67ea90b4d08072f5d80acda00b295
|
3 |
+
size 581721810
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:869526029e0d67d0b7d583423ed027802983e313a9d2d341da9e2e87b1e8fa2b
|
3 |
+
size 623651348
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:869526029e0d67d0b7d583423ed027802983e313a9d2d341da9e2e87b1e8fa2b
|
3 |
+
size 623651348
|
special_tokens_map.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|