Upload folder using huggingface_hub
Browse files- config.json +17 -11
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"classifier_dropout": null,
|
8 |
-
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -309,17 +307,25 @@
|
|
309 |
"LABEL_98": 98,
|
310 |
"LABEL_99": 99
|
311 |
},
|
312 |
-
"layer_norm_eps": 1e-
|
313 |
"max_position_embeddings": 512,
|
314 |
-
"
|
|
|
315 |
"num_attention_heads": 12,
|
316 |
"num_hidden_layers": 12,
|
317 |
"pad_token_id": 0,
|
318 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
"problem_type": "multi_label_classification",
|
|
|
320 |
"torch_dtype": "float32",
|
321 |
-
"transformers_version": "4.46.
|
322 |
-
"type_vocab_size":
|
323 |
-
"
|
324 |
-
"vocab_size": 30522
|
325 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
"architectures": [
|
4 |
+
"DebertaForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
|
|
307 |
"LABEL_98": 98,
|
308 |
"LABEL_99": 99
|
309 |
},
|
310 |
+
"layer_norm_eps": 1e-07,
|
311 |
"max_position_embeddings": 512,
|
312 |
+
"max_relative_positions": -1,
|
313 |
+
"model_type": "deberta",
|
314 |
"num_attention_heads": 12,
|
315 |
"num_hidden_layers": 12,
|
316 |
"pad_token_id": 0,
|
317 |
+
"pooler_dropout": 0,
|
318 |
+
"pooler_hidden_act": "gelu",
|
319 |
+
"pooler_hidden_size": 768,
|
320 |
+
"pos_att_type": [
|
321 |
+
"c2p",
|
322 |
+
"p2c"
|
323 |
+
],
|
324 |
+
"position_biased_input": false,
|
325 |
"problem_type": "multi_label_classification",
|
326 |
+
"relative_attention": true,
|
327 |
"torch_dtype": "float32",
|
328 |
+
"transformers_version": "4.46.3",
|
329 |
+
"type_vocab_size": 0,
|
330 |
+
"vocab_size": 50265
|
|
|
331 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:786d51bede314a6f8add512e0cd69a323cef4c703aa0b159e8f8f9dc6d791b49
|
3 |
+
size 557245596
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cb55403a1b4c167eb02905dd26d783d288dd28b36c7ab098b9b0d4dcb255ef4
|
3 |
size 5240
|