Armin Mehrabian commited on
Commit
20dc333
1 Parent(s): cb553c5

Finetuned with data v4

Browse files
Files changed (3) hide show
  1. README.md +35 -3
  2. config.json +73 -0
  3. pytorch_model.bin +3 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ widget:
5
+ - text: "We explores the impact of initial and boundary conditions on simulating an extra-tropical cyclones in the North Atlantic Ocean, employing the Weather Research and Forecasting (WRF) model. The study assesses cyclone trajectory and synoptic patterns against real-world observations, finding that the WRF model effectively replicates Gong's entire lifecycle, including its intensification phase. It was observed that both the genesis of the cyclone and its Q-Vector—a meteorological vector that indicates the potential for cyclogenesis—are significantly influenced by the initial conditions set in the model."
6
+ example_title: "LABEL_15 (Severe Storms)"
7
+ ---
8
+ ## Label Mapping
9
+
10
+ The model classifies inputs into the following categories, each represented by a unique label ID:
11
+
12
+ | Category | ID |
13
+ |------------------------------------|----|
14
+ | Agriculture | 0 |
15
+ | Air Quality | 1 |
16
+ | Atmospheric/Ocean Indicators | 2 |
17
+ | Cryospheric Indicators | 3 |
18
+ | Droughts | 4 |
19
+ | Earthquakes | 5 |
20
+ | Ecosystems | 6 |
21
+ | Energy Production/Use | 7 |
22
+ | Environmental Impacts | 8 |
23
+ | Floods | 9 |
24
+ | Greenhouse Gases | 10 |
25
+ | Habitat Conversion/Fragmentation | 11 |
26
+ | Heat | 12 |
27
+ | Land Surface/Agriculture Indicators| 13 |
28
+ | Public Health | 14 |
29
+ | Severe Storms | 15 |
30
+ | Sun-Earth Interactions | 16 |
31
+ | Validation | 17 |
32
+ | Volcanic Eruptions | 18 |
33
+ | Water Quality | 19 |
34
+ | Wildfires | 20 |
35
+
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.2,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_10": 10,
41
+ "LABEL_11": 11,
42
+ "LABEL_12": 12,
43
+ "LABEL_13": 13,
44
+ "LABEL_14": 14,
45
+ "LABEL_15": 15,
46
+ "LABEL_16": 16,
47
+ "LABEL_17": 17,
48
+ "LABEL_18": 18,
49
+ "LABEL_19": 19,
50
+ "LABEL_2": 2,
51
+ "LABEL_20": 20,
52
+ "LABEL_3": 3,
53
+ "LABEL_4": 4,
54
+ "LABEL_5": 5,
55
+ "LABEL_6": 6,
56
+ "LABEL_7": 7,
57
+ "LABEL_8": 8,
58
+ "LABEL_9": 9
59
+ },
60
+ "layer_norm_eps": 1e-12,
61
+ "max_position_embeddings": 512,
62
+ "model_type": "bert",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "problem_type": "single_label_classification",
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.34.0",
70
+ "type_vocab_size": 2,
71
+ "use_cache": true,
72
+ "vocab_size": 30522
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9103d5f3711f8f27a3d1bf6187795764f936dbb4c0ce3c1aab4f24e093989007
3
+ size 438061937