• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle


  • 0x0001@sh.itjust.workstoMemes@lemmy.mlreligion is harm
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    8 months ago

    Cherry picking verses is not the same as refuting an argument. The books say many things that are not practiced. In reality children are in fact taught to rely on supernatural powers.

    To prove my point:

    Say “Nothing will befall us except what Allah has decreed for us; He is our Protector.” Let the believers, then, put all their trust in Allah. -Quran, 9:51

    “Trust in the LORD with all your heart, and do not lean on your own understanding. In all your ways acknowledge him, and he will make straight your paths.” -Proverbs 3:5-6








  • It’s a bit complex, and you can find a better answer elsewhere, but a model is a set of “weights” and “bias” that make up the pathways of the neurons in a neural network.

    A model can include other features but at its core it gives users the ability to run an “ai” like gpt, though models aren’t limited to only natural language processing.

    Yes, you can download the models and run them on your computer, generally there will be instructions in each repository, but in general it involves downloading the model which can be very large and running it using an existing ml framework like pytorch.

    It’s not a place for the layman right now, but with a few hours of research you could make it happen.

    I personally run several models that I got through huggingface on my computer, llama2 which is similar to gpt3 is the one I use the most.