Benign huggingface Download

nkkbr/Mini-K3-1H-attn-2kda-2mla-nope-v2 main

Python repeats repository clone calls
SHA-256e3d55d55ee8be21e519d570e4e6c4f55ee9a488302c1b43e5e61dd7e89b1b9de
MaleculeH(Po)

Evidence

English function-word token "the" lines 18–22
18:29… ny_for_test()
19
20 # Exercise meta construction and the explicit random-materialization path.
21 model = MiniK3ForCausalLM(config, device="meta")
22 …
English function-word token "for" lines 22–24
22:31… ialize("cpu")
23 kda_modules = [layer.self_attn for layer in model.model.layers if isinstance(layer.self_attn, KimiDeltaAttention)]
24 mla_modules = [layer. …
Python repeats repository clone calls lines 35–53
⋯12 lines
47
48 old_biases = [
49 layer.feed_forward.router.e_score_correction_bias.detach().clone()
50 for layer in model.model.layers
51 if layer.is_moe
52 ]
53 model.update_quantile_balancing(output.router_rec …
English function-word token "with" lines 78–81
78:33… 3, 4, 5, 6, 19, 20, 21]], dtype=torch.long)
79 with torch.no_grad():
80 logits_a = model(input_ids=sequence_a).logits
81 logits_b = model …

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.