webersni commited on
Commit
b4ef0c7
•
1 Parent(s): 85198a5

add tokenizer

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {"profitability": 50454, "strategies": 50391, "Principles": 50494, "committed": 50334, "deliver": 50437, "investments": 50282, "achieve": 50379, "insurance": 50296, "objectives": 50387, "transition": 50273, "customers": 50279, "CO2": 50365, "companies": 50271, "consumption": 50314, "assess": 50378, "operating": 50372, "Governance": 50308, "renewable": 50274, "IFC": 50475, "mortgage": 50459, "commitment": 50337, "solutions": 50355, "equity": 50434, "planning": 50435, "costs": 50275, "Sustainable": 50341, "cement": 50492, "resilience": 50433, "requirements": 50335, "across": 50299, "scenarios": 50330, "sectors": 50312, "equivalent": 50457, "methodology": 50483, "financing": 50294, "Committee": 50329, "innovative": 50491, "institutions": 50450, "operate": 50415, "BNP": 50370, "prices": 50484, "achieving": 50498, "Carbon": 50358, "temperature": 50423, "impacts": 50272, "commitments": 50465, "infrastructure": 50310, "operational": 50302, "–": 50317, "included": 50393, "fossil": 50374, "continued": 50443, "challenges": 50400, "annually": 50488, "transactions": 50451, "regulations": 50321, "longer": 50431, "Paribas": 50385, "Corporate": 50408, "standards": 50349, "fiscal": 50436, "engagement": 50397, "particular": 50390, "waste": 50331, "severity": 50468, "2050": 50401, "plans": 50383, "compared": 50467, "addition": 50287, "solar": 50340, "investors": 50356, "clients": 50289, "businesses": 50309, "facilities": 50336, "potential": 50281, "adverse": 50411, "ESG": 50360, "manufacturing": 50425, "factors": 50301, "supporting": 50490, "plants": 50350, "relating": 50461, "failure": 50499, "following": 50371, "sustainable": 50288, "targets": 50305, "practices": 50394, "provide": 50313, "Finance": 50493, "industry": 50292, "developing": 50381, "risks": 50265, "legislation": 50485, "activities": 50283, "portfolios": 50363, "greenhouse": 50323, "supply": 50297, "several": 50416, "portfolio": 50277, "investing": 50392, "tonnes": 50447, "scenario": 50290, "caused": 50410, "stakeholders": 50384, "‘": 50426, "Agreement": 50344, "reduced": 50422, "2030": 50339, "Sustainability": 50362, "criteria": 50477, "claims": 50470, "statements": 50453, "others": 50472, "“": 50373, "vehicles": 50455, "€": 50303, "metrics": 50442, "Eni": 50476, "regarding": 50413, "governance": 50345, "mitigate": 50428, "customer": 50395, "decision": 50481, "suppliers": 50402, "exposed": 50386, "losses": 50346, "investment": 50269, "processes": 50354, "additional": 50367, "GHG": 50322, "footprint": 50338, "Greenhouse": 50463, "electricity": 50291, "buildings": 50404, "environmental": 50268, "sources": 50380, "emissions": 50266, "reducing": 50359, "BlackRock": 50480, "provides": 50409, "countries": 50328, "corporate": 50307, "•": 50276, "manage": 50326, "distribution": 50429, "contribute": 50405, "bond": 50418, "systems": 50333, "opportunities": 50278, "managing": 50421, "towards": 50414, "disasters": 50432, "finance": 50298, "reputational": 50469, "invested": 50439, "partners": 50482, "increase": 50280, "materials": 50357, "Operational": 50486, "considered": 50479, "efforts": 50324, "economy": 50304, "increased": 50293, "possible": 50420, "employees": 50332, "patterns": 50438, "decisions": 50412, "assessment": 50351, "exposure": 50343, "2025": 50403, "increases": 50446, "annual": 50342, "purchase": 50478, "indirect": 50445, "reputation": 50327, "launched": 50440, "significantly": 50458, "approach": 50311, "overall": 50366, "ensure": 50399, "bonds": 50452, "funds": 50398, "affect": 50320, "unable": 50464, "Risk": 50319, "2021": 50347, "goals": 50348, "loans": 50417, "resulting": 50361, "returns": 50495, "further": 50315, "therefore": 50456, "various": 50382, "initiative": 50424, "reduction": 50306, "greater": 50444, "areas": 50318, "strategic": 50300, "reduce": 50284, "adversely": 50497, "regulatory": 50295, "identify": 50377, "operations": 50270, "communities": 50389, "emerging": 50489, "loan": 50396, "floods": 50449, "taken": 50460, "basis": 50473, "already": 50496, "sands": 50441, "conditions": 50376, "construction": 50462, "flooding": 50407, "sustainability": 50285, "mainly": 50466, "dioxide": 50471, "developments": 50474, "policies": 50353, "experience": 50448, "emission": 50388, "asset": 50325, "initiatives": 50316, "transport": 50419, "directly": 50427, "technologies": 50352, "least": 50487, "society": 50364, "fuels": 50375, "’": 50267, "uncertainty": 50406, "—": 50430, "Investment": 50369, "lending": 50368, "strategy": 50286}
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": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "errors": "replace", "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "name_or_path": "language_model/model/ClimateBERT_16102021_acc_grad_roberta/checkpoint-7908", "special_tokens_map_file": "pre_model/14102021_roberta/special_tokens_map.json", "tokenizer_class": "RobertaTokenizer"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff