DNA-LLM/synth_model_small_1.3
Browse files- README.md +5 -4
- config.json +5 -5
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# virus-pythia-1.2M-2048-ce_synthetic
|
15 |
|
16 |
-
This model is a fine-tuned version of [DNA-LLM/virus-pythia-
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -33,11 +34,11 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 5e-05
|
36 |
-
- train_batch_size:
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
- gradient_accumulation_steps: 4
|
40 |
-
- total_train_batch_size:
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_steps: 1
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: DNA-LLM/virus-pythia-85M-2048-two_d_plus_ce
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# virus-pythia-1.2M-2048-ce_synthetic
|
16 |
|
17 |
+
This model is a fine-tuned version of [DNA-LLM/virus-pythia-85M-2048-two_d_plus_ce](https://huggingface.co/DNA-LLM/virus-pythia-85M-2048-two_d_plus_ce) on an unknown dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 16
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 64
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "DNA-LLM/virus-pythia-
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
@@ -10,14 +10,14 @@
|
|
10 |
"eos_token_id": 0,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout": 0.0,
|
13 |
-
"hidden_size":
|
14 |
"initializer_range": 0.02,
|
15 |
-
"intermediate_size":
|
16 |
"layer_norm_eps": 1e-05,
|
17 |
"max_position_embeddings": 2048,
|
18 |
"model_type": "gpt_neox",
|
19 |
-
"num_attention_heads":
|
20 |
-
"num_hidden_layers":
|
21 |
"partial_rotary_factor": 0.25,
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "DNA-LLM/virus-pythia-85M-2048-two_d_plus_ce",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
10 |
"eos_token_id": 0,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
"layer_norm_eps": 1e-05,
|
17 |
"max_position_embeddings": 2048,
|
18 |
"model_type": "gpt_neox",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
"partial_rotary_factor": 0.25,
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000,
|
model.safetensors
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:e7c731a8a5c96581d50752424002548eb6fa8fe232626f5595fcb598baef8a5a
|
3 |
+
size 351711712
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d38ac71a12b28c59d500c155cfbde41e0dbeae3a7a6c1fdb6731ddd928de37b
|
3 |
size 5176
|