jashdalvi commited on
Commit
39aa0b0
1 Parent(s): 5bc2d14

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "capacitor",
13
+ "1": "resistor",
14
+ "2": "connector",
15
+ "3": "transistor",
16
+ "4": "diode",
17
+ "5": "ic",
18
+ "6": "switch",
19
+ "7": "test_point",
20
+ "8": "inductor",
21
+ "9": "crystal_osc",
22
+ "10": "led"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "capacitor": 0,
27
+ "connector": 2,
28
+ "crystal_osc": 9,
29
+ "diode": 4,
30
+ "ic": 5,
31
+ "inductor": 8,
32
+ "led": 10,
33
+ "resistor": 1,
34
+ "switch": 6,
35
+ "test_point": 7,
36
+ "transistor": 3
37
+ },
38
+ "max_position_embeddings": 512,
39
+ "model_type": "distilbert",
40
+ "n_heads": 12,
41
+ "n_layers": 6,
42
+ "pad_token_id": 0,
43
+ "problem_type": "single_label_classification",
44
+ "qa_dropout": 0.1,
45
+ "seq_classif_dropout": 0.2,
46
+ "sinusoidal_pos_embds": false,
47
+ "tie_weights_": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.29.1",
50
+ "vocab_size": 30522
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8c4f0ca57eb038fea43b65872fa8203b1e9c3fd096641438229c11b40988234
3
+ size 267883181