-
I want to first continue pre-training of `bge-en-icl` model before fine-tuning it. Could you please refer me to an example of how to do that? I think the examples are no longer in your repo.
-
To train a mm_grodunding_dino ,we need to load both BERT and Swin two pre-trained models。
To fine-tune a mm_grounding_dino using my dataset, I need to load a pre-trained MM_Grounding_DINO and the con…
-
I finetuned gliner small v2.1 model and created onnx version of the same model using the convert_to_onnx.ipynb exmple code.
When I compared the inference time of both models, the onnx version took 50…
-
Dear authors,
Thank you for the great work. I wanted to finetune UniEval on other datasets, let's say XSum (instead of CNN/DailyMail). What do you think the best way is to proceed? Would you happen…
-
**Description:**
When running the start.sh and install.sh scripts, I encountered an AttributeError in xtts_demo.py. The error occurs due to an incorrect import of GradScaler from torch.amp.
**Step…
-
### Question
when I run v1.5/finetune_lora.sh,it raise error about mm projecoter:
![image](https://github.com/haotian-liu/LLaVA/assets/96038200/1c66b0e0-aaf4-462b-8b7c-0154fe974548)
According t…
-
Need to implement the following functionalities:
- [x] finetuning Presto for multiclass target (as opposed to current binary)
- [x] running downstream sklearn models for multiclass target
- [x] makin…
-
(Copied summary from below:)
>- Change "Preview" subtitle to Subtitle1 Font (Match entity pages)
>- Fix heading fonts
>- Unbold "Overall:" in description
>- Remove bulletpoints in Contributor s…
-
I'm using a slightly modified notebook (like https://colab.research.google.com/drive/1mvwsIQWDs2EdZxZQF9pRGnnOvE86MVvR?usp=sharing) to finetune a qwen2 model, specifically, my installation instruction…
-
Hello,
I needed help on how to go about generating embedding after ProtT5 has been finetuned. I have carried out finetuning of the model using the sample code 'PT5_LoRA_Finetuning_per_residue_class…