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

Push model using huggingface_hub.

Browse files
Files changed (4) hide show
  1. README.md +6 -11
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. training_config.json +1 -1
README.md CHANGED
@@ -1,15 +1,10 @@
1
  ---
2
- language: en
3
- license: mit
4
  tags:
5
- - pytorch
6
- - pertTF
7
  ---
8
 
9
- # pertTF tiny
10
-
11
- This is model files for pertTF large
12
-
13
- ## Usage
14
- ```python
15
- model = HFPerturbationTFModel.from_pretrained('weililab/pertTF-large')
 
1
  ---
 
 
2
  tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
  ---
6
 
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
 
 
 
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": "flash",
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": "vanilla",
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:cb086ae64b651cbdf13564792d00a9626a7775b0f7e3194ec43301fefba0ad1c
3
- size 172008668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e89348c8f377a85c2d173bc5c29c5ff7e42e54108ea7a6e95782ee5f197e746
3
+ size 172009132
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": "flash",
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": "vanilla",
84
  "pre_norm": false,
85
  "pred_lochness_next": false,
86
  "ps_decoder2_nlayer": 3,