--- license: apache-2.0 pipeline_tag: text-generation language: - en --- WORK IN PROGESS --- license: apache-2.0 language: - en pipeline_tag: text-generation tags: - pytorch - Tinyllama - Tinyllama3 - 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: 100 stop: - <|end_of_text|> - <|eot_id|> ---