Lmunozi commited on
Commit
c71206d
1 Parent(s): 605655c

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +51 -33
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,33 +1,51 @@
1
- {
2
- "_name_or_path": "dccuchile/distilbert-base-spanish-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": "accessible",
13
- "1": "connected"
14
- },
15
- "initializer_range": 0.02,
16
- "label2id": {
17
- "accessible": 0,
18
- "connected": 1
19
- },
20
- "max_position_embeddings": 512,
21
- "model_type": "distilbert",
22
- "n_heads": 12,
23
- "n_layers": 6,
24
- "pad_token_id": 0,
25
- "problem_type": "multi_label_classification",
26
- "qa_dropout": 0.1,
27
- "seq_classif_dropout": 0.2,
28
- "sinusoidal_pos_embds": true,
29
- "tie_weights_": true,
30
- "torch_dtype": "float32",
31
- "transformers_version": "4.43.3",
32
- "vocab_size": 31002
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/distilbert-base-spanish-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": " null",
13
+ "1": "accessible",
14
+ "2": "connected",
15
+ "3": "deluxe",
16
+ "4": "men only",
17
+ "5": "shared",
18
+ "6": "shared bathroom",
19
+ "7": "shared bed",
20
+ "8": "shared room",
21
+ "9": "women only",
22
+ "10": "women standard only"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ " null": 0,
27
+ "accessible": 1,
28
+ "connected": 2,
29
+ "deluxe": 3,
30
+ "men only": 4,
31
+ "shared": 5,
32
+ "shared bathroom": 6,
33
+ "shared bed": 7,
34
+ "shared room": 8,
35
+ "women only": 9,
36
+ "women standard only": 10
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": "multi_label_classification",
44
+ "qa_dropout": 0.1,
45
+ "seq_classif_dropout": 0.2,
46
+ "sinusoidal_pos_embds": true,
47
+ "tie_weights_": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.43.4",
50
+ "vocab_size": 31002
51
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a25f331eced9b62d60e7b091d793e44993b8bb4e10c0c2e69cb2c705af9fa48a
3
- size 269307120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c9dba074022bebade8fbc0d201360aa7f73e56368ed63db0f1d2bf61f9354d
3
+ size 269334812