Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ajc2195
/
parks-llm-v2
like
0
Text Generation
Transformers
Safetensors
custom
English
gpt2
conversational
national-parks
travel
recreation
parks
outdoor
assistant
fine-tuned
camping
hiking
text-generation-inference
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Train
Deploy
Use this model
main
parks-llm-v2
/
chat_template.jinja
ajc2195
Upload Parks LLM v2 - Improved training and fixed attention mask
3e50c62
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
{%
for
message
in
messages %}
{{ message.content }}
{{ eos_token }}
{%
endfor
%}