skatzR commited on
Commit
f160184
·
verified ·
1 Parent(s): 825c9d4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -16
config.json CHANGED
@@ -1,23 +1,26 @@
1
  {
2
- "architectures": [
3
- "RQAModelHF"
4
- ],
5
  "base_model_name": "FacebookAI/xlm-roberta-large",
6
- "dtype": "float32",
7
- "errors_dropout": 0.3,
8
  "errors_projection_dim": 512,
9
  "has_issue_dropout": 0.25,
10
- "has_issue_projection_dim": 256,
11
- "model_type": "rqa",
12
  "num_error_types": 6,
 
13
  "temperature_errors": [
14
- 1.22420334815979,
15
- 1.5991977453231812,
16
- 1.37406587600708,
17
- 3.419081211090088,
18
- 2.2084286212921143,
19
- 0.7483660578727722
20
  ],
21
- "temperature_has_issue": 1.7132097482681274,
22
- "transformers_version": "4.57.3"
23
- }
 
 
 
 
1
  {
2
+ "model_type": "rqa",
3
+ "architectures": ["RQAModelHF"],
 
4
  "base_model_name": "FacebookAI/xlm-roberta-large",
5
+
6
+ "has_issue_projection_dim": 256,
7
  "errors_projection_dim": 512,
8
  "has_issue_dropout": 0.25,
9
+ "errors_dropout": 0.3,
10
+
11
  "num_error_types": 6,
12
+ "temperature_has_issue": 0.5346941947937012,
13
  "temperature_errors": [
14
+ 1.351806879043579,
15
+ 1.7092111110687256,
16
+ 1.2341557741165161,
17
+ 1.6387181282043457,
18
+ 0.5636100172996521,
19
+ 0.4704782962799072
20
  ],
21
+
22
+ "auto_map": {
23
+ "AutoConfig": "modeling_rqa.RQAModelConfig",
24
+ "AutoModel": "modeling_rqa.RQAModelHF"
25
+ }
26
+ }