Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Zero9Tech
/
llama3.1-8b-data-science
:latest
30
Downloads
Updated
3 weeks ago
Optimized for real-world data science decisions. It delivers method selection, alternative comparison, and validation planning in one response. Trained on 16.5K expert insight dialogues, it focuses on actionable guidance over generic theory.
Optimized for real-world data science decisions. It delivers method selection, alternative comparison, and validation planning in one response. Trained on 16.5K expert insight dialogues, it focuses on actionable guidance over generic theory.
Cancel
tools
llama3.1-8b-data-science:latest
...
/
template
ace100f798c7 · 826B
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
{{- if .System }}
{{ .System }}
{{- end }}
{{- if .Tools }}
Cutting Knowledge Date: December 2023
You are a helpful assistant with tool calling capabilities.
{{- end }}<|eot_id|>
{{- end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
{{ .Content }}<|eot_id|>
{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
{{ end }}
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
{{ .Content }}
{{ if not $last }}<|eot_id|>{{ end }}
{{- else if eq .Role "tool" }}<|start_header_id|>ipython<|end_header_id|>
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
{{ end }}
{{- end }}
{{- end }}