You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ SWIFT has rich documentations for users, please check [here](https://github.com/
47
47
SWIFT web-ui is available both on [Huggingface space](https://huggingface.co/spaces/tastelikefeet/swift) and [ModelScope studio](https://www.modelscope.cn/studios/iic/Scalable-lightWeight-Infrastructure-for-Fine-Tuning/summary), please feel free to try!
48
48
49
49
## 🎉 News
50
+
- 2024.05.31: Supports Mini-Internvl model, Use model_type `mini-internvl-chat-2b-v1_5` and `mini-internvl-chat-4b-v1_5`to train.
50
51
- 2024.05.24: Supports Phi3-vision model, Use model_type `phi3-vision-128k-instruct` to train.
51
52
- 2024.05.22: Supports DeepSeek-V2-Lite series models, model_type are `deepseek-v2-lite` and `deepseek-v2-lite-chat`
52
53
- 2024.05.22: Supports TeleChat-12B-v2 model with quantized version, model_type are `telechat-12b-v2` and `telechat-12b-v2-gptq-int4`
@@ -533,7 +534,7 @@ The complete list of supported models and datasets can be found at [Supported Mo
533
534
| Llava |[Llava series models](https://github.com/haotian-liu/LLaVA)| English | 7B-34B | chat model |
534
535
| Llava-Next |[Llava-Next series models](https://github.com/LLaVA-VL/LLaVA-NeXT)| Chinese<br>English | 8B-110B | chat model |
535
536
| mPLUG-Owl |[mPLUG-Owl series models](https://github.com/X-PLUG/mPLUG-Owl)| English | 11B | chat model |
536
-
| InternVL |[InternVL](https://github.com/OpenGVLab/InternVL)| Chinese<br>English | 25.5B<br>including quantized version | chat model |
537
+
| InternVL |[InternVL](https://github.com/OpenGVLab/InternVL)| Chinese<br>English |2B-25.5B<br>including quantized version | chat model |
537
538
| Llava-llama3 |[xtuner](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers)| English | 8B | chat model |
538
539
| Phi3-Vision | Microsoft | English | 4B | chat model |
539
540
| PaliGemma | Google | English | 3B | chat model |
Copy file name to clipboardExpand all lines: docs/source_en/Multi-Modal/internvl-best-practice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Inference for [internvl-chat-v1.5](https://www.modelscope.cn/models/AI-ModelScop
21
21
22
22
Inference with [internvl-chat-v1.5](https://www.modelscope.cn/models/AI-ModelScope/InternVL-Chat-V1-5/summary) and [internvl-chat-v1.5-int8](https://www.modelscope.cn/models/AI-ModelScope/InternVL-Chat-V1-5-int8/summary).
23
23
24
-
The tutorial below takes `internvl-chat-v1.5` as an example, and you can change to `--model_type internvl-chat-v1_5-int8` to select the INT8 version of the model.
24
+
The tutorial below takes `internvl-chat-v1.5` as an example, and you can change to `--model_type internvl-chat-v1_5-int8` to select the INT8 version of the model. Alternatively, select the Mini-Internvl model by choosing either `mini-internvl-chat-2b-v1_5` or `mini-internvl-chat-4b-v1_5`.
25
25
26
26
**Note**
27
27
- If you want to use a local model file, add the argument --model_id_or_path /path/to/model.
0 commit comments