mjpsm commited on
Commit
3b44f0c
·
verified ·
1 Parent(s): 78bfbdb

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +34 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "Confident",
12
+ "1": "A little bit confident",
13
+ "2": "Not confident"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "A little bit confident": 1,
18
+ "Confident": 0,
19
+ "Not confident": 2
20
+ },
21
+ "max_position_embeddings": 512,
22
+ "model_type": "distilbert",
23
+ "n_heads": 12,
24
+ "n_layers": 6,
25
+ "pad_token_id": 0,
26
+ "problem_type": "single_label_classification",
27
+ "qa_dropout": 0.1,
28
+ "seq_classif_dropout": 0.2,
29
+ "sinusoidal_pos_embds": false,
30
+ "tie_weights_": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.50.0",
33
+ "vocab_size": 30522
34
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6139b55e7aee1d5b08539a0cf6625c783c59c46aee56a52e44b4302bbacc46ab
3
+ size 267835644