yqsu95 commited on
Commit
c19c9d3
·
verified ·
1 Parent(s): 4970924

Push model using huggingface_hub.

Browse files
Files changed (5) hide show
  1. README.md +6 -11
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. training_config.json +3 -3
  5. vocab.json +0 -0
README.md CHANGED
@@ -1,15 +1,10 @@
1
  ---
2
- language: en
3
- license: mit
4
  tags:
5
- - pytorch
6
- - pertTF
7
  ---
8
 
9
- # pertTF perturbation model (tiny, mvc_only)
10
-
11
- This is model files for pertTF (tiny) trained for perturbation prediction using only mvc loss
12
-
13
- ## Usage
14
- ```python
15
- model = HFPerturbationTFModel.from_pretrained('weililab/pert_split_1_5k_mvc_only')
 
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
@@ -19,7 +19,7 @@
19
  "nlayers": 2,
20
  "nlayers_cls": 3,
21
  "nlayers_pert": 4,
22
- "ntoken": 5056,
23
  "num_batch_labels": null,
24
  "pad_token": "<pad>",
25
  "pad_value": -2,
 
19
  "nlayers": 2,
20
  "nlayers_cls": 3,
21
  "nlayers_pert": 4,
22
+ "ntoken": 5057,
23
  "num_batch_labels": null,
24
  "pad_token": "<pad>",
25
  "pad_value": -2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6de165bfa12df6be342e1dd452c820e7f1c2e7daec67dbec329af372418b5993
3
- size 3361088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f22107893737d8677143ea2d6505d85ae0a46b1d5597ea16e55f036637fa430c
3
+ size 3361216
training_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "seed": 42,
3
- "dataset_name": "split_1_5k",
4
  "do_train": true,
5
  "load_model": null,
6
  "GEPC": true,
@@ -45,11 +45,11 @@
45
  "cls_value": -3,
46
  "cls_token": "<cls>",
47
  "sampling_mode": "hvg",
48
- "non_hvg_size": 50,
49
  "fix_nonzero_prop": true,
50
  "nonzero_prop": 0.9,
51
  "hvg_col": "highly_variable",
52
  "mvc_masked_train": true,
53
- "max_seq_len": 3051,
54
  "pad_value": -2
55
  }
 
1
  {
2
  "seed": 42,
3
+ "dataset_name": "split_TRAIN_5k",
4
  "do_train": true,
5
  "load_model": null,
6
  "GEPC": true,
 
45
  "cls_value": -3,
46
  "cls_token": "<cls>",
47
  "sampling_mode": "hvg",
48
+ "non_hvg_size": 1000,
49
  "fix_nonzero_prop": true,
50
  "nonzero_prop": 0.9,
51
  "hvg_col": "highly_variable",
52
  "mvc_masked_train": true,
53
+ "max_seq_len": 4001,
54
  "pad_value": -2
55
  }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff