Upload folder using huggingface_hub
Browse files- config.json +4 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "zhihan1996/DNABERT-2-117M",
|
3 |
"alibi_starting_size": 512,
|
|
|
|
|
|
|
4 |
"attention_probs_dropout_prob": 0.0,
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "zhihan1996/DNABERT-2-117M--configuration_bert.BertConfig",
|
@@ -22,6 +25,7 @@
|
|
22 |
"num_hidden_layers": 12,
|
23 |
"pad_token_id": 0,
|
24 |
"position_embedding_type": "absolute",
|
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.44.2",
|
27 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
"_name_or_path": "zhihan1996/DNABERT-2-117M",
|
3 |
"alibi_starting_size": 512,
|
4 |
+
"architectures": [
|
5 |
+
"BertForSequenceClassification"
|
6 |
+
],
|
7 |
"attention_probs_dropout_prob": 0.0,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "zhihan1996/DNABERT-2-117M--configuration_bert.BertConfig",
|
|
|
25 |
"num_hidden_layers": 12,
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.44.2",
|
31 |
"type_vocab_size": 2,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a64606ef5cbf3fe9a54d60d43076410e32905a0a136ac31582eeb40137c8bdd4
|
3 |
+
size 356938736
|