praeclarumjj3
commited on
Commit
•
b4a1525
1
Parent(s):
7bc6f99
Add model
Browse files- config.json +1 -1
config.json
CHANGED
@@ -2276,6 +2276,7 @@
|
|
2276 |
"importance_sample_ratio": 0.75,
|
2277 |
"init_std": 0.02,
|
2278 |
"init_xavier_std": 1.0,
|
|
|
2279 |
"label2id": {
|
2280 |
"animal": 126,
|
2281 |
"arcade machine": 78,
|
@@ -2460,7 +2461,6 @@
|
|
2460 |
"text_encoder_width": 256,
|
2461 |
"torch_dtype": "float32",
|
2462 |
"train_num_points": 12544,
|
2463 |
-
"training": false,
|
2464 |
"transformers_version": null,
|
2465 |
"use_auxiliary_loss": true,
|
2466 |
"use_task_norm": true
|
|
|
2276 |
"importance_sample_ratio": 0.75,
|
2277 |
"init_std": 0.02,
|
2278 |
"init_xavier_std": 1.0,
|
2279 |
+
"is_training": false,
|
2280 |
"label2id": {
|
2281 |
"animal": 126,
|
2282 |
"arcade machine": 78,
|
|
|
2461 |
"text_encoder_width": 256,
|
2462 |
"torch_dtype": "float32",
|
2463 |
"train_num_points": 12544,
|
|
|
2464 |
"transformers_version": null,
|
2465 |
"use_auxiliary_loss": true,
|
2466 |
"use_task_norm": true
|