Upload DistilBertForSequenceClassification
Browse files- config.json +51 -33
- 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": "
|
13 |
-
"1": "
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
"
|
25 |
-
"
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57c9dba074022bebade8fbc0d201360aa7f73e56368ed63db0f1d2bf61f9354d
|
3 |
+
size 269334812
|