Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -313,6 +313,10 @@ print(f'User: {question}')
|
|
313 |
print(f'Assistant: {response}')
|
314 |
```
|
315 |
|
|
|
|
|
|
|
|
|
316 |
## Deployment
|
317 |
|
318 |
### LMDeploy
|
@@ -571,6 +575,10 @@ InternVL 2.0 是一个多模态大语言模型系列,包含各种规模的模
|
|
571 |
|
572 |
示例代码请[点击这里](#quick-start)。
|
573 |
|
|
|
|
|
|
|
|
|
574 |
## 部署
|
575 |
|
576 |
### LMDeploy
|
|
|
313 |
print(f'Assistant: {response}')
|
314 |
```
|
315 |
|
316 |
+
## Finetune
|
317 |
+
|
318 |
+
SWIFT from ModelScope community has supported the fine-tuning (Image/Video) of InternVL, please check [this link](https://github.com/modelscope/swift/blob/main/docs/source_en/Multi-Modal/internvl-best-practice.md) for more details.
|
319 |
+
|
320 |
## Deployment
|
321 |
|
322 |
### LMDeploy
|
|
|
575 |
|
576 |
示例代码请[点击这里](#quick-start)。
|
577 |
|
578 |
+
## 微调
|
579 |
+
|
580 |
+
来自ModelScope社区的SWIFT已经支持对InternVL进行微调(图像/视频),详情请查看[此链接](https://github.com/modelscope/swift/blob/main/docs/source_en/Multi-Modal/internvl-best-practice.md)。
|
581 |
+
|
582 |
## 部署
|
583 |
|
584 |
### LMDeploy
|