tushar27 commited on
Commit
f40d1b4
1 Parent(s): 3bc4c20

model upload commit

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"conducted": 50439, "patterns": 50349, "provides": 50373, "snow": 50496, "companies": 50312, "fossil": 50348, "further": 50301, "countries": 50283, "industry": 50306, "ensure": 50449, "contribution": 50468, "agreement": 50464, "monitoring": 50465, "observed": 50293, "processes": 50291, "relationship": 50400, "however": 50454, "variability": 50298, "waste": 50350, "–": 50300, "vegetation": 50330, "assess": 50430, "trees": 50478, "populations": 50441, "customers": 50358, "ecosystem": 50333, "operating": 50440, "dioxide": 50346, "compared": 50282, "previous": 50482, "atmospheric": 50310, "become": 50394, "sustainable": 50284, "conservation": 50458, "across": 50277, "ecosystems": 50384, "studies": 50297, "indicate": 50388, "provide": 50285, "increases": 50361, "temporal": 50479, "possible": 50332, "fuels": 50424, "nitrogen": 50405, "observations": 50461, "communities": 50318, "southern": 50481, "consistent": 50494, "pollution": 50467, "ocean": 50347, "seasonal": 50411, "recovery": 50450, "ratio": 50416, "considered": 50339, "“": 50305, "benefits": 50402, "2021": 50328, "caused": 50389, "northern": 50446, "conditions": 50272, "concentration": 50357, "diversity": 50431, "respectively": 50316, "•": 50324, "planning": 50473, "moisture": 50493, "estimates": 50408, "significantly": 50299, "following": 50369, "transition": 50344, "towards": 50409, "solutions": 50351, "factors": 50292, "decades": 50495, "understanding": 50356, "least": 50429, "means": 50486, "tropical": 50415, "2050": 50487, "importance": 50414, "combined": 50451, "investigated": 50385, "proposed": 50370, "methods": 50378, "policies": 50355, "achieve": 50437, "opportunities": 50469, "contribute": 50498, "”": 50488, "materials": 50398, "infrastructure": 50425, "assessment": 50345, "studied": 50443, "uncertainty": 50489, "showed": 50304, "methane": 50359, "particular": 50413, "dynamics": 50390, "shares": 50474, "environmental": 50269, "thermal": 50365, "productivity": 50463, "potential": 50273, "’": 50267, "simulations": 50470, "basis": 50372, "targets": 50436, "flood": 50363, "soils": 50448, "Committee": 50410, "reducing": 50381, "decreased": 50396, "renewable": 50294, "determine": 50480, "distribution": 50296, "consumption": 50307, "already": 50435, "challenges": 50404, "integrated": 50483, "activities": 50317, "efforts": 50392, "measurements": 50422, "employees": 50419, "drought": 50336, "applied": 50360, "increase": 50271, "trend": 50407, "influence": 50329, "degrees": 50276, "fluxes": 50491, "emissions": 50266, "strategy": 50353, "costs": 50326, "addition": 50303, "measured": 50364, "presented": 50428, "systems": 50278, "increased": 50274, "reduction": 50286, "variables": 50447, "sources": 50331, "impacts": 50281, "flux": 50476, "approach": 50290, "relatively": 50484, "investments": 50466, "sustainability": 50325, "losses": 50462, "agricultural": 50395, "analyses": 50485, "technologies": 50343, "temperature": 50268, "requirements": 50477, "adaptation": 50377, "variations": 50442, "variation": 50380, "operations": 50374, "several": 50342, "climatic": 50319, "delta": 50433, "scenarios": 50334, "transport": 50352, "ecological": 50401, "CH4": 50354, "determined": 50455, "areas": 50275, "mitigation": 50457, "decision": 50452, "sediment": 50475, "parameters": 50383, "soil": 50270, "yield": 50386, "mainly": 50399, "atmosphere": 50341, "decrease": 50367, "concentrations": 50366, "scenario": 50421, "estimate": 50459, "plans": 50423, "developing": 50412, "additional": 50444, "composition": 50418, "capture": 50379, "+/-": 50403, "summer": 50335, "pandemic": 50490, "various": 50340, "estimated": 50362, "temperatures": 50295, "precipitation": 50280, "rainfall": 50323, "GHG": 50397, "solar": 50320, "construction": 50445, "findings": 50492, "overall": 50426, "performed": 50497, "strategies": 50387, "crisis": 50499, "risks": 50309, "greater": 50368, "N2O": 50382, "statements": 50472, "regions": 50302, "gases": 50471, "trends": 50371, "affect": 50438, "CO2": 50265, "spatial": 50322, "2030": 50417, "emission": 50279, "electricity": 50315, "annual": 50287, "supply": 50311, "hydrogen": 50376, "resulting": 50456, "coastal": 50393, "greenhouse": 50289, "characteristics": 50420, "periods": 50432, "biomass": 50314, "reduce": 50288, "responses": 50427, "structure": 50337, "regional": 50308, "forests": 50406, "included": 50434, "differences": 50375, "economy": 50338, "practices": 50453, "identify": 50460, "investment": 50321, "plants": 50313, "obtained": 50391, "reduced": 50327}
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "climatebert/distilroberta-base-climate-f",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": true,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 6,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.6.1",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 50500
29
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c12117c7110ab8b8577d8b4b276ceda2e97604312d750ce81882d55c35c1d4
3
+ size 329250921
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": "climatebert/distilroberta-base-climate-f", "special_tokens_map_file": "pre_model/21072022_roberta/special_tokens_map.json", "tokenizer_class": "RobertaTokenizer", "trim_offsets": true}
vocab.json ADDED
The diff for this file is too large to render. See raw diff