yurakuratov commited on
Commit
0c9b5dc
1 Parent(s): 565ac02

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:6334b8cc62182a1db370a388e115d346d9fdb6eb6083cbbd969d82bdbaa2eb1e
3
- size 1478135113
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e418f024ba372686818bf743305435b4093a14561bb4a15043f831156c5fef
3
+ size 1342605365