webersni commited on
Commit
d0a93ff
•
1 Parent(s): d638906

add tokenizer

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