Update examples and widget inference parameters (#53)

- Update examples and widget inference parameters (f4aaf8ca1ce0b4337954df015bf719d5e464452a)
This commit is contained in:
Pedro Cuenca 2024-04-23 15:46:37 +00:00 committed by system
parent 339ce92d05
commit 7840f95a8c
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -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