Update config.json
Browse files- config.json +8 -0
    	
        config.json
    CHANGED
    
    | @@ -31,4 +31,12 @@ | |
| 31 | 
             
              "transformers_version": "4.42.3",
         | 
| 32 | 
             
              "type_vocab_size": 2,
         | 
| 33 | 
             
              "vocab_size": 30000
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 34 | 
             
            }
         | 
|  | |
| 31 | 
             
              "transformers_version": "4.42.3",
         | 
| 32 | 
             
              "type_vocab_size": 2,
         | 
| 33 | 
             
              "vocab_size": 30000
         | 
| 34 | 
            +
              "id2label": {
         | 
| 35 | 
            +
                "0": "Non-Stereotype",
         | 
| 36 | 
            +
                "1": "Stereotype"
         | 
| 37 | 
            +
              },
         | 
| 38 | 
            +
              "label2id": {
         | 
| 39 | 
            +
                "non-stereotype": 0,
         | 
| 40 | 
            +
                "stereotype": 1
         | 
| 41 | 
            +
              }
         | 
| 42 | 
             
            }
         | 
