yurakuratov commited on
Commit
a4430f9
·
1 Parent(s): 21343b9

add ckpt pre-trained on spliceai task

Browse files
Files changed (2) hide show
  1. config.json +4 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
  "architectures": [
3
- "BertForMaskedLM"
4
  ],
5
  "auto_map": {
6
- "AutoModel": "modeling_bert.BertForMaskedLM"
7
  },
 
 
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
 
1
  {
2
  "architectures": [
3
+ "BertForTokenClassification"
4
  ],
5
  "auto_map": {
6
+ "AutoModel": "modeling_bert.BertForTokenClassification"
7
  },
8
+ "num_labels": 3,
9
+ "problem_type": "multi_label_classification",
10
  "attention_probs_dropout_prob": 0.1,
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15e714f49053831c9658b1e92a42e42539ac4d49a8cb9fe7780b7f910ba1cf55
3
- size 541124033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40945194d9bb6a34534d875e1174df16f08127f657cdfeecd3167b569459ea2b
3
+ size 440199981