sumitranjan commited on
Commit
8be6fc4
1 Parent(s): fad91c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "roberta-base",
3
  "architectures": [
4
- "XLMRobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -34,8 +34,9 @@
34
  "pad_token_id": 1,
35
  "position_embedding_type": "absolute",
36
  "problem_type": "multi_label_classification",
 
37
  "transformers_version": "4.11.0",
38
  "type_vocab_size": 1,
39
-
40
  "vocab_size": 50265
41
  }
 
1
  {
2
  "_name_or_path": "roberta-base",
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
34
  "pad_token_id": 1,
35
  "position_embedding_type": "absolute",
36
  "problem_type": "multi_label_classification",
37
+ "torch_dtype": "float32",
38
  "transformers_version": "4.11.0",
39
  "type_vocab_size": 1,
40
+ "use_cache": true,
41
  "vocab_size": 50265
42
  }