Upload config.json with huggingface_hub
Browse files- config.json +14 -9
config.json
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
"stop_words": null,
|
5 |
-
"ngram_range": [
|
6 |
-
1,
|
7 |
-
1
|
8 |
],
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"DistilBertForSequenceClassification"
|
|
|
|
|
|
|
|
|
4 |
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"embedding_size": 768,
|
7 |
+
"hidden_dropout_prob": 0.1,
|
8 |
+
"hidden_size": 768,
|
9 |
+
"intermediate_size": 3072,
|
10 |
+
"layer_norm_eps": 1e-12,
|
11 |
+
"max_position_embeddings": 512,
|
12 |
+
"num_attention_heads": 12,
|
13 |
+
"num_hidden_layers": 6,
|
14 |
+
"pad_token_id": 0,
|
15 |
+
"vocab_size": 30522,
|
16 |
+
"transformers_version": "4.5.1"
|
17 |
}
|