alexamiredjibi commited on
Commit
fcc56e8
1 Parent(s): 5254b89

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "gating_on_cat_and_num_feats_then_sum",
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:a81891f6e55de1f159c4d490551c8018fe4dabccb6703d05e34e5d6005d0d2dd
3
+ size 270357601
runs/Dec16_21-35-56_71327a1b811d/1671226566.455722/events.out.tfevents.1671226566.71327a1b811d.332.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf9048adfdbb8b0209df561adc86ce5c9519ee09ba396a8d81f83723f068187
3
+ size 5571
runs/Dec16_21-35-56_71327a1b811d/events.out.tfevents.1671226566.71327a1b811d.332.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dca033a529594b91272265190d0a14af060bf55a7aa7ba3fd6ac796fb052d3d
3
+ size 4826
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a65629290c47f5a35f376c9ac722c264ebd1b43ada2abc4ba3b54f744d7a2dc
3
+ size 3451