From 0a0046625d189e3efb985bcbda432bb20b07668d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 04:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mnoukhov/nuevamol-80m-base Source: Original Platform --- .gitattributes | 35 + README.md | 27 + config.json | 34 + generation_config.json | 9 + model.safetensors | 3 + tokenizer.json | 1911 ++++++++++++++++++++++++++++++++++++++++ tokenizer_config.json | 11 + training_args.bin | 3 + 8 files changed, 2033 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 generation_config.json create mode 100644 model.safetensors create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 training_args.bin diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6344aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf5ff5d --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +--- +library_name: transformers +model_name: nuevamol-80m-base +tags: +- chemistry +- molecular-generation +- text-generation +- llama +--- + +# nuevamol-80m-base + +Base NuevaMol 80M causal language model for molecular generation. + +## Usage + +```python +from transformers import AutoModelForCausalLM, AutoTokenizer + +model_id = "mnoukhov/nuevamol-80m-base" +tokenizer = AutoTokenizer.from_pretrained(model_id) +model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto") +``` + +## Files + +This repository contains the inference artifacts from `output/nuevamol-pretrain_80m-20260601-045239`. diff --git a/config.json b/config.json new file mode 100644 index 0000000..cd36482 --- /dev/null +++ b/config.json @@ -0,0 +1,34 @@ +{ + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 389, + "dtype": "bfloat16", + "eos_token_id": 388, + "head_dim": 64, + "hidden_act": "silu", + "hidden_size": 576, + "initializer_range": 0.041666666666666664, + "intermediate_size": 1536, + "is_llama_config": true, + "max_position_embeddings": 8192, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 9, + "num_hidden_layers": 22, + "num_key_value_heads": 3, + "pad_token_id": 387, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_interleaved": false, + "rope_parameters": { + "rope_theta": 100000, + "rope_type": "default" + }, + "tie_word_embeddings": true, + "transformers_version": "5.3.0", + "use_cache": false, + "vocab_size": 391 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..6cdc810 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 389, + "eos_token_id": [ + 388 + ], + "pad_token_id": 387, + "transformers_version": "5.3.0" +} diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..dbcbc31 --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6fdedbabad83bc5140ed867a8843296f3f13bf2cab3bedec16ece2a591d813 +size 156238032 diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..6216d81 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,1911 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 128, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": { + "strategy": "BatchLongest", + "direction": "Right", + "pad_to_multiple_of": null, + "pad_id": 387, + "pad_type_id": 0, + "pad_token": "[PAD]" + }, + "added_tokens": [ + { + "id": 387, + "content": "[PAD]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 388, + "content": "[EOS]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 389, + "content": "[BOS]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 390, + "content": "[UNK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "Split", + "pattern": { + "Regex": "(\\[[^\\]]+]|Br?|Cl?|N|O|S|P|F|I|b|c|n|o|s|p|\\(|\\)|\\.|=|#|\\+|\\/|:|@|\\?|>|\\*|\\$|%[0-9]{2}|[0-9])" + }, + "behavior": "Isolated", + "invert": false + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "[BOS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[EOS]", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "[BOS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[EOS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + }, + { + "SpecialToken": { + "id": "[EOS]", + "type_id": 1 + } + } + ], + "special_tokens": { + "[BOS]": { + "id": "[BOS]", + "ids": [ + 389 + ], + "tokens": [ + "[BOS]" + ] + }, + "[EOS]": { + "id": "[EOS]", + "ids": [ + 388 + ], + "tokens": [ + "[EOS]" + ] + } + } + }, + "decoder": { + "type": "Fuse" + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "#": 0, + "%": 1, + "(": 2, + ")": 3, + "+": 4, + "-": 5, + ".": 6, + "/": 7, + "0": 8, + "1": 9, + "2": 10, + "3": 11, + "4": 12, + "5": 13, + "6": 14, + "7": 15, + "8": 16, + "9": 17, + "=": 18, + "@": 19, + "B": 20, + "C": 21, + "F": 22, + "H": 23, + "I": 24, + "N": 25, + "O": 26, + "P": 27, + "S": 28, + "T": 29, + "Y": 30, + "Z": 31, + "[": 32, + "\\": 33, + "]": 34, + "b": 35, + "c": 36, + "e": 37, + "i": 38, + "l": 39, + "n": 40, + "o": 41, + "p": 42, + "r": 43, + "s": 44, + "H]": 45, + "[C": 46, + "[C@": 47, + "Cl": 48, + "[C@@": 49, + "[C@H]": 50, + "[C@@H]": 51, + "[n": 52, + "[nH]": 53, + "[C@]": 54, + "[C@@]": 55, + "%1": 56, + "[CH]": 57, + "%2": 58, + "[C]": 59, + "%10": 60, + "%3": 61, + "%11": 62, + "Br": 63, + "%4": 64, + "%12": 65, + "%13": 66, + "%14": 67, + "[N": 68, + "%5": 69, + "%15": 70, + "%16": 71, + "%17": 72, + "2]": 73, + "H2]": 74, + "[CH2]": 75, + "%18": 76, + "%19": 77, + "%20": 78, + "[c": 79, + "%21": 80, + "[c]": 81, + "%22": 82, + "%23": 83, + "%6": 84, + "%24": 85, + "[1": 86, + "%25": 87, + "%26": 88, + "+]": 89, + "%27": 90, + "[p": 91, + "[pH]": 92, + "[N]": 93, + "%28": 94, + "%29": 95, + "[18": 96, + "%30": 97, + "F]": 98, + "%31": 99, + "[18F]": 100, + "%32": 101, + "[N+]": 102, + "%33": 103, + "%34": 104, + "%35": 105, + "%36": 106, + "%37": 107, + "%38": 108, + "%39": 109, + "%7": 110, + "%40": 111, + "%41": 112, + "@]": 113, + "%42": 114, + "%43": 115, + "O]": 116, + "%44": 117, + "%45": 118, + "[O]": 119, + "%46": 120, + "%47": 121, + "%48": 122, + "[S": 123, + "[NH]": 124, + "%49": 125, + "%50": 126, + "%8": 127, + "%51": 128, + "@@]": 129, + "%52": 130, + "%53": 131, + "%54": 132, + "[n+]": 133, + "%55": 134, + "%56": 135, + "%57": 136, + "%58": 137, + "%59": 138, + "%60": 139, + "%9": 140, + "[S@@]": 141, + "%61": 142, + "%62": 143, + "%63": 144, + "[N@@]": 145, + "%64": 146, + "%65": 147, + "%66": 148, + "[N@]": 149, + "[15": 150, + "[S@]": 151, + "[15n": 152, + "%67": 153, + "[H": 154, + "%68": 155, + "[HH]": 156, + "H+]": 157, + "-]": 158, + "%69": 159, + "%70": 160, + "[15n]": 161, + "%71": 162, + "%72": 163, + "%73": 164, + "%74": 165, + "%75": 166, + "%76": 167, + "[S]": 168, + "%77": 169, + "%78": 170, + "[15nH]": 171, + "[nH+]": 172, + "%79": 173, + "[18O]": 174, + "OH]": 175, + "%80": 176, + "%81": 177, + "[NH+]": 178, + "%82": 179, + "%83": 180, + "[12": 181, + "[N-]": 182, + "%84": 183, + "[18OH]": 184, + "%85": 185, + "Y]": 186, + "[s": 187, + "[Y]": 188, + "[c-]": 189, + "%86": 190, + "[si": 191, + "%89": 192, + "%88": 193, + "%90": 194, + "%87": 195, + "[12C": 196, + "%91": 197, + "-2]": 198, + "[1H]": 199, + "%92": 200, + "[17": 201, + "[19": 202, + "[S-2]": 203, + "[si+]": 204, + "[19F]": 205, + "%93": 206, + "3]": 207, + "[3": 208, + "H3]": 209, + "%94": 210, + "[n-]": 211, + "%95": 212, + "%96": 213, + "[12c": 214, + "%97": 215, + "%98": 216, + "%99": 217, + "[Si": 218, + "[17O]": 219, + "[Si]": 220, + "[12cH]": 221, + "Cl]": 222, + "NH2]": 223, + "[si]": 224, + "[14": 225, + "[16": 226, + "[12CH2]": 227, + "[17OH]": 228, + "[35": 229, + "[12CH3]": 230, + "[35Cl]": 231, + "[SH]": 232, + "0C": 233, + "N]": 234, + "O-]": 235, + "[O-]": 236, + "[12C]": 237, + "[CH3]": 238, + "[13": 239, + "+2]": 240, + "4]": 241, + "H4]": 242, + "[2": 243, + "[B": 244, + "CH2]": 245, + "FH]": 246, + "SH2]": 247, + "[9": 248, + "[34": 249, + "[12c]": 250, + "[14N]": 251, + "[16NH2]": 252, + "[13NH2]": 253, + "[B]": 254, + "S]": 255, + "[8": 256, + "c]": 257, + "[10C": 258, + "[SH2]": 259, + "[H+]": 260, + "[12CH]": 261, + "@H]": 262, + "C]": 263, + "CH3]": 264, + "CH4]": 265, + "NH]": 266, + "cH]": 267, + "[18FH]": 268, + "[20C": 269, + "CH]": 270, + "Zn": 271, + "[Zn": 272, + "n]": 273, + "nH]": 274, + "o]": 275, + "s]": 276, + "[C-]": 277, + "[N-2]": 278, + "[11": 279, + "[1C]": 280, + "[18o]": 281, + "[S@": 282, + "[siH+]": 283, + "[37": 284, + "[SiH3]": 285, + "[14NH]": 286, + "[34S]": 287, + "[Zn+2]": 288, + "2CH4]": 289, + "@@H]": 290, + "HH]": 291, + "TB": 292, + "[C+2]": 293, + "[NH": 294, + "[N+2]": 295, + "[1HH]": 296, + "[18c]": 297, + "[18n]": 298, + "[15CH2]": 299, + "[siH]": 300, + "[12CH4]": 301, + "[12C@H]": 302, + "[12C@@H]": 303, + "[32": 304, + "[33": 305, + "[36": 306, + "[38": 307, + "[14NH2]": 308, + "[16OH]": 309, + "[16N]": 310, + "[16nH]": 311, + "[35s]": 312, + "[22CH4]": 313, + "[9CH2]": 314, + "[9c]": 315, + "[8CH2]": 316, + "[8CH]": 317, + "[10CH2]": 318, + "[20C]": 319, + "[20CH3]": 320, + "[S@TB": 321, + "[37Cl]": 322, + "0cH]": 323, + "1]": 324, + "1CH3]": 325, + "2+]": 326, + "3CH3]": 327, + "4CH3]": 328, + "5]": 329, + "Fe": 330, + "PH]": 331, + "P1]": 332, + "S-2]": 333, + "SP1]": 334, + "[H]": 335, + "[F]": 336, + "[Fe": 337, + "[PH]": 338, + "l-]": 339, + "[Cl-]": 340, + "[1H+]": 341, + "[1CH3]": 342, + "[15OH]": 343, + "[15c]": 344, + "[15CH4]": 345, + "[15cH]": 346, + "[15CH]": 347, + "[si-]": 348, + "[17F]": 349, + "[17FH]": 350, + "[19FH]": 351, + "[3C]": 352, + "[14n]": 353, + "[14nH]": 354, + "[16NH]": 355, + "[13O]": 356, + "[13N]": 357, + "[20cH]": 358, + "[B-]": 359, + "[9CH4]": 360, + "[9cH]": 361, + "[34SH2]": 362, + "[34s]": 363, + "[34S-2]": 364, + "[8cH]": 365, + "[10C]": 366, + "[10CH3]": 367, + "[10CH4]": 368, + "[111CH3]": 369, + "[113CH3]": 370, + "[114CH3]": 371, + "[S@SP1]": 372, + "[37SH2]": 373, + "[NH-]": 374, + "[NH2+]": 375, + "[32SH2]": 376, + "[32S]": 377, + "[33SH2]": 378, + "[33S]": 379, + "[36Cl]": 380, + "[36SH2]": 381, + "[38Cl]": 382, + "[38SH2]": 383, + "[S@TB3]": 384, + "[S@TB5]": 385, + "[Fe]": 386 + }, + "merges": [ + [ + "H", + "]" + ], + [ + "[", + "C" + ], + [ + "[C", + "@" + ], + [ + "C", + "l" + ], + [ + "[C@", + "@" + ], + [ + "[C@", + "H]" + ], + [ + "[C@@", + "H]" + ], + [ + "[", + "n" + ], + [ + "[n", + "H]" + ], + [ + "[C@", + "]" + ], + [ + "[C@@", + "]" + ], + [ + "%", + "1" + ], + [ + "[C", + "H]" + ], + [ + "%", + "2" + ], + [ + "[C", + "]" + ], + [ + "%1", + "0" + ], + [ + "%", + "3" + ], + [ + "%1", + "1" + ], + [ + "B", + "r" + ], + [ + "%", + "4" + ], + [ + "%1", + "2" + ], + [ + "%1", + "3" + ], + [ + "%1", + "4" + ], + [ + "[", + "N" + ], + [ + "%", + "5" + ], + [ + "%1", + "5" + ], + [ + "%1", + "6" + ], + [ + "%1", + "7" + ], + [ + "2", + "]" + ], + [ + "H", + "2]" + ], + [ + "[C", + "H2]" + ], + [ + "%1", + "8" + ], + [ + "%1", + "9" + ], + [ + "%2", + "0" + ], + [ + "[", + "c" + ], + [ + "%2", + "1" + ], + [ + "[c", + "]" + ], + [ + "%2", + "2" + ], + [ + "%2", + "3" + ], + [ + "%", + "6" + ], + [ + "%2", + "4" + ], + [ + "[", + "1" + ], + [ + "%2", + "5" + ], + [ + "%2", + "6" + ], + [ + "+", + "]" + ], + [ + "%2", + "7" + ], + [ + "[", + "p" + ], + [ + "[p", + "H]" + ], + [ + "[N", + "]" + ], + [ + "%2", + "8" + ], + [ + "%2", + "9" + ], + [ + "[1", + "8" + ], + [ + "%3", + "0" + ], + [ + "F", + "]" + ], + [ + "%3", + "1" + ], + [ + "[18", + "F]" + ], + [ + "%3", + "2" + ], + [ + "[N", + "+]" + ], + [ + "%3", + "3" + ], + [ + "%3", + "4" + ], + [ + "%3", + "5" + ], + [ + "%3", + "6" + ], + [ + "%3", + "7" + ], + [ + "%3", + "8" + ], + [ + "%3", + "9" + ], + [ + "%", + "7" + ], + [ + "%4", + "0" + ], + [ + "%4", + "1" + ], + [ + "@", + "]" + ], + [ + "%4", + "2" + ], + [ + "%4", + "3" + ], + [ + "O", + "]" + ], + [ + "%4", + "4" + ], + [ + "%4", + "5" + ], + [ + "[", + "O]" + ], + [ + "%4", + "6" + ], + [ + "%4", + "7" + ], + [ + "%4", + "8" + ], + [ + "[", + "S" + ], + [ + "[N", + "H]" + ], + [ + "%4", + "9" + ], + [ + "%5", + "0" + ], + [ + "%", + "8" + ], + [ + "%5", + "1" + ], + [ + "@", + "@]" + ], + [ + "%5", + "2" + ], + [ + "%5", + "3" + ], + [ + "%5", + "4" + ], + [ + "[n", + "+]" + ], + [ + "%5", + "5" + ], + [ + "%5", + "6" + ], + [ + "%5", + "7" + ], + [ + "%5", + "8" + ], + [ + "%5", + "9" + ], + [ + "%6", + "0" + ], + [ + "%", + "9" + ], + [ + "[S", + "@@]" + ], + [ + "%6", + "1" + ], + [ + "%6", + "2" + ], + [ + "%6", + "3" + ], + [ + "[N", + "@@]" + ], + [ + "%6", + "4" + ], + [ + "%6", + "5" + ], + [ + "%6", + "6" + ], + [ + "[N", + "@]" + ], + [ + "[1", + "5" + ], + [ + "[S", + "@]" + ], + [ + "[15", + "n" + ], + [ + "%6", + "7" + ], + [ + "[", + "H" + ], + [ + "%6", + "8" + ], + [ + "[H", + "H]" + ], + [ + "H", + "+]" + ], + [ + "-", + "]" + ], + [ + "%6", + "9" + ], + [ + "%7", + "0" + ], + [ + "[15n", + "]" + ], + [ + "%7", + "1" + ], + [ + "%7", + "2" + ], + [ + "%7", + "3" + ], + [ + "%7", + "4" + ], + [ + "%7", + "5" + ], + [ + "%7", + "6" + ], + [ + "[S", + "]" + ], + [ + "%7", + "7" + ], + [ + "%7", + "8" + ], + [ + "[15n", + "H]" + ], + [ + "[n", + "H+]" + ], + [ + "%7", + "9" + ], + [ + "[18", + "O]" + ], + [ + "O", + "H]" + ], + [ + "%8", + "0" + ], + [ + "%8", + "1" + ], + [ + "[N", + "H+]" + ], + [ + "%8", + "2" + ], + [ + "%8", + "3" + ], + [ + "[1", + "2" + ], + [ + "[N", + "-]" + ], + [ + "%8", + "4" + ], + [ + "[18", + "OH]" + ], + [ + "%8", + "5" + ], + [ + "Y", + "]" + ], + [ + "[", + "s" + ], + [ + "[", + "Y]" + ], + [ + "[c", + "-]" + ], + [ + "%8", + "6" + ], + [ + "[s", + "i" + ], + [ + "%8", + "9" + ], + [ + "%8", + "8" + ], + [ + "%9", + "0" + ], + [ + "%8", + "7" + ], + [ + "[12", + "C" + ], + [ + "%9", + "1" + ], + [ + "-", + "2]" + ], + [ + "[1", + "H]" + ], + [ + "%9", + "2" + ], + [ + "[1", + "7" + ], + [ + "[1", + "9" + ], + [ + "[S", + "-2]" + ], + [ + "[si", + "+]" + ], + [ + "[19", + "F]" + ], + [ + "%9", + "3" + ], + [ + "3", + "]" + ], + [ + "[", + "3" + ], + [ + "H", + "3]" + ], + [ + "%9", + "4" + ], + [ + "[n", + "-]" + ], + [ + "%9", + "5" + ], + [ + "%9", + "6" + ], + [ + "[12", + "c" + ], + [ + "%9", + "7" + ], + [ + "%9", + "8" + ], + [ + "%9", + "9" + ], + [ + "[S", + "i" + ], + [ + "[17", + "O]" + ], + [ + "[Si", + "]" + ], + [ + "[12c", + "H]" + ], + [ + "Cl", + "]" + ], + [ + "N", + "H2]" + ], + [ + "[si", + "]" + ], + [ + "[1", + "4" + ], + [ + "[1", + "6" + ], + [ + "[12C", + "H2]" + ], + [ + "[17", + "OH]" + ], + [ + "[3", + "5" + ], + [ + "[12C", + "H3]" + ], + [ + "[35", + "Cl]" + ], + [ + "[S", + "H]" + ], + [ + "0", + "C" + ], + [ + "N", + "]" + ], + [ + "O", + "-]" + ], + [ + "[", + "O-]" + ], + [ + "[12C", + "]" + ], + [ + "[C", + "H3]" + ], + [ + "[1", + "3" + ], + [ + "+", + "2]" + ], + [ + "4", + "]" + ], + [ + "H", + "4]" + ], + [ + "[", + "2" + ], + [ + "[", + "B" + ], + [ + "C", + "H2]" + ], + [ + "F", + "H]" + ], + [ + "S", + "H2]" + ], + [ + "[", + "9" + ], + [ + "[3", + "4" + ], + [ + "[12c", + "]" + ], + [ + "[14", + "N]" + ], + [ + "[16", + "NH2]" + ], + [ + "[13", + "NH2]" + ], + [ + "[B", + "]" + ], + [ + "S", + "]" + ], + [ + "[", + "8" + ], + [ + "c", + "]" + ], + [ + "[1", + "0C" + ], + [ + "[S", + "H2]" + ], + [ + "[H", + "+]" + ], + [ + "[12C", + "H]" + ], + [ + "@", + "H]" + ], + [ + "C", + "]" + ], + [ + "C", + "H3]" + ], + [ + "C", + "H4]" + ], + [ + "N", + "H]" + ], + [ + "c", + "H]" + ], + [ + "[18", + "FH]" + ], + [ + "[2", + "0C" + ], + [ + "C", + "H]" + ], + [ + "Z", + "n" + ], + [ + "[", + "Zn" + ], + [ + "n", + "]" + ], + [ + "n", + "H]" + ], + [ + "o", + "]" + ], + [ + "s", + "]" + ], + [ + "[C", + "-]" + ], + [ + "[N", + "-2]" + ], + [ + "[1", + "1" + ], + [ + "[1", + "C]" + ], + [ + "[18", + "o]" + ], + [ + "[S", + "@" + ], + [ + "[si", + "H+]" + ], + [ + "[3", + "7" + ], + [ + "[Si", + "H3]" + ], + [ + "[14", + "NH]" + ], + [ + "[34", + "S]" + ], + [ + "[Zn", + "+2]" + ], + [ + "2", + "CH4]" + ], + [ + "@", + "@H]" + ], + [ + "H", + "H]" + ], + [ + "T", + "B" + ], + [ + "[C", + "+2]" + ], + [ + "[N", + "H" + ], + [ + "[N", + "+2]" + ], + [ + "[1", + "HH]" + ], + [ + "[18", + "c]" + ], + [ + "[18", + "n]" + ], + [ + "[15", + "CH2]" + ], + [ + "[si", + "H]" + ], + [ + "[12C", + "H4]" + ], + [ + "[12C", + "@H]" + ], + [ + "[12C", + "@@H]" + ], + [ + "[3", + "2" + ], + [ + "[3", + "3" + ], + [ + "[3", + "6" + ], + [ + "[3", + "8" + ], + [ + "[14", + "NH2]" + ], + [ + "[16", + "OH]" + ], + [ + "[16", + "N]" + ], + [ + "[16", + "nH]" + ], + [ + "[35", + "s]" + ], + [ + "[2", + "2CH4]" + ], + [ + "[9", + "CH2]" + ], + [ + "[9", + "c]" + ], + [ + "[8", + "CH2]" + ], + [ + "[8", + "CH]" + ], + [ + "[10C", + "H2]" + ], + [ + "[20C", + "]" + ], + [ + "[20C", + "H3]" + ], + [ + "[S@", + "TB" + ], + [ + "[37", + "Cl]" + ], + [ + "0", + "cH]" + ], + [ + "1", + "]" + ], + [ + "1", + "CH3]" + ], + [ + "2", + "+]" + ], + [ + "3", + "CH3]" + ], + [ + "4", + "CH3]" + ], + [ + "5", + "]" + ], + [ + "F", + "e" + ], + [ + "P", + "H]" + ], + [ + "P", + "1]" + ], + [ + "S", + "-2]" + ], + [ + "S", + "P1]" + ], + [ + "[", + "H]" + ], + [ + "[", + "F]" + ], + [ + "[", + "Fe" + ], + [ + "[", + "PH]" + ], + [ + "l", + "-]" + ], + [ + "[C", + "l-]" + ], + [ + "[1", + "H+]" + ], + [ + "[1", + "CH3]" + ], + [ + "[15", + "OH]" + ], + [ + "[15", + "c]" + ], + [ + "[15", + "CH4]" + ], + [ + "[15", + "cH]" + ], + [ + "[15", + "CH]" + ], + [ + "[si", + "-]" + ], + [ + "[17", + "F]" + ], + [ + "[17", + "FH]" + ], + [ + "[19", + "FH]" + ], + [ + "[3", + "C]" + ], + [ + "[14", + "n]" + ], + [ + "[14", + "nH]" + ], + [ + "[16", + "NH]" + ], + [ + "[13", + "O]" + ], + [ + "[13", + "N]" + ], + [ + "[2", + "0cH]" + ], + [ + "[B", + "-]" + ], + [ + "[9", + "CH4]" + ], + [ + "[9", + "cH]" + ], + [ + "[34", + "SH2]" + ], + [ + "[34", + "s]" + ], + [ + "[34", + "S-2]" + ], + [ + "[8", + "cH]" + ], + [ + "[10C", + "]" + ], + [ + "[10C", + "H3]" + ], + [ + "[10C", + "H4]" + ], + [ + "[11", + "1CH3]" + ], + [ + "[11", + "3CH3]" + ], + [ + "[11", + "4CH3]" + ], + [ + "[S@", + "SP1]" + ], + [ + "[37", + "SH2]" + ], + [ + "[NH", + "-]" + ], + [ + "[NH", + "2+]" + ], + [ + "[32", + "SH2]" + ], + [ + "[32", + "S]" + ], + [ + "[33", + "SH2]" + ], + [ + "[33", + "S]" + ], + [ + "[36", + "Cl]" + ], + [ + "[36", + "SH2]" + ], + [ + "[38", + "Cl]" + ], + [ + "[38", + "SH2]" + ], + [ + "[S@TB", + "3]" + ], + [ + "[S@TB", + "5]" + ], + [ + "[Fe", + "]" + ] + ] + } +} \ No newline at end of file diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..61c2096 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,11 @@ +{ + "backend": "tokenizers", + "bos_token": "[BOS]", + "clean_up_tokenization_spaces": false, + "eos_token": "[EOS]", + "is_local": false, + "model_max_length": 128, + "pad_token": "[PAD]", + "tokenizer_class": "TokenizersBackend", + "unk_token": "[UNK]" +} diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..352dcd1 --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f68551998aab6607ab7fafbee7f07a512fa41156a7f454937dbb3baaee8f65 +size 5777