Trained on biobart-v2-base
Browse files- config.json +2 -3
- generation_config.json +0 -1
- merges.txt +0 -0
- pytorch_model.bin +2 -2
- runs/Aug09_09-45-42_cn2382/events.out.tfevents.1691588746.cn2382.1378162.0 +3 -0
- tokenizer_config.json +2 -1
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
@@ -24,7 +24,6 @@
|
|
24 |
"encoder_layerdrop": 0.0,
|
25 |
"encoder_layers": 6,
|
26 |
"eos_token_id": 2,
|
27 |
-
"forced_bos_token_id": 0,
|
28 |
"forced_eos_token_id": 2,
|
29 |
"gradient_checkpointing": false,
|
30 |
"id2label": {
|
@@ -71,5 +70,5 @@
|
|
71 |
"torch_dtype": "float32",
|
72 |
"transformers_version": "4.30.2",
|
73 |
"use_cache": true,
|
74 |
-
"vocab_size":
|
75 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "GanjinZero/biobart-v2-base",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
24 |
"encoder_layerdrop": 0.0,
|
25 |
"encoder_layers": 6,
|
26 |
"eos_token_id": 2,
|
|
|
27 |
"forced_eos_token_id": 2,
|
28 |
"gradient_checkpointing": false,
|
29 |
"id2label": {
|
|
|
70 |
"torch_dtype": "float32",
|
71 |
"transformers_version": "4.30.2",
|
72 |
"use_cache": true,
|
73 |
+
"vocab_size": 85401
|
74 |
}
|
generation_config.json
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
6 |
"eos_token_id": 2,
|
7 |
-
"forced_bos_token_id": 0,
|
8 |
"forced_eos_token_id": 2,
|
9 |
"no_repeat_ngram_size": 3,
|
10 |
"num_beams": 4,
|
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
6 |
"eos_token_id": 2,
|
|
|
7 |
"forced_eos_token_id": 2,
|
8 |
"no_repeat_ngram_size": 3,
|
9 |
"num_beams": 4,
|
merges.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
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:dff17d6b1d94f0fad39084cfa6aab4e4b208ea82cc6f5c56c3495978b461f651
|
3 |
+
size 666047481
|
runs/Aug09_09-45-42_cn2382/events.out.tfevents.1691588746.cn2382.1378162.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4faf5f7602c49cc675b5bb1bf37980b74be99276ac656c255a9b7446237000
|
3 |
+
size 7401
|
tokenizer_config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"rstrip": false,
|
35 |
"single_word": false
|
36 |
},
|
37 |
-
"model_max_length":
|
38 |
"pad_token": {
|
39 |
"__type": "AddedToken",
|
40 |
"content": "<pad>",
|
@@ -52,6 +52,7 @@
|
|
52 |
"single_word": false
|
53 |
},
|
54 |
"tokenizer_class": "BartTokenizer",
|
|
|
55 |
"unk_token": {
|
56 |
"__type": "AddedToken",
|
57 |
"content": "<unk>",
|
|
|
34 |
"rstrip": false,
|
35 |
"single_word": false
|
36 |
},
|
37 |
+
"model_max_length": 1000000000000000019884624838656,
|
38 |
"pad_token": {
|
39 |
"__type": "AddedToken",
|
40 |
"content": "<pad>",
|
|
|
52 |
"single_word": false
|
53 |
},
|
54 |
"tokenizer_class": "BartTokenizer",
|
55 |
+
"tokenizer_file": null,
|
56 |
"unk_token": {
|
57 |
"__type": "AddedToken",
|
58 |
"content": "<unk>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3887
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9443173056339fdfac12a8768831463df60a1e8ff004a9f4b1fe2c179805571b
|
3 |
size 3887
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|