Upload DebertaV2ForSequenceClassification
Browse files- config.json +63 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "sileod/deberta-v3-base-tasksource-nli",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DebertaV2ForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifiers_size": [
|
| 8 |
+
3,
|
| 9 |
+
2,
|
| 10 |
+
5,
|
| 11 |
+
4,
|
| 12 |
+
2,
|
| 13 |
+
3,
|
| 14 |
+
3
|
| 15 |
+
],
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.1,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"id2label": {
|
| 20 |
+
"0": "negative",
|
| 21 |
+
"1": "neutral",
|
| 22 |
+
"2": "positive"
|
| 23 |
+
},
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 3072,
|
| 26 |
+
"label2id": {
|
| 27 |
+
"negative": 0,
|
| 28 |
+
"neutral": 1,
|
| 29 |
+
"positive": 2
|
| 30 |
+
},
|
| 31 |
+
"layer_norm_eps": 1e-07,
|
| 32 |
+
"max_position_embeddings": 512,
|
| 33 |
+
"max_relative_positions": -1,
|
| 34 |
+
"model_type": "deberta-v2",
|
| 35 |
+
"norm_rel_ebd": "layer_norm",
|
| 36 |
+
"num_attention_heads": 12,
|
| 37 |
+
"num_hidden_layers": 12,
|
| 38 |
+
"pad_token_id": 0,
|
| 39 |
+
"pooler_dropout": 0,
|
| 40 |
+
"pooler_hidden_act": "gelu",
|
| 41 |
+
"pooler_hidden_size": 768,
|
| 42 |
+
"pos_att_type": [
|
| 43 |
+
"p2c",
|
| 44 |
+
"c2p"
|
| 45 |
+
],
|
| 46 |
+
"position_biased_input": false,
|
| 47 |
+
"position_buckets": 256,
|
| 48 |
+
"relative_attention": true,
|
| 49 |
+
"share_att_key": true,
|
| 50 |
+
"tasks": [
|
| 51 |
+
"tweet_eval/sentiment",
|
| 52 |
+
"rotten_tomatoes",
|
| 53 |
+
"yelp_review_full/yelp_review_full",
|
| 54 |
+
"poem_sentiment",
|
| 55 |
+
"amazon_polarity/amazon_polarity",
|
| 56 |
+
"dynasent/dynabench.dynasent.r1.all/r1",
|
| 57 |
+
"dynasent/dynabench.dynasent.r2.all/r2"
|
| 58 |
+
],
|
| 59 |
+
"torch_dtype": "float32",
|
| 60 |
+
"transformers_version": "4.34.1",
|
| 61 |
+
"type_vocab_size": 0,
|
| 62 |
+
"vocab_size": 128100
|
| 63 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60e8a30f9b118c573f378776cd2d26ee8e947c6ed7128bb4136e1efa36413bd
|
| 3 |
+
size 737767858
|