• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Kevin@programming.devtoOpen Source@lemmy.mlIf we had libre AI
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    54 minutes ago

    I would actually bring a parallel to the device driver-firmware blob split that’s common with hardware support in Linux. While the code needed to run inference with a model is straightforward and several open source versions exist already, the model itself is a bunch of tensors whose behaviour we don’t have any visibility into. Bias is less a problem of the inference code and more an issue with the data it was trained on