jersonalvr commited on
Commit
f188e25
·
verified ·
1 Parent(s): efba90b

Upload 7 files

Browse files
Files changed (3) hide show
  1. config.json +15 -1
  2. model.safetensors +3 -0
  3. pytorch_model.bin +1 -1
config.json CHANGED
@@ -2,22 +2,36 @@
2
  "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForMaskedLM"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
  "pad_token_id": 0,
 
17
  "qa_dropout": 0.1,
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
 
21
  "transformers_version": "4.45.1",
22
  "vocab_size": 30522
23
  }
 
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": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
  "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
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
+ "torch_dtype": "float32",
35
  "transformers_version": "4.45.1",
36
  "vocab_size": 30522
37
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2041a4a7dd5cf7f9a31ae601c60bda19c03ae0db085661779dc20d040d515c
3
+ size 267838720
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d821399f5ff1d8e6d6dfb49f6c0e15998f30399446aef98e66eebea159d08fbe
3
  size 265504098
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb6a4502db6142f00e29839eab3e28aea8a656259041e59a4a9417033af2b68
3
  size 265504098