gayanin commited on
Commit
dac42fe
1 Parent(s): fb449d6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/biogpt",
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": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-12,
16
+ "layerdrop": 0.0,
17
+ "max_position_embeddings": 1024,
18
+ "model_type": "biogpt",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 24,
21
+ "pad_token_id": 1,
22
+ "scale_embedding": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.26.1",
25
+ "use_cache": true,
26
+ "vocab_size": 42384
27
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eec7eae961c009987f8d2d56e905cb91d278feddcfbf7445ed2c53cc1be1644
3
+ size 1387181917
runs/Feb18_00-37-06_625f757521cc/1676680638.0891533/events.out.tfevents.1676680638.625f757521cc.1759.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2d6c9330191fc415023aee0581d6959387475dc906d2415110490d33cda252
3
+ size 5981
runs/Feb18_00-37-06_625f757521cc/events.out.tfevents.1676680638.625f757521cc.1759.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bcdaca0d26618d5036feb4ebaed7f09b22c1beefb8878381b06b82d78ca48ed
3
+ size 3998
runs/Feb18_00-41-14_625f757521cc/1676680882.1013288/events.out.tfevents.1676680882.625f757521cc.2944.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8632af06f72519a81148f1b174b5ae148fab2e75712dd303df76971fa973a667
3
+ size 5981
runs/Feb18_00-41-14_625f757521cc/events.out.tfevents.1676680882.625f757521cc.2944.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb6e6b5a72bf534e9589ae5cfc21e32ae48eeea8fd4d0bbb58d8dd008261b19
3
+ size 3998
runs/Feb18_00-48-32_625f757521cc/1676681319.9268374/events.out.tfevents.1676681319.625f757521cc.4766.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da5c9f7ecf4a73b2cb376ec8383c51a5611522ea3cebc86f0f6b0a8427635e7
3
+ size 5981
runs/Feb18_00-48-32_625f757521cc/events.out.tfevents.1676681319.625f757521cc.4766.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ddcd9d89b018df1cbc0596e6b08cff6844931ac2c09431108c4f35ad12c6292
3
+ size 3998
runs/Feb18_00-54-05_625f757521cc/1676681653.1323917/events.out.tfevents.1676681653.625f757521cc.6340.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30271de25ad2a4c392ea892c098c74f4e4c1ac1928a622ced1720420f95ede1
3
+ size 5981
runs/Feb18_00-54-05_625f757521cc/events.out.tfevents.1676681653.625f757521cc.6340.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc041f7593a05d20ddd470a1d3f4e3d3bfe3f89d52d509ac81a9d3b339a80e1
3
+ size 6800
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "<pad>",
5
+ "sep_token": "</s>",
6
+ "unk_token": "<unk>"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "model_max_length": 1024,
5
+ "name_or_path": "microsoft/biogpt",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "special_tokens_map_file": null,
9
+ "tokenizer_class": "BioGptTokenizer",
10
+ "unk_token": "<unk>"
11
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc35c0b58ba78f2f4a1afbb09b4cd941a093ac24ac12e888dddc789c29756dd
3
+ size 3707
vocab.json ADDED
The diff for this file is too large to render. See raw diff