matthewchung74 commited on
Commit
4fa3471
1 Parent(s): 73ea3ab

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/biogpt",
3
+ "activation_dropout": 0.0,
4
+ "architectures": [
5
+ "BioGptForSequenceClassification"
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
+ "id2label": {
14
+ "0": "NEGATIVE",
15
+ "1": "POSITIVE"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 4096,
19
+ "label2id": {
20
+ "NEGATIVE": 0,
21
+ "POSITIVE": 1
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "layerdrop": 0.0,
25
+ "max_position_embeddings": 1024,
26
+ "model_type": "biogpt",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 1,
30
+ "problem_type": "single_label_classification",
31
+ "scale_embedding": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.35.2",
34
+ "use_cache": true,
35
+ "vocab_size": 42384
36
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b773143d9502fadb4a4b4f4c85510d6d5a26490e3287fac13b5fb8918fee747d
3
+ size 1387103856
runs/Feb09_03-52-17_2ec3ca7ee5b6/events.out.tfevents.1707450739.2ec3ca7ee5b6.163.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a73d83c2f6e992cc0294943ab52a94c8bab076beab61b749e77dc5c8c5146df
3
+ size 4316
runs/Feb09_03-56-06_2ec3ca7ee5b6/events.out.tfevents.1707450968.2ec3ca7ee5b6.163.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e198fe0f7595538caa257811b1bf4a17e555b820b500e66a6a47b82cdd83338
3
+ size 4316
runs/Feb09_03-59-37_2ec3ca7ee5b6/events.out.tfevents.1707451179.2ec3ca7ee5b6.163.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db20844391531d09f08cc19e9b2ba1b9a520212282e084d6fbcbcec2b0c21de0
3
+ size 4365
runs/Feb09_04-00-52_2ec3ca7ee5b6/events.out.tfevents.1707451253.2ec3ca7ee5b6.163.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a79c367c463916ae0bb9fa5b7102f06640293e83010b3f392d12b5121047a007
3
+ size 4184
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,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": true,
38
+ "eos_token": "</s>",
39
+ "model_max_length": 1024,
40
+ "pad_token": "<pad>",
41
+ "sep_token": "</s>",
42
+ "tokenizer_class": "BioGptTokenizer",
43
+ "unk_token": "<unk>"
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f685d1b517bb85815c9de71d0ad47c8ee00f78d786b5714fd789c336bb9b28
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff