Skip to content

Commit 1929ad1

Browse files
author
pipeline
committed
v27.1.48 is released
1 parent 9f2279f commit 1929ad1

File tree

2,357 files changed

+71016
-10300
lines changed

Some content is hidden

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

2,357 files changed

+71016
-10300
lines changed

config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"common",
112112
"sys",
113113
"appbar",
114-
"textarea"
114+
"textarea",
115+
null
115116
]
116117
}

index.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
type="text/javascript"></script>
7171
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.3.0/mode/htmlmixed/htmlmixed.js"
7272
type="text/javascript"></script>
73+
<script src="src/common/embedding-config.js" type="module"></script>
7374
</head>
7475

7576
<body class='e-view' aria-busy="true">
@@ -249,7 +250,7 @@
249250
<span class="switch-text">Material 3</span>
250251
</li>
251252
<li class="e-list" id="bootstrap5" role="listitem">
252-
<span class="sb-icons sb-theme-select sb-icon-icon-selection"></span>
253+
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
253254
<span class="switch-text">Bootstrap 5</span>
254255
</li>
255256
<li class="e-list" id="fluent2" role="listitem">
@@ -260,6 +261,10 @@
260261
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
261262
<span class="switch-text">Tailwind CSS</span>
262263
</li>
264+
<li class="e-list" id="fluent2-highcontrast" role="listitem">
265+
<span class="sb-icons sb-theme-select sb-icon-icon-selection"></span>
266+
<span class="switch-text">Fluent 2 High Contrast</span>
267+
</li>
263268
<li class="e-list" id="highcontrast" role="listitem">
264269
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
265270
<span class="switch-text">High Contrast</span>
@@ -270,7 +275,7 @@
270275
</li>
271276
</ul>
272277
<div class="sb-theme-studio"><a target="_blank"
273-
href="https://ej2.syncfusion.com/themestudio/?theme=material" aria-label="Go to Theme Studio">Go
278+
href="https://ej2.syncfusion.com/themestudio/?theme=fluent2" aria-label="Go to Theme Studio">Go
274279
to Theme Studio</a></div>
275280
</div>
276281
<div id='settings-popup' class='sb-setting-popup'>
@@ -290,6 +295,7 @@
290295
<option value="bootstrap5">Bootstrap 5</option>
291296
<option value="fluent2">Fluent 2</option>
292297
<option value="tailwind">Tailwind CSS</option>
298+
<option value="fluent2-highcontrast">Fluent 2 High Contrast</option>
293299
<option value="highcontrast">High Contrast</option>
294300
<option value="fluent">Fluent</option>
295301
</select>
@@ -515,7 +521,6 @@ <h1 class='sb-sample-text' aria-level="1" role="heading">Data Grid</h1>
515521
<span class='e-icons sb-reset-icon'></span>
516522
<span class='e-icons sb-search-icon'></span>
517523
</div>
518-
<div id='search-popup' class='sb-search-result'></div>
519524
</div>
520525
<div class='sb-mobilefooter e-view sample-navigation' id='mobile-footer'>
521526
<button id='mobile-prev-sample' class="sb-navigation-prev sb-left" aria-label="previous sample">

models/config.json

+24
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)