Training in progress, epoch 1
Browse files- config.json +48 -24
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -17,34 +17,58 @@
|
|
| 17 |
"5": "displaced_people_and_evacuations",
|
| 18 |
"6": "requests_or_urgent_needs",
|
| 19 |
"7": "missing_or_found_people",
|
| 20 |
-
"8": "Country",
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 24 |
-
"12": "
|
| 25 |
-
"13": "
|
| 26 |
-
"14": "
|
| 27 |
-
"15": "
|
| 28 |
-
"16": "
|
| 29 |
-
"17": "
|
| 30 |
-
"18": "
|
| 31 |
-
"19": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
},
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"label2id": {
|
| 35 |
-
"City/town":
|
| 36 |
-
"Continent":
|
| 37 |
-
"Country": 8,
|
| 38 |
-
"County":
|
| 39 |
-
"District":
|
| 40 |
-
"Human-made Point-of-Interest":
|
| 41 |
-
"Island":
|
| 42 |
-
"Natural Point-of-Interest":
|
| 43 |
-
"Neighborhood":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
"O": 0,
|
| 45 |
-
"Other locations": 19,
|
| 46 |
-
"Road/street": 18,
|
| 47 |
-
"State": 9,
|
| 48 |
"caution_and_advice": 4,
|
| 49 |
"displaced_people_and_evacuations": 5,
|
| 50 |
"infrastructure_and_utility_damage": 3,
|
|
|
|
| 17 |
"5": "displaced_people_and_evacuations",
|
| 18 |
"6": "requests_or_urgent_needs",
|
| 19 |
"7": "missing_or_found_people",
|
| 20 |
+
"8": "B-Country",
|
| 21 |
+
"9": "I-Country",
|
| 22 |
+
"10": "B-State",
|
| 23 |
+
"11": "I-State",
|
| 24 |
+
"12": "B-City/town",
|
| 25 |
+
"13": "I-City/town",
|
| 26 |
+
"14": "B-Island",
|
| 27 |
+
"15": "I-Island",
|
| 28 |
+
"16": "B-Human-made Point-of-Interest",
|
| 29 |
+
"17": "I-Human-made Point-of-Interest",
|
| 30 |
+
"18": "B-County",
|
| 31 |
+
"19": "I-County",
|
| 32 |
+
"20": "B-Natural Point-of-Interest",
|
| 33 |
+
"21": "I-Natural Point-of-Interest",
|
| 34 |
+
"22": "B-District",
|
| 35 |
+
"23": "I-District",
|
| 36 |
+
"24": "B-Neighborhood",
|
| 37 |
+
"25": "I-Neighborhood",
|
| 38 |
+
"26": "B-Continent",
|
| 39 |
+
"27": "I-Continent",
|
| 40 |
+
"28": "B-Road/street",
|
| 41 |
+
"29": "I-Road/street",
|
| 42 |
+
"30": "B-Other locations",
|
| 43 |
+
"31": "I-Other locations"
|
| 44 |
},
|
| 45 |
"initializer_range": 0.02,
|
| 46 |
"label2id": {
|
| 47 |
+
"B-City/town": 12,
|
| 48 |
+
"B-Continent": 26,
|
| 49 |
+
"B-Country": 8,
|
| 50 |
+
"B-County": 18,
|
| 51 |
+
"B-District": 22,
|
| 52 |
+
"B-Human-made Point-of-Interest": 16,
|
| 53 |
+
"B-Island": 14,
|
| 54 |
+
"B-Natural Point-of-Interest": 20,
|
| 55 |
+
"B-Neighborhood": 24,
|
| 56 |
+
"B-Other locations": 30,
|
| 57 |
+
"B-Road/street": 28,
|
| 58 |
+
"B-State": 10,
|
| 59 |
+
"I-City/town": 13,
|
| 60 |
+
"I-Continent": 27,
|
| 61 |
+
"I-Country": 9,
|
| 62 |
+
"I-County": 19,
|
| 63 |
+
"I-District": 23,
|
| 64 |
+
"I-Human-made Point-of-Interest": 17,
|
| 65 |
+
"I-Island": 15,
|
| 66 |
+
"I-Natural Point-of-Interest": 21,
|
| 67 |
+
"I-Neighborhood": 25,
|
| 68 |
+
"I-Other locations": 31,
|
| 69 |
+
"I-Road/street": 29,
|
| 70 |
+
"I-State": 11,
|
| 71 |
"O": 0,
|
|
|
|
|
|
|
|
|
|
| 72 |
"caution_and_advice": 4,
|
| 73 |
"displaced_people_and_evacuations": 5,
|
| 74 |
"infrastructure_and_utility_damage": 3,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c20beb9281697dd72a2c9b79220b5bc24246bd84f72c5c7d07ff540153684288
|
| 3 |
+
size 265562304
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7acf25ca8b5c50a95fbce5413fdcfdf4adca9ac5d976622a6bde786e93911884
|
| 3 |
size 5176
|