-
the terminal like this: lama_model_loader: - kv 16: tokenizer.ggml.eos_token_id u32 I have a question that what is the meaning about the hist? I can't understand it when I read the code. Can you help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
For 4-bit quantization, there are 16 integer values (2^4: -8, -7, -6, ..., 5, 6, 7). |
Beta Was this translation helpful? Give feedback.
-
Perhaps the distribution information of the integers can be used for some debugging or analytical purposes? By the way, judging by your ID, I’m curious if you’re from the same institution as I am… |
Beta Was this translation helpful? Give feedback.
For 4-bit quantization, there are 16 integer values (2^4: -8, -7, -6, ..., 5, 6, 7).
This histogram shows the distribution of the integers for each tensor when it is quantized.