-
Hello folks,
I am trying to fine-tune GliNER on custom dataset (LMR/LMD) and after some steps, I encountered this issue :
```
File "~/gliner_finetuing.py", line 79, in
main()
File "~/…
-
Hi, thanks for your open source, I want to train the model on my own datasets, and could you please tell me the training target and the calculation method of loss in pretraining and finetuing?
-
Can the pretrained network generalize well to Chinese input audio with arbitary driven ficial image?
-
Hi friends,
I was trying the finetuing/starcoder/finetune.py using torch.distributed.launch, and met the following error :
FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/ch…
-
### Question
For the **llava1.5-7b** model, using the lora weight on hugging face, my score on mme is only **1344.9**, and the result of my own training score is **1372.7**, which is far lower than t…
-
Hi. first of all, I appreciate your working. It is awesome!! I always think that your idea, there are many task but difference format and units. I wondered if combining them could lead to better perfo…
-
hi @wenwei202 , Thank you for your sharing. Based on your paper, I implemented [ZJCV/SSL](https://github.com/ZJCV/SSL) using pytorch, including `train-prune-finetuing` for VGGNet and ResNet
* For V…
-
这个项目支持internlm2模型吗?
-
-
I want to run 13B model finetuing, I use below scripts to run the code:
`OMP_NUM_THREADS=8 WORLD_SIZE=4 CUDA_VISIBLE_DEVICES=0,1,2,3 torchrun --nproc_per_node=4 \
--master_port=1234 …