skatzR commited on
Commit
d9fd657
·
verified ·
1 Parent(s): 5ffc4dc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -48,7 +48,6 @@
48
  "layer_norm_eps": 1e-05,
49
  "length_penalty": 1.0,
50
  "max_length": 20,
51
- "max_position_embeddings": 514,
52
  "min_length": 0,
53
  "model_type": "xlm-roberta",
54
  "no_repeat_ngram_size": 0,
@@ -128,5 +127,9 @@
128
  "threshold_has_issue": 0.11917716264724733,
129
  "threshold_is_hidden": 0.25999999999999995,
130
  "torch_dtype": "float32",
131
- "transformers_version": "4.48.3"
 
 
 
 
132
  }
 
48
  "layer_norm_eps": 1e-05,
49
  "length_penalty": 1.0,
50
  "max_length": 20,
 
51
  "min_length": 0,
52
  "model_type": "xlm-roberta",
53
  "no_repeat_ngram_size": 0,
 
127
  "threshold_has_issue": 0.11917716264724733,
128
  "threshold_is_hidden": 0.25999999999999995,
129
  "torch_dtype": "float32",
130
+ "transformers_version": "4.48.3",
131
+ "auto_map": {
132
+ "AutoConfig": "modeling_rqa.RQAModelConfig",
133
+ "AutoModel": "modeling_rqa.RQAModelHF"
134
+ }
135
  }