shahrukhx01
commited on
Commit
·
c251c9c
1
Parent(s):
d796198
add model
Browse files- added_tokens.json +1 -0
- merges.txt +0 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"<col14>": 50279, "<col2>": 50267, "<col28>": 50293, "<col38>": 50303, "<col24>": 50289, "<col9>": 50274, "<col32>": 50297, "<col12>": 50277, "<col43>": 50308, "<col6>": 50271, "<col5>": 50270, "<col34>": 50299, "<col23>": 50288, "<col27>": 50292, "<col3>": 50268, "<col26>": 50291, "<col19>": 50284, "<col35>": 50300, "<2nl>": 50315, "<col49>": 50314, "<col30>": 50295, "<col0>": 50265, "<col4>": 50269, "<col39>": 50304, "<col44>": 50309, "<col41>": 50306, "<col40>": 50305, "<col48>": 50313, "<col45>": 50310, "<col46>": 50311, "<col20>": 50285, "<col17>": 50282, "<col33>": 50298, "<col29>": 50294, "<col31>": 50296, "<col10>": 50275, "<col42>": 50307, "<col37>": 50302, "<col1>": 50266, "<col11>": 50276, "<col47>": 50312, "<col7>": 50272, "<col16>": 50281, "<col36>": 50301, "<col13>": 50278, "<2ql>": 50316, "<col18>": 50283, "<col15>": 50280, "<col21>": 50286, "<col8>": 50273, "<col25>": 50290, "<col22>": 50287}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "facebook/bart-large-cnn"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|