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.28.1",
|
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:6ab8e7d7b721fd1a6a3cbed443695b87bb251e25d0ae04dd4a698b10d3b591a0
|
3 |
+
size 6285015277
|
runs/Apr29_09-30-33_baae523cfe1a/1682760662.0997105/events.out.tfevents.1682760662.baae523cfe1a.3300.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee246c1de35414da072c78d5300267250b551e0969fdd676656fc52a5208768f
|
3 |
+
size 5934
|
runs/Apr29_09-30-33_baae523cfe1a/events.out.tfevents.1682760662.baae523cfe1a.3300.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d10f09ac7673c6527e8e2dab7a7532c012f703401959431ffd7f18b577979d58
|
3 |
+
size 12153
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bf06ecc5bec1c84443638ea4226b5ab77868d7c4ccb554143abd9baa009527a
|
3 |
+
size 3643
|