Unverified Commit eec9c8bb authored by Mishig Davaadorj's avatar Mishig Davaadorj Committed by GitHub
Browse files

Fix FLAX_MULTIPLE_CHOICE_SAMPLE typo (#14871)

parent e51c7b58
......@@ -1491,7 +1491,8 @@ FLAX_MULTIPLE_CHOICE_SAMPLE = r"""
>>> encoding = tokenizer([prompt, prompt], [choice0, choice1], return_tensors='jax', padding=True)
>>> outputs = model(**{{k: v[None, :] for k,v in encoding.items()}})
>>> logits = outputs.logits ```
>>> logits = outputs.logits
```
"""
FLAX_CAUSAL_LM_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