Eclipse-Senpai commited on
Commit
6ec88ae
·
verified ·
1 Parent(s): b433cbb

Add base-vs-instruct model variants table

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -58,6 +58,13 @@ KeyLM is a compact decoder-only transformer built on the standard small-model re
58
  | Precision | bfloat16 |
59
  | Training tokens | ~18B |
60
 
 
 
 
 
 
 
 
61
  GGUF builds for `llama.cpp`, LM Studio, and Ollama are available at [KeyLM-75M-Instruct-GGUF](https://huggingface.co/Eclipse-Senpai/KeyLM-75M-Instruct-GGUF).
62
 
63
  ## How to Use
 
58
  | Precision | bfloat16 |
59
  | Training tokens | ~18B |
60
 
61
+ ### Model variants
62
+
63
+ | Variant | Type | Chat template | IFEval (4-metric avg) | Use for |
64
+ |---|---|---|---|---|
65
+ | [KeyLM-75M](https://huggingface.co/Eclipse-Senpai/KeyLM-75M) | Base (pretrained) | No | — | Fine-tuning, text completion |
66
+ | [KeyLM-75M-Instruct](https://huggingface.co/Eclipse-Senpai/KeyLM-75M-Instruct) | Instruction-tuned | Yes | 17.85 | Chat, instruction following |
67
+
68
  GGUF builds for `llama.cpp`, LM Studio, and Ollama are available at [KeyLM-75M-Instruct-GGUF](https://huggingface.co/Eclipse-Senpai/KeyLM-75M-Instruct-GGUF).
69
 
70
  ## How to Use