[–] 10 points 3 weeks ago

They claim it is an open-source model but at least for now it has a custom unspecified license. I hope they change that before the actual release because right now I wouldn’t even call it open-weight

  • source
  • [–] 5 points 1 month ago (1 child)

    Looks good! I did see multiple places that were listed as 100% vegan even though they were tagged ‘diet:vegan=yes’ and not ‘diet:vegan=only’. I know for a fact these places aren’t vegan only, so is it possible to see how a listing was established?

  • source
  • [–] 13 points 1 month ago* (last edited 1 month ago) (1 child)

    There is an existing OSM based map https://veggiekarte.de/ that also has filtering options. The biggest issue is that OSM doesn’t have much detail on POIs and they’re often out of date. Even in Western Europe where most other stuff is up to date. Mostly because POIs require on the ground surveys which only a handful of contributors can do in more than one region.

    So, please consider contributing to OSM using simple apps like StreetComplete or EveryDoor if you have some spare time.

  • source
  •  

    Qwen3.6-27B-MTP-UD-Q5_K_XL on my 7900XTX goes from 32 t/s to 50-72 t/s depending on the predictability of the task. So, a 1.5x increase on creative tasks up to a 2.2x increase on math.

    MTP does not change the quality with the only cost being a few hundred MB extra VRAM usage. You will need to download a gguf model with MTP support to use it.
    My parameters:

    ; Context memory usage  
    ctx-size = 65536  
    ctk = q8_0  
    ctv = q8_0  
    
    ; Prompt processing speed  
    batch-size = 1024  
    ubatch-size = 1024  
    
    ; Speculative decoding  
    np = 1  
    spec-type = draft-mtp  
    spec-draft-n-max = 3  
    

    Edit: did some more testing using Unsloth's parameters and with spec-draft-n-max = 6 I can get up to 82 tk/s, a 2.56x increase, on the same math prompt. But this comes at the cost of the creative writing task that now falls below 40 tk/s.
    It seems like this should be tweaked depending on the prompt similar to the sampling parameters.

    [–] 20 points 2 months ago (1 child)

    You can also contribute to OpenStreetMap in your area using simple apps like StreetComplete or EveryDoor. This has a way lower barrier to entry than contributing code in my opinion. And it has the immediate benefit of a better local map for a LOT of services that are built on top of OSM.

  • source
  • [–] 11 points 3 months ago

    As long as the moderation follows their rules, and it is always as transparent as shown in this example, I don’t see an issue with this.

    My only concern is that LLMs are very good at recognising biases in questions and are more likely to confirm them than push back. So the LLM might pay too much attention to small/possible infringements. But this depends heavily on the model, the prompt, and the reader.

  • source
  • [–] 8 points 3 months ago

    I’m really not fond of the profiling by automated means, but it seems like an inevitable consequence of the design of the threadiverse. Everything is public and easily accessible by anyone that would like to profile you.

    I certainly disapprove of moderation based on ideology. Moderation should be based on quality of the content and if it fits in the publicly readable rules. Definitely not some hidden analytics or if the user completely fits in the in-group of the moderator.

    I will admit that this might be a good way to find and filter out LLM based bots that are only there to promote or manipulate the conversation. But it should still be done according to public rules.

  • source
  •  

    DeepSeek-V4-Pro-Max, the maximum reasoning effort mode of DeepSeek-V4-Pro, significantly advances the knowledge capabilities of open-source models, firmly establishing itself as the best open-source model available today. It achieves top-tier performance in coding benchmarks and significantly bridges the gap with leading closed-source models on reasoning and agentic tasks. Meanwhile, DeepSeek-V4-Flash-Max achieves comparable reasoning performance to the Pro version when given a larger thinking budget, though its smaller parameter scale naturally places it slightly behind on pure knowledge tasks and the most complex agentic workflows.

    Both models support one million tokens context length.


    view more: next ›