joeddav commited on
Commit
fde8789
1 Parent(s): 1f9406d

try updating config file

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
 
2
  "architectures": [
3
  "XLMRobertaForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
 
7
  "eos_token_id": 2,
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
@@ -28,6 +30,10 @@
28
  "num_hidden_layers": 24,
29
  "output_past": true,
30
  "pad_token_id": 1,
 
 
 
31
  "type_vocab_size": 1,
 
32
  "vocab_size": 250002
33
  }
 
1
  {
2
+ "_name_or_path": "joeddav/xlm-roberta-large-xnli",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
 
30
  "num_hidden_layers": 24,
31
  "output_past": true,
32
  "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.27.2",
36
  "type_vocab_size": 1,
37
+ "use_cache": true,
38
  "vocab_size": 250002
39
  }