Safetensors
bert
DNA
biology
genomics
lgq12697 commited on
Commit
68a7223
1 Parent(s): 0e5cba7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "../model/PlantDna_BERT_6mer",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -9,14 +9,14 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Not_modification",
13
- "1": "modification"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
- "Not_modification": 0,
19
- "modification": 1
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "Plant_DNABERT_6mer_H3K4me3",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Not_H3K4me3",
13
+ "1": "H3K4me3"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
+ "Not_H3K4me3": 0,
19
+ "H3K4me3": 1
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,