The OpenLLaMA repository is an open-source reproduction of Meta AI’s LLaMA large language model. It includes 3B, 7B, and 13B models trained on 1T tokens, with PyTorch and JAX weights of pre-trained OpenLLaMA models available. The repository also provides evaluation results and comparisons with the original LLaMA models. The weights are released in two formats: EasyLM format for use with the EasyLM framework, and PyTorch format for use with the Hugging Face transformers library. Both the training framework and the checkpoint weights are licensed under the Apache 2.0 license. open llama 13b
MagicBrush is a large-scale, manually-annotated dataset for instruction-guided image editing. It includes diverse editing scenarios and consists of 10,000 source image, instruction, and target image triples. The InstructPix2Pix model, fine-tuned on MagicBrush, has shown improved performance. Extensive testing reveals the challenging nature of the dataset and the gap between current image editing baselines and real-world needs. link to magic brush repo