SmartEdit icon indicating copy to clipboard operation
SmartEdit copied to clipboard

Results 29 SmartEdit issues
Sort by recently updated
recently updated
newest added

The download link for synthetic editing dataset is no longer working, please provide us again

Could you please provide the models that fine-tuned these methods (InstructPix2Pix, MagicBrush,) with the same dataset as SmartEdit?

In the [Reason-Edit evaluation benchmark](https://drive.google.com/drive/folders/1QGmye23P3vzBBXjVj2BuE7K3n8gaWbyQ), why is there a corresponding mask for each image, but the mask is not used in test/DS_SmartEdit_test.py?

Hi~really nice work! I encountered a problem following your inference pipeline. Specifically, i downloaded llama checkpoint from https://huggingface.co/huggyllama/llama-7b, and used the command: `python3 -m llava.model.apply_delta --base /path/to/llama-7b --target /output/path/to/LLaVA-7B-v1 --delta...

I noticed that in your code, num_new_tokens is set to 32, and in the issue, I noticed that you mentioned retaining some tokens and adding new tokens in the documentation....

Hello, thanks for your excellent work. During my reproduction process, I completed the training of Stage 1 using the settings you provided. However, when I used TrainStage1_inference.py to test the...

Thank you for the wonderful work! I want to know that how instructions in Reason-Edit and synthetic training set obtained. For example, the "Add a cat to the right of...

Hello, LLaVA-1.1-7B/13B, it seems that it can no longer be downloaded. Could you please upload it?

Thank you for your remarkable work on this project! I am currently trying to download the checkpoint for SmartEdit-7B using the following code: ``` from transformers import AutoTokenizer, AutoModelForCausalLM cache_dir...