Ligeti Balázs
commited on
Commit
·
6db16f2
1
Parent(s):
aac71c7
Finetuned prokbert-c model for phage identification
Browse files- config.json +25 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/c_evolb/c_evolm_scratch/finetuned_models/prokbert-mini-L512B-k1s1/checkpoint-1",
|
3 |
+
"architectures": [
|
4 |
+
"MegatronBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 384,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 4096,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"max_position_embeddings": 2048,
|
14 |
+
"model_type": "megatron-bert",
|
15 |
+
"num_attention_heads": 6,
|
16 |
+
"num_hidden_layers": 6,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"position_embedding_type": "relative_key_query",
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.33.1",
|
22 |
+
"type_vocab_size": 2,
|
23 |
+
"use_cache": true,
|
24 |
+
"vocab_size": 20
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc5f4955fe97e959c0acb318b7b4d03562f894ef4e29e4445f77c5eb2c2a372
|
3 |
+
size 99939078
|