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

feat: add model finetuned on promoters prediction task

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
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,
 
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "auto_map": {
6
+ "AutoModel": "modeling_bert.BertForSequenceClassification"
7
  },
8
  "attention_probs_dropout_prob": 0.1,
9
  "gradient_checkpointing": false,
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:f834413abc1def7e2a11c65c4c504327ecd401a87d793c650a68683a2eba3e66
3
+ size 1346797481