Skip to content

Commit 5fc2081

Browse files
authored
[New Sample] Add 25 samples for bert, convbert, nezha, roformer, skep_ernie, ernie-m, ppmimilm models. (#255)
* Add bert and convbert models. * Add roformer and skep models. * Add ernie-m and ppminilm models.
1 parent bf50dad commit 5fc2081

File tree

135 files changed

+190407
-0
lines changed

Some content is hidden

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

135 files changed

+190407
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c1e7e52eab55414cee7c44a9e8c4f81bbd59e3837b185e179e6317efa04f69ec
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"framework": "paddle",
3+
"model_name": "bert-base-chinese",
4+
"num_devices_required": 1,
5+
"num_nodes_required": 1
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
class Program_weight_tensor_data_0:
2+
name = "data_0"
3+
shape = [1, 11]
4+
dtype = "int64"
5+
data = [101, 3614, 6816, 886, 4500, 4636, 2428, 7607, 3444, 106, 102]
6+
7+
8+
class Program_weight_tensor_data_1:
9+
name = "data_1"
10+
shape = [1, 11]
11+
dtype = "int64"
12+
data = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

0 commit comments

Comments
 (0)