Upload config
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": null,
|
3 |
+
"hidden_dropout": 0.0,
|
4 |
+
"hidden_size": null,
|
5 |
+
"n_head": null,
|
6 |
+
"n_layer": null,
|
7 |
+
"num_hidden_layers": null,
|
8 |
+
"pre_seq_len": null,
|
9 |
+
"problem_type": "single_label_classification",
|
10 |
+
"transformers_version": "4.35.2"
|
11 |
+
}
|