EvelynRYW

Results 4 issues of EvelynRYW

FixBug of jsoup Inconsistent Handling Of Duplicate Attributes #1719

Fixes #8823 Hello, we are a group of students and interested in ui design, and we also think user experience is the most important, in the origin version, user can...

ui
external files
entry-editor
status: changes required

有关InternVL-Chat 1.5最佳实践中所提到的微调过程,想问下可以对Visual Grounding任务进行微调么?以及如果可以的话,prompt模板是什么样子的? ``` { "id": "n0167", "image": "xxxxx", "conversations": [ { "from": "human", "value": "\nPlease provide the bounding box coordinate of the region this sentence describes: xxx" }, {...

@hjh0119 在1.5版本微调训练结束后,按照教程里面的推理命令,并加载了本地的权重,我使用的infer命令如下: ``` CUDA_VISIBLE_DEVICES=0,1 swift infer --ckpt_dir output/internvl-chat-v1_5/v0-20240512-191616/checkpoint-25 --load_dataset_config true --dtype bf16 --model_id_or_path xxxxx/InternVL/pretrained/InternVL-Chat-V1-5 ``` 但在加载后出现了报错情况,不知之前测试时有没有发生 ``` Traceback (most recent call last): File "/data2/renyw/PythonWorkspace/FM-LLM/swift/swift/cli/infer.py", line 5, in infer_main() File "/data2/renyw/PythonWorkspace/FM-LLM/swift/swift/utils/run_utils.py",...