martypants
commited on
Commit
•
4760c9a
1
Parent(s):
fafede8
Upload config
Browse files- config.json +5 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -8,12 +8,14 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
|
|
12 |
},
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 3072,
|
15 |
"label2id": {
|
16 |
-
"
|
|
|
17 |
},
|
18 |
"layer_norm_eps": 1e-07,
|
19 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "martypants/debertads-caylus",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "content",
|
12 |
+
"1": "ad"
|
13 |
},
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_size": 3072,
|
16 |
"label2id": {
|
17 |
+
"ad": 1,
|
18 |
+
"content": 0
|
19 |
},
|
20 |
"layer_norm_eps": 1e-07,
|
21 |
"max_position_embeddings": 512,
|