Commit
·
0c9b5dc
1
Parent(s):
565ac02
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:a8e418f024ba372686818bf743305435b4093a14561bb4a15043f831156c5fef
|
3 |
+
size 1342605365
|