webersni commited on
Commit
ddc4837
•
1 Parent(s): 43d6f7f

add tokenizer

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