Remove 'reference_compile' from config.json
Browse filesHello!
## Pull Request overview
* Remove 'reference_compile' from config.json
## Details
This is a bit of an issue on the `transformers` side - the `reference_compile` should be adaptively set on the user's environment, rather than being set based on the model config.
- Tom Aarsen
- config.json +0 -1
config.json
CHANGED
|
@@ -36,7 +36,6 @@
|
|
| 36 |
"num_hidden_layers": 22,
|
| 37 |
"pad_token_id": 50283,
|
| 38 |
"position_embedding_type": "absolute",
|
| 39 |
-
"reference_compile": true,
|
| 40 |
"repad_logits_with_grad": false,
|
| 41 |
"sep_token_id": 50282,
|
| 42 |
"sparse_pred_ignore_index": -100,
|
|
|
|
| 36 |
"num_hidden_layers": 22,
|
| 37 |
"pad_token_id": 50283,
|
| 38 |
"position_embedding_type": "absolute",
|
|
|
|
| 39 |
"repad_logits_with_grad": false,
|
| 40 |
"sep_token_id": 50282,
|
| 41 |
"sparse_pred_ignore_index": -100,
|