We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983e7f1 commit 4ccfcf9Copy full SHA for 4ccfcf9
onnx_diagnostic/torch_models/untrained/llm_phi2.py
@@ -53,6 +53,7 @@ def get_phi2(
53
"transformers_version": "4.37.0",
54
"use_cache": True,
55
"vocab_size": 51200,
56
+ "pad_token_id": 0,
57
}
58
config.update(**kwargs)
59
conf = transformers.PhiConfig(**config)
0 commit comments