usf219 commited on
Commit
0265bae
·
verified ·
1 Parent(s): 568f7de

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +16 -13
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,38 +1,41 @@
1
  {
2
- "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
- "attention_dropout": 0.1,
7
  "bos_token_id": null,
8
- "dim": 768,
9
- "dropout": 0.1,
10
  "dtype": "float32",
11
  "eos_token_id": null,
12
- "hidden_dim": 3072,
 
 
 
13
  "id2label": {
14
  "0": "small",
15
  "1": "medium",
16
  "2": "large"
17
  },
18
  "initializer_range": 0.02,
 
 
19
  "label2id": {
20
  "large": 2,
21
  "medium": 1,
22
  "small": 0
23
  },
 
24
  "max_position_embeddings": 512,
25
- "model_type": "distilbert",
26
- "n_heads": 12,
27
- "n_layers": 6,
28
  "pad_token_id": 0,
 
29
  "problem_type": "single_label_classification",
30
- "qa_dropout": 0.1,
31
- "seq_classif_dropout": 0.2,
32
- "sinusoidal_pos_embds": false,
33
- "tie_weights_": true,
34
  "tie_word_embeddings": true,
35
  "transformers_version": "5.0.0",
 
36
  "use_cache": false,
37
  "vocab_size": 30522
38
  }
 
1
  {
2
+ "add_cross_attention": false,
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": null,
8
+ "classifier_dropout": null,
 
9
  "dtype": "float32",
10
  "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
  "id2label": {
16
  "0": "small",
17
  "1": "medium",
18
  "2": "large"
19
  },
20
  "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "is_decoder": false,
23
  "label2id": {
24
  "large": 2,
25
  "medium": 1,
26
  "small": 0
27
  },
28
+ "layer_norm_eps": 1e-12,
29
  "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
  "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
  "problem_type": "single_label_classification",
 
 
 
 
36
  "tie_word_embeddings": true,
37
  "transformers_version": "5.0.0",
38
+ "type_vocab_size": 2,
39
  "use_cache": false,
40
  "vocab_size": 30522
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11a974f32b55d5018e7b6e81e264e7afe5be5735595cebb4e2ba4811b5e981f9
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ed0f55925ea65b2748fd6404cd1ffdb538e4f26e3a19b1f966d0e8752e23f7
3
+ size 437961700