EvilDrPurple commited on
Commit
178e145
1 Parent(s): 4cf02aa

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +39 -0
  2. model.safetensors +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./url_relevance/checkpoint-1000",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
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": 2048,
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
+ "categorical_bn": true,
23
+ "combine_feat_method": "text_only",
24
+ "gating_beta": 0.2,
25
+ "hidden_dropout_prob": 0.2,
26
+ "mlp_act": "relu",
27
+ "mlp_division": 4,
28
+ "mlp_dropout": 0.1,
29
+ "num_labels": 2,
30
+ "numerical_bn": true,
31
+ "numerical_feat_dim": 0,
32
+ "text_feat_dim": 768,
33
+ "use_simple_classifier": true
34
+ },
35
+ "tie_weights_": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.38.2",
38
+ "vocab_size": 30522
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89d5f425c7331aeda80b01db56502de2cb2a5e2a53d0554427c6caff67b1e0e
3
+ size 272557504
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36b3723386ad1b075b75aa9067d6a897cd1cae625248c8fe20c0072321c9d71
3
+ size 272670400