yqsu95 commited on
Commit
e362845
·
verified ·
1 Parent(s): 44b0573

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +2 -2
  3. training_config.json +1 -1
config.json CHANGED
@@ -8,7 +8,7 @@
8
  "dropout": 0.1,
9
  "ecs_threshold": 0.7,
10
  "explicit_zero_prob": true,
11
- "fast_transformer_backend": "vanilla",
12
  "input_emb_style": "continuous",
13
  "mvc_decoder_style": "inner product",
14
  "n_bins": 51,
 
8
  "dropout": 0.1,
9
  "ecs_threshold": 0.7,
10
  "explicit_zero_prob": true,
11
+ "fast_transformer_backend": "flash",
12
  "input_emb_style": "continuous",
13
  "mvc_decoder_style": "inner product",
14
  "n_bins": 51,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e89348c8f377a85c2d173bc5c29c5ff7e42e54108ea7a6e95782ee5f197e746
3
- size 172009132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb086ae64b651cbdf13564792d00a9626a7775b0f7e3194ec43301fefba0ad1c
3
+ size 172008668
training_config.json CHANGED
@@ -80,7 +80,7 @@
80
  "ecs_threshold": 0.7,
81
  "explicit_zero_prob": true,
82
  "use_fast_transformer": true,
83
- "fast_transformer_backend": "vanilla",
84
  "pre_norm": false,
85
  "pred_lochness_next": false,
86
  "ps_decoder2_nlayer": 3,
 
80
  "ecs_threshold": 0.7,
81
  "explicit_zero_prob": true,
82
  "use_fast_transformer": true,
83
+ "fast_transformer_backend": "flash",
84
  "pre_norm": false,
85
  "pred_lochness_next": false,
86
  "ps_decoder2_nlayer": 3,