alexamiredjibi
commited on
Commit
·
bb4d32b
1
Parent(s):
ab43598
Training in progress, step 500
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "alexamiredjibi/Multimodal-Trajectory-Classifier",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertWithTabular"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"qa_dropout": 0.1,
|
18 |
+
"seq_classif_dropout": 0.2,
|
19 |
+
"sinusoidal_pos_embds": false,
|
20 |
+
"tabular_config": {
|
21 |
+
"cat_feat_dim": 0,
|
22 |
+
"combine_feat_method": "individual_mlps_on_cat_and_numerical_feats_then_concat",
|
23 |
+
"gating_beta": 0.2,
|
24 |
+
"hidden_dropout_prob": 0.2,
|
25 |
+
"mlp_act": "relu",
|
26 |
+
"mlp_division": 4,
|
27 |
+
"mlp_dropout": 0.1,
|
28 |
+
"num_labels": 5,
|
29 |
+
"numerical_bn": true,
|
30 |
+
"numerical_feat_dim": 18,
|
31 |
+
"text_feat_dim": 768,
|
32 |
+
"use_simple_classifier": true
|
33 |
+
},
|
34 |
+
"tie_weights_": true,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.25.1",
|
37 |
+
"vocab_size": 30522
|
38 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f3d0942afec996f014527b6fa7bc7261831edf30e0f3fb2822fa19a2973938
|
3 |
+
size 267878829
|
runs/Dec15_19-00-08_5c3b0c658f66/1671130863.522667/events.out.tfevents.1671130863.5c3b0c658f66.347.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd44c69e986a15471988ae3ea46c9d801c27c2ffdbbf474495d9018bb3981fbd
|
3 |
+
size 5557
|
runs/Dec15_19-00-08_5c3b0c658f66/events.out.tfevents.1671130863.5c3b0c658f66.347.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52cd5e2c67197d6fc160db0cf85b53615bba4486ae93c713d0a124d0d088d70a
|
3 |
+
size 7225
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71f48c81c308a2e743adce45b638d9e554cbce9316fcbe946a3a07e421fc0fee
|
3 |
+
size 3451
|