Tinyllama2.0-test0 / README.md
Deathsquad10's picture
Update README.md
dcd5886 verified
|
raw
history blame
949 Bytes
#WORK IN PROGESS
---
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|>
---