llama-cookbook icon indicating copy to clipboard operation
llama-cookbook copied to clipboard

Llama 3.2 training scripts?

Open victorb opened this issue 1 year ago • 2 comments

System Info

N/A

Information

  • [X] The official example scripts
  • [ ] My own modified scripts

🐛 Describe the bug

The llama.com website states:

The open-source AI model

So I'm looking for the training scripts (the source part of a model release) of the Llama 3.2 model that Facebook/Meta used for training the released model, which I suppose would be available in this repository but I cannot find it.

Error logs

N/A

Expected behavior

I'd expect an open source model to have the source available to train my own version of the model.

victorb avatar Sep 28 '24 15:09 victorb

Hey @victorb if you mean you're looking for a script to help you get started with Fine-Tuning, we have a reference here.

However, at the moment-we haven't open sourced the pre-training scripts

Hope this helps!

init27 avatar Sep 28 '24 21:09 init27

However, at the moment-we haven't open sourced the pre-training scripts

The weights isn't "source code" nor "open" (seems I need to sign an agreement to download, and models has usage restrictions), and seems the training scripts/data isn't "open" either.

So what exactly is "open source" about Llama?

Sounds like either there is sources missing here, or you need to update the website to remove the "open source" part.

victorb avatar Sep 29 '24 08:09 victorb

@init27 as far as I can tell, the website still falsely claims "The open-source AI model" and "how Llama is the leading open source model family" while no training scripts nor the data source (beyond "mix of public and private data) is provided.

How is this considered "completed" all of a sudden? Were the training scripts and training data disclosed somewhere?

victorb avatar Oct 14 '24 17:10 victorb

Do we have any training notebooks for Domain Adaptive Pre training or Continual training for text generations.Not fine tuning everywhere there is instruction fine tuning not Continual training @init27 Please share such notebook script

umanniyaz avatar Feb 12 '25 06:02 umanniyaz