"vscode:/vscode.git/clone" did not exist on "07b4d6dc7d3aeb660ae891869b677543bd7a6f78"
Unverified Commit c4fd609a authored by Chris Kennedy's avatar Chris Kennedy Committed by GitHub
Browse files

file_utils.py: TF examples outputs.last_hidden_states -> state (#9382)

parent b01f451c
......@@ -851,7 +851,7 @@ TF_BASE_MODEL_SAMPLE = r"""
>>> inputs = tokenizer("Hello, my dog is cute", return_tensors="tf")
>>> outputs = model(inputs)
>>> last_hidden_states = outputs.last_hidden_states
>>> last_hidden_states = outputs.last_hidden_state
"""
TF_MULTIPLE_CHOICE_SAMPLE = r"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment