bappaiitj commited on
Commit
772f6b6
·
verified ·
1 Parent(s): bd92daf

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +47 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "children",
15
+ "1": "comics_graphic",
16
+ "2": "fantasy_paranormal",
17
+ "3": "history_biography",
18
+ "4": "mystery_thriller_crime",
19
+ "5": "poetry",
20
+ "6": "romance",
21
+ "7": "young_adult"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "children": 0,
26
+ "comics_graphic": 1,
27
+ "fantasy_paranormal": 2,
28
+ "history_biography": 3,
29
+ "mystery_thriller_crime": 4,
30
+ "poetry": 5,
31
+ "romance": 6,
32
+ "young_adult": 7
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "tie_word_embeddings": true,
45
+ "transformers_version": "5.2.0",
46
+ "vocab_size": 30522
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a57a45d31f54968b5f0a428a15dd44fc7123f402a33cf519d0d75faccd08fb
3
+ size 267851024