eunJ commited on
Commit
6a8459f
·
verified ·
1 Parent(s): 8bfba94

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "microsoft/codebert-base",
3
  "architectures": [
4
- "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -20,8 +20,6 @@
20
  "output_past": true,
21
  "pad_token_id": 0,
22
  "position_embedding_type": "absolute",
23
- "problem_type": "single_label_classification",
24
- "torch_dtype": "float32",
25
  "transformers_version": "4.54.1",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
 
1
  {
2
  "_name_or_path": "microsoft/codebert-base",
3
  "architectures": [
4
+ "RobertaModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
20
  "output_past": true,
21
  "pad_token_id": 0,
22
  "position_embedding_type": "absolute",
 
 
23
  "transformers_version": "4.54.1",
24
  "type_vocab_size": 1,
25
  "use_cache": true,