Agajan Torayev

Results 4 issues of Agajan Torayev

**Is your feature request related to a problem? Please describe.** Some datasets cannot fit into RAM. **Describe the solution you'd like** It would be good to have a feature that...

enhancement
Open for Contribution

There were some changes in functions.

I think ex2.1 should be 0.75. P(Exploitation) + P(Exploration) * P(Greedy action) = 0.5 + 0.5 * 0.5 = 0.75 Exploitation is selecting a greedy action.

Hi @vikhyat could you please elaborate how the model weights are saved in [finetune_text.py](https://github.com/vikhyat/moondream/blob/main/moondream/finetune/finetune_text.py). I tried the following: ```python MODEL_ID = "vikhyatk/moondream2" MODEL_REVISION = "2025-06-21" LOCAL_WEIGHTS_PATH = ( "./moondream_text_finetuned.safetensors" )...