Upload BertForSequenceClassification
Browse files- config.json +31 -0
- pytorch_model.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,31 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "../reranker/test_run/checkpoint-7500/",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "BertForSequenceClassification"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_probs_dropout_prob": 0.1,
         | 
| 7 | 
            +
              "classifier_dropout": null,
         | 
| 8 | 
            +
              "hidden_act": "gelu",
         | 
| 9 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 10 | 
            +
              "hidden_size": 768,
         | 
| 11 | 
            +
              "id2label": {
         | 
| 12 | 
            +
                "0": "LABEL_0"
         | 
| 13 | 
            +
              },
         | 
| 14 | 
            +
              "initializer_range": 0.02,
         | 
| 15 | 
            +
              "intermediate_size": 3072,
         | 
| 16 | 
            +
              "label2id": {
         | 
| 17 | 
            +
                "LABEL_0": 0
         | 
| 18 | 
            +
              },
         | 
| 19 | 
            +
              "layer_norm_eps": 1e-12,
         | 
| 20 | 
            +
              "max_position_embeddings": 512,
         | 
| 21 | 
            +
              "model_type": "bert",
         | 
| 22 | 
            +
              "num_attention_heads": 12,
         | 
| 23 | 
            +
              "num_hidden_layers": 12,
         | 
| 24 | 
            +
              "pad_token_id": 0,
         | 
| 25 | 
            +
              "position_embedding_type": "absolute",
         | 
| 26 | 
            +
              "torch_dtype": "float32",
         | 
| 27 | 
            +
              "transformers_version": "4.34.0",
         | 
| 28 | 
            +
              "type_vocab_size": 2,
         | 
| 29 | 
            +
              "use_cache": true,
         | 
| 30 | 
            +
              "vocab_size": 30522
         | 
| 31 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:61d5ccd48869e03500544525fc231641d7daa9ba267b202c82724750038dc1e0
         | 
| 3 | 
            +
            size 437998062
         |