Training in progress, step 500
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/BioGPT-Large",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"architectures": [
|
5 |
+
"BioGptForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1600,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 6400,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"layerdrop": 0.0,
|
17 |
+
"max_position_embeddings": 2048,
|
18 |
+
"model_type": "biogpt",
|
19 |
+
"num_attention_heads": 25,
|
20 |
+
"num_hidden_layers": 48,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"scale_embedding": true,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.27.4",
|
25 |
+
"use_cache": false,
|
26 |
+
"vocab_size": 57717
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7156c057ed6a1ea576b80efecefb65a6c4c55093054729e5a859edc04132f6e9
|
3 |
+
size 6285015277
|
runs/Mar29_21-30-56_b01fe8fc9ac0/1680125491.7654595/events.out.tfevents.1680125491.b01fe8fc9ac0.23150.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45e75b794fcd99045e1db453a6c26571dcc5fd94f41a7806d2e41845617229ad
|
3 |
+
size 5827
|
runs/Mar29_21-30-56_b01fe8fc9ac0/events.out.tfevents.1680125491.b01fe8fc9ac0.23150.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeafa942423b7c2156b89d9733338442993cd3c78279a6aa3b97d0d2390a30e1
|
3 |
+
size 12070
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cae8355a97ae00c2c9f5a321f40cffef0c4a0bd6f21ab86f6cd9266d3ba310d
|
3 |
+
size 3579
|