Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
xushiedu-llama3-8b-lora – AI Model by SDSD124 | AlphaNeural AI
You can deploy this model and start earning money today!
SDSD124
/
xushiedu-llama3-8b-lora
like
0
safetensors
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
{{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '<|start_header_id|>user<|end_header_id|>
' + message['content'] | trim + '<|eot_id|>' }}{% elif message['role'] == 'assistant' %}{{ '<|start_header_id|>assistant<|end_header_id|>
' + message['content'] | trim + '<|eot_id|>' }}{% else %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>
' + message['content'] | trim + '<|eot_id|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
' }}{% endif %}