Optimum
commited on
Commit
•
f9def5c
1
Parent(s):
86fef74
Upload config.json with huggingface_hub
Browse files- config.json +4 -1
config.json
CHANGED
@@ -26,6 +26,9 @@
|
|
26 |
"attention_mask",
|
27 |
"token_type_ids"
|
28 |
],
|
|
|
|
|
|
|
29 |
"output_names": [
|
30 |
"logits"
|
31 |
],
|
@@ -36,7 +39,7 @@
|
|
36 |
"num_hidden_layers": 5,
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
-
"task":
|
40 |
"torch_dtype": "float32",
|
41 |
"transformers_version": "4.35.0",
|
42 |
"type_vocab_size": 16,
|
|
|
26 |
"attention_mask",
|
27 |
"token_type_ids"
|
28 |
],
|
29 |
+
"model_type": "None",
|
30 |
+
"output_attentions": false,
|
31 |
+
"output_hidden_states": false,
|
32 |
"output_names": [
|
33 |
"logits"
|
34 |
],
|
|
|
39 |
"num_hidden_layers": 5,
|
40 |
"pad_token_id": 0,
|
41 |
"position_embedding_type": "absolute",
|
42 |
+
"task": "text-classification",
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.35.0",
|
45 |
"type_vocab_size": 16,
|