Emily666666 commited on
Commit
c0843ba
1 Parent(s): ff40d3c

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +14 -16
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "_name_or_path": "elozano/bert-base-cased-news-category",
 
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
@@ -22,7 +21,6 @@
22
  "9": "LABEL_9"
23
  },
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "LABEL_0": 0,
28
  "LABEL_1": 1,
@@ -35,17 +33,17 @@
35
  "LABEL_8": 8,
36
  "LABEL_9": 9
37
  },
38
- "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
40
- "model_type": "bert",
41
- "num_attention_heads": 12,
42
- "num_hidden_layers": 12,
43
  "pad_token_id": 0,
44
- "position_embedding_type": "absolute",
45
  "problem_type": "single_label_classification",
 
 
 
 
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.40.2",
48
- "type_vocab_size": 2,
49
- "use_cache": true,
50
  "vocab_size": 30522
51
  }
 
1
  {
2
+ "_name_or_path": "rajesh426/distilbert-base-uncased_Up_Sampling_Sub_Category_SPEECH_TEXT_DISPLAY_v1",
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
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
 
21
  "9": "LABEL_9"
22
  },
23
  "initializer_range": 0.02,
 
24
  "label2id": {
25
  "LABEL_0": 0,
26
  "LABEL_1": 1,
 
33
  "LABEL_8": 8,
34
  "LABEL_9": 9
35
  },
 
36
  "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
  "pad_token_id": 0,
 
41
  "problem_type": "single_label_classification",
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.40.2",
 
 
48
  "vocab_size": 30522
49
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d2f5bcc5d572d7bcdf8deaa03657aa570cc699a81d618198ff3ba179336e6e1
3
- size 437983256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de038b212cb79e009aa14e21b295a2effec5e38d9a7bb78645c0947cbf046038
3
+ size 267857176