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
|
@@ -418,6 +422,10 @@ InternVL 2.0 是一个多模态大语言模型系列,包含各种规模的模
|
|
418 |
|
419 |
示例代码请[点击这里](#quick-start)。
|
420 |
|
|
|
|
|
|
|
|
|
421 |
## 部署
|
422 |
|
423 |
### 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
|
|
|
422 |
|
423 |
示例代码请[点击这里](#quick-start)。
|
424 |
|
425 |
+
## 微调
|
426 |
+
|
427 |
+
来自ModelScope社区的SWIFT已经支持对InternVL进行微调(图像/视频),详情请查看[此链接](https://github.com/modelscope/swift/blob/main/docs/source_en/Multi-Modal/internvl-best-practice.md)。
|
428 |
+
|
429 |
## 部署
|
430 |
|
431 |
### LMDeploy
|