Commit
·
a4430f9
1
Parent(s):
21343b9
add ckpt pre-trained on spliceai task
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
-
"AutoModel": "modeling_bert.
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40945194d9bb6a34534d875e1174df16f08127f657cdfeecd3167b569459ea2b
|
3 |
+
size 440199981
|