Commit 
							
							·
						
						657d8d6
	
1
								Parent(s):
							
							d8bce4a
								
add model
Browse files- config.json +43 -0
- pytorch_model.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,43 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "./results/nli-few-shot/mnli-fever-anli-ling-binary/DeBERTa-v3-xsmall-mnli-fever-anli-ling-binary",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "DebertaV2ForSequenceClassification"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_probs_dropout_prob": 0.1,
         | 
| 7 | 
            +
              "hidden_act": "gelu",
         | 
| 8 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 9 | 
            +
              "hidden_size": 384,
         | 
| 10 | 
            +
              "id2label": {
         | 
| 11 | 
            +
                "0": "entailment",
         | 
| 12 | 
            +
                "1": "not_entailment"
         | 
| 13 | 
            +
              },
         | 
| 14 | 
            +
              "initializer_range": 0.02,
         | 
| 15 | 
            +
              "intermediate_size": 1536,
         | 
| 16 | 
            +
              "label2id": {
         | 
| 17 | 
            +
                "entailment": 0,
         | 
| 18 | 
            +
                "not_entailment": 1
         | 
| 19 | 
            +
              },
         | 
| 20 | 
            +
              "layer_norm_eps": 1e-07,
         | 
| 21 | 
            +
              "max_position_embeddings": 512,
         | 
| 22 | 
            +
              "max_relative_positions": -1,
         | 
| 23 | 
            +
              "model_type": "deberta-v2",
         | 
| 24 | 
            +
              "norm_rel_ebd": "layer_norm",
         | 
| 25 | 
            +
              "num_attention_heads": 6,
         | 
| 26 | 
            +
              "num_hidden_layers": 12,
         | 
| 27 | 
            +
              "pad_token_id": 0,
         | 
| 28 | 
            +
              "pooler_dropout": 0,
         | 
| 29 | 
            +
              "pooler_hidden_act": "gelu",
         | 
| 30 | 
            +
              "pooler_hidden_size": 384,
         | 
| 31 | 
            +
              "pos_att_type": [
         | 
| 32 | 
            +
                "p2c",
         | 
| 33 | 
            +
                "c2p"
         | 
| 34 | 
            +
              ],
         | 
| 35 | 
            +
              "position_biased_input": false,
         | 
| 36 | 
            +
              "position_buckets": 256,
         | 
| 37 | 
            +
              "relative_attention": true,
         | 
| 38 | 
            +
              "share_att_key": true,
         | 
| 39 | 
            +
              "torch_dtype": "float32",
         | 
| 40 | 
            +
              "transformers_version": "4.13.0",
         | 
| 41 | 
            +
              "type_vocab_size": 0,
         | 
| 42 | 
            +
              "vocab_size": 128100
         | 
| 43 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:fcbbda79f878d92f1a85ac0a9559987dd7059f206d6e78f1f0f69110b7836fb4
         | 
| 3 | 
            +
            size 283407083
         | 
