david-inf commited on
Commit
0ed44ab
·
verified ·
1 Parent(s): a9958d4

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +15 -13
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,23 +1,25 @@
1
  {
2
- "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
- "attention_dropout": 0.1,
7
- "dim": 768,
8
- "dropout": 0.1,
9
- "hidden_dim": 3072,
 
 
10
  "initializer_range": 0.02,
 
 
11
  "max_position_embeddings": 512,
12
- "model_type": "distilbert",
13
- "n_heads": 12,
14
- "n_layers": 6,
15
  "pad_token_id": 0,
16
- "qa_dropout": 0.1,
17
- "seq_classif_dropout": 0.2,
18
- "sinusoidal_pos_embds": false,
19
- "tie_weights_": true,
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.51.3",
 
 
22
  "vocab_size": 30522
23
  }
 
1
  {
 
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 6,
18
  "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
 
 
 
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.51.3",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
  "vocab_size": 30522
25
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f45e827f7d5a620ab9b5dd39a17874bf649d787ec614296422554a93e2b4590c
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:495a2104c2a53f322afb7aae04135f658d6f98c478eb6254a56511ce94fdcec3
3
+ size 90867952