CoolFace
Modelpublic

Fintacorp55/football-llm-q4

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
3likes57downloads
24 commits on main
7d24f5c6mo ago

Add LoRA adapter weights

Fintacorp55
de2ec026mo ago

Add Q3_K_M to available models table, fix filenames

Fintacorp55
6b34c2f6mo ago

Update model card

Fintacorp55
f8ce1666mo ago

Add qwen2-7b.Q4_K_M.gguf — merged standalone GGUF (LM Studio ready, eos_token_id=151645)

Fintacorp55
e8ab45f6mo ago

Add qwen2-7b.Q3_K_M.gguf — merged standalone GGUF (LM Studio ready, eos_token_id=151645)

Fintacorp55
00708106mo ago

Add qwen2-7b.F16.gguf — merged standalone GGUF (LM Studio ready, eos_token_id=151645)

Fintacorp55
048a8736mo ago

Remove adapter_model.safetensors — repo now contains standalone GGUFs

Fintacorp55
09539e36mo ago

Remove adapter_config.json — repo now contains standalone GGUFs

Fintacorp55
511aad76mo ago

Remove old broken GGUF: football-llm-q4_K_M.gguf

Fintacorp55
881cc476mo ago

Remove old broken GGUF: football-llm-q3_K_M.gguf

Fintacorp55
8e92e596mo ago

Remove old broken GGUF: football-llm-f16.gguf

Fintacorp55
2e272796mo ago

Add Q3_K_M GGUF for mobile (iPhone 13 compatible)

Fintacorp55
8a2a7246mo ago

Remove old broken GGUF: model-q4_k_m.gguf

Fintacorp55
ba6e1136mo ago

Remove old broken GGUF: football-llm-q4-f16.gguf

Fintacorp55
28ebda76mo ago

Add fixed f16 GGUF (eos_token_id=151645)

Fintacorp55
61f96d26mo ago

Fix eos_token, pad_token, embed chat_template

Fintacorp55
f9c7b7f6mo ago

Fix eos_token_id: 151643->151645 (<|im_end|>), rebuild GGUF Q4_K_M

Fintacorp55
5df6f646mo ago

Add football-llm-q4-f16.gguf

Fintacorp55
965ac286mo ago

Add football-llm-q4_K_M.gguf

Fintacorp55
3b5de7d6mo ago

Upload DPO v2 LoRA adapter (rank 32, SFT+DPO trained)

Fintacorp55
704947d6mo ago

Add model card with YAML metadata

Fintacorp55
661307c6mo ago

Upload model-q4_k_m.gguf with huggingface_hub

Fintacorp55
8df82936mo ago

Upload README.md with huggingface_hub

Fintacorp55
6e905f46mo ago

initial commit

Fintacorp55