diff --git a/README.md b/README.md index 8bd2ed8..c872d46 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,29 @@ extra_gated_fields: By clicking Submit below I accept the terms of the license and acknowledge that the information I provide will be collected stored processed and shared in accordance with the Meta Privacy Policy: checkbox extra_gated_description: The information you provide will be collected, stored, processed and shared in accordance with the [Meta Privacy Policy](https://www.facebook.com/privacy/policy/). extra_gated_button_content: Submit +widget: + - example_title: Hello + messages: + - role: user + content: Hey my name is Julien! How are you? + - example_title: Winter holidays + messages: + - role: system + content: You are a helpful and honest assistant. Please, respond concisely and truthfully. + - role: user + content: Can you recommend a good destination for Winter holidays? + - example_title: Programming assistant + messages: + - role: system + content: You are a helpful and honest code and programming assistant. Please, respond concisely and truthfully. + - role: user + content: Write a function that computes the nth fibonacci number. +inference: + parameters: + max_new_tokens: 300 + stop: + - <|end_of_text|> + - <|eot_id|> --- ## Model Details