alexamiredjibi commited on
Commit
a1d3448
·
1 Parent(s): 06add06

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": "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": "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:5704b4a50d1c9790db72e8eeae47c8dfc6d3401428c1246520ce4389a7cc55db
3
+ size 267878829
runs/Dec14_21-36-50_3dc9166d871e/1671053833.7452922/events.out.tfevents.1671053833.3dc9166d871e.477.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b607ce76a4efc9b53d0e3f7f392e3c8a7635741b0c0dbe279cb1899a9fec0a42
3
+ size 5548
runs/Dec14_21-36-50_3dc9166d871e/events.out.tfevents.1671053833.3dc9166d871e.477.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f34c820a6b614856b68b9186a1de70e232977b10cd0d87caff4847d2ed3ab89
3
+ size 7163
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02933a935baa22ed04cb794b72ed4b3273a3aded726210f7ebeace37167b0f74
3
+ size 3451