Upload folder using huggingface_hub
Browse files- config.json +3 -4
config.json
CHANGED
@@ -2,13 +2,12 @@
|
|
2 |
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"backbone_output_dropout": 0.5,
|
9 |
"chunk_overlap_size": 64,
|
10 |
"classifier_dropout": 0.5,
|
11 |
-
"classifier_num_layers": 1,
|
12 |
"classifier_prob": 0.5,
|
13 |
"dim": 768,
|
14 |
"dropout": 0.1,
|
@@ -25,8 +24,8 @@
|
|
25 |
"long_input": false,
|
26 |
"max_len": 512,
|
27 |
"max_position_embeddings": 512,
|
28 |
-
"model_name": "
|
29 |
-
"model_type": "
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
"pad_token_id": 0,
|
|
|
2 |
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"backbone_output_dropout": 0.5,
|
9 |
"chunk_overlap_size": 64,
|
10 |
"classifier_dropout": 0.5,
|
|
|
11 |
"classifier_prob": 0.5,
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|
|
|
24 |
"long_input": false,
|
25 |
"max_len": 512,
|
26 |
"max_position_embeddings": 512,
|
27 |
+
"model_name": "distilbert-base-uncased",
|
28 |
+
"model_type": "distilbert",
|
29 |
"n_heads": 12,
|
30 |
"n_layers": 6,
|
31 |
"pad_token_id": 0,
|