Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -90,7 +90,9 @@
|
|
90 |
"79": "attendee unstructured_information",
|
91 |
"80": "travel preference",
|
92 |
"81": "travel unstructured_information",
|
93 |
-
"82": "accommodation check_in_date"
|
|
|
|
|
94 |
},
|
95 |
"initializer_range": 0.02,
|
96 |
"intermediate_size": 3072,
|
@@ -152,6 +154,7 @@
|
|
152 |
"location itinerary": 19,
|
153 |
"location planner": 20,
|
154 |
"location probability": 21,
|
|
|
155 |
"preference attendee": 68,
|
156 |
"preference preference": 76,
|
157 |
"travel arrival location": 22,
|
@@ -177,6 +180,7 @@
|
|
177 |
"trip unstructured_information": 77,
|
178 |
"type probability": 30,
|
179 |
"unstructured_information link": 64,
|
|
|
180 |
"unstructured_information unstructured_information": 69
|
181 |
},
|
182 |
"layer_norm_eps": 1e-07,
|
|
|
90 |
"79": "attendee unstructured_information",
|
91 |
"80": "travel preference",
|
92 |
"81": "travel unstructured_information",
|
93 |
+
"82": "accommodation check_in_date",
|
94 |
+
"83": "unstructured_information probability",
|
95 |
+
"84": "location unstructured_information"
|
96 |
},
|
97 |
"initializer_range": 0.02,
|
98 |
"intermediate_size": 3072,
|
|
|
154 |
"location itinerary": 19,
|
155 |
"location planner": 20,
|
156 |
"location probability": 21,
|
157 |
+
"location unstructured_information": 84,
|
158 |
"preference attendee": 68,
|
159 |
"preference preference": 76,
|
160 |
"travel arrival location": 22,
|
|
|
180 |
"trip unstructured_information": 77,
|
181 |
"type probability": 30,
|
182 |
"unstructured_information link": 64,
|
183 |
+
"unstructured_information probability": 83,
|
184 |
"unstructured_information unstructured_information": 69
|
185 |
},
|
186 |
"layer_norm_eps": 1e-07,
|
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:59df230b0282bf16941fa51fe956429941ff7a3cdc06648cc398c939b7837b1f
|
3 |
+
size 567752500
|
runs/May03_04-29-14_715d36b720b6/events.out.tfevents.1714710562.715d36b720b6.629.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e785b20a88d0c636db6b16bc9a8839dcee1741a8af08f3a401ab79edd14f98f
|
3 |
+
size 10391
|
runs/May03_04-34-43_715d36b720b6/events.out.tfevents.1714710884.715d36b720b6.629.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d2b7ca07b17055540257825ad83856356710f84f5ac0b3f8d51564a0357045c
|
3 |
+
size 10911
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4b4019817e2e1b72eb6938e21644ba387e5325c1494ce281412308cbbd7f535
|
3 |
size 4984
|