Skip to content

Commit cc5f39a

Browse files
author
pipeline
committed
v27.1.48 is released
1 parent 534f87f commit cc5f39a

File tree

1,699 files changed

+82581
-24711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,699 files changed

+82581
-24711
lines changed

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<div class="sb-table-cell" id="dark-light-content"></div>
157157
<div class="sb-table-cell sb-theme-splitter sb-download-splitter"></div>
158158
<div class='sb-header-item sb-table-cell sb-search-wrapper'>
159-
<div class='sb-search-btn' role="button" tabindex="0" aria-label="toggle sample search" id='sb-trigger-search'>
159+
<div class='sb-search-btn' role="button" tabindex="0" aria-label="toggle sample search" title="Toggle sample search" id='sb-trigger-search'>
160160
<span class='sb-settings sb-icons sb-icon-Search' role="presentation"></span>
161161
</div>
162162
</div>
@@ -229,7 +229,11 @@
229229
<li class="e-list" id="tailwind">
230230
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
231231
<span class="switch-text">Tailwind CSS</span>
232-
</li>
232+
</li>
233+
<li class="e-list" id="fluent2-highcontrast">
234+
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
235+
<span class="switch-text">Fluent 2 High Contrast</span>
236+
</li>
233237
<li class="e-list" id="highcontrast">
234238
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
235239
<span class="switch-text">High Contrast</span>
@@ -238,7 +242,7 @@
238242
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
239243
<span class="switch-text">Fluent</span>
240244
</li>
241-
<div class="sb-theme-studio"><a target="_blank" href="https://ej2.syncfusion.com/themestudio/?theme=material" aria-label="Go to Theme Studio">Go to Theme Studio</a></div>
245+
<div class="sb-theme-studio"><a target="_blank" href="https://ej2.syncfusion.com/themestudio/?theme=fluent2" aria-label="Go to Theme Studio">Go to Theme Studio</a></div>
242246
</ul>
243247
</div>
244248
<div id='settings-popup' class='sb-setting-popup'>
@@ -257,7 +261,8 @@
257261
<option value="material3">Material 3</option>
258262
<option value="bootstrap5">Bootstrap 5</option>
259263
<option value="fluent2">Fluent 2</option>
260-
<option value="tailwind">Tailwind CSS</option>
264+
<option value="tailwind">Tailwind CSS</option>
265+
<option value="fluent2-highcontrast">Fluent 2 High Contrast</option>
261266
<option value="highcontrast">High Contrast</option>
262267
<option value="fluent">Fluent</option>
263268
</select>

models/config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"architectures": [
3+
"BertModel"
4+
],
5+
"attention_probs_dropout_prob": 0.1,
6+
"classifier_dropout": null,
7+
"hidden_act": "gelu",
8+
"hidden_dropout_prob": 0.1,
9+
"hidden_size": 384,
10+
"initializer_range": 0.02,
11+
"intermediate_size": 1536,
12+
"layer_norm_eps": 1e-12,
13+
"max_position_embeddings": 512,
14+
"model_type": "bert",
15+
"num_attention_heads": 12,
16+
"num_hidden_layers": 12,
17+
"pad_token_id": 0,
18+
"position_embedding_type": "absolute",
19+
"torch_dtype": "float16",
20+
"transformers_version": "4.28.1",
21+
"type_vocab_size": 2,
22+
"use_cache": true,
23+
"vocab_size": 30522
24+
}

models/onnx/model_quantized.onnx

32.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)