Upload config
Browse files- config.json +6 -8
config.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path":
|
3 |
-
"head_dim": 64,
|
4 |
"hidden_dropout": 0.0,
|
5 |
-
"hidden_size":
|
6 |
-
"n_head":
|
7 |
-
"n_layer":
|
8 |
-
"num_hidden_layers":
|
9 |
-
"
|
10 |
-
"pre_seq_len": 4,
|
11 |
"problem_type": "single_label_classification",
|
12 |
"transformers_version": "4.35.2"
|
13 |
}
|
|
|
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 |
}
|