metadata
library_name: transformers
license: llama3.2
base_model: NAM00/context_tuned_patient_matching_Llama-3.2-1B-Instruct
tags:
- generated_from_trainer
- TensorBlock
- GGUF
model-index:
- name: context_tuned_patient_matching_Llama-3.2-1B-Instruct
results: []

Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
NAM00/context_tuned_patient_matching_Llama-3.2-1B-Instruct - GGUF
This repo contains GGUF format model files for NAM00/context_tuned_patient_matching_Llama-3.2-1B-Instruct.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4882.
Prompt template
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
Cutting Knowledge Date: December 2023
Today Date: 23 Mar 2025
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
Model file specification
Downloading instruction
Command line
Firstly, install Huggingface Client
pip install -U "huggingface_hub[cli]"
Then, downoad the individual model file the a local directory
huggingface-cli download tensorblock/context_tuned_patient_matching_Llama-3.2-1B-Instruct-GGUF --include "context_tuned_patient_matching_Llama-3.2-1B-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
If you wanna download multiple model files with a pattern (e.g., *Q4_K*gguf
), you can try:
huggingface-cli download tensorblock/context_tuned_patient_matching_Llama-3.2-1B-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'